Archive of RubyForge sup-talk mailing list
 help / color / mirror / Atom feed
* [sup-talk] gem dependency for sup 0.4
@ 2008-01-23 20:10 Richard Heycock
  2008-01-25  4:10 ` William Morgan
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Heycock @ 2008-01-23 20:10 UTC (permalink / raw)


I upgraded to version 0.4 this morning using the gem and it didn't pull in
the gettext gem. I guess the gem doesn't include gettext as a dependency.

On a slightly different note is there a bug tracker for sup?

rgh

-- 
You're worried criminals will continue to penetrate into cyberspace, and
I'm worried complexity, poor design and mismanagement will be there to meet
them - Marcus Ranum


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [sup-talk] gem dependency for sup 0.4
  2008-01-23 20:10 [sup-talk] gem dependency for sup 0.4 Richard Heycock
@ 2008-01-25  4:10 ` William Morgan
  2008-01-25  4:28   ` John Bent
  0 siblings, 1 reply; 7+ messages in thread
From: William Morgan @ 2008-01-25  4:10 UTC (permalink / raw)


Reformatted excerpts from Richard Heycock's message of 2008-01-23:
> I upgraded to version 0.4 this morning using the gem and it didn't
> pull in the gettext gem. I guess the gem doesn't include gettext as a
> dependency.

Weird. It's listed as a dependency in the Hoe spec, and the little test
that I just tried right now pulled it in. Have other 0.4 installers
had to install gettext manually?

> On a slightly different note is there a bug tracker for sup?

This mailing list, as it's represented in my Sup inbox. :)
I also have a copy of doc/TODO that I maintain on a local branch,
which I keep meaning to clean up and publicize.


-- 
William <wmorgan-sup at masanjin.net>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [sup-talk] gem dependency for sup 0.4
  2008-01-25  4:10 ` William Morgan
@ 2008-01-25  4:28   ` John Bent
  2008-01-25  5:46     ` Richard Heycock
  0 siblings, 1 reply; 7+ messages in thread
From: John Bent @ 2008-01-25  4:28 UTC (permalink / raw)


Excerpts from William Morgan's message of Thu Jan 24 21:10:50 -0700 2008:
> Reformatted excerpts from Richard Heycock's message of 2008-01-23:
> > I upgraded to version 0.4 this morning using the gem and it didn't
> > pull in the gettext gem. I guess the gem doesn't include gettext as a
> > dependency.
> 
> Weird. It's listed as a dependency in the Hoe spec, and the little test
> that I just tried right now pulled it in. Have other 0.4 installers
> had to install gettext manually?
> 
I had that problem too.  I think I just did gem install gettext and then
did the gem install sup-0.4 again.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [sup-talk] gem dependency for sup 0.4
  2008-01-25  4:28   ` John Bent
@ 2008-01-25  5:46     ` Richard Heycock
  2008-01-25 16:33       ` William Morgan
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Heycock @ 2008-01-25  5:46 UTC (permalink / raw)


Excerpts from John Bent's message of Fri Jan 25 15:28:38 +1100 2008:
> Excerpts from William Morgan's message of Thu Jan 24 21:10:50 -0700 2008:
> > Reformatted excerpts from Richard Heycock's message of 2008-01-23:
> > > I upgraded to version 0.4 this morning using the gem and it didn't
> > > pull in the gettext gem. I guess the gem doesn't include gettext as a
> > > dependency.
> > 
> > Weird. It's listed as a dependency in the Hoe spec, and the little test
> > that I just tried right now pulled it in. Have other 0.4 installers
> > had to install gettext manually?
> > 
> I had that problem too.  I think I just did gem install gettext and then
> did the gem install sup-0.4 again.

Likewise. I installed gettext and everything was fine after that.

rgh

-- 
You're worried criminals will continue to penetrate into cyberspace, and
I'm worried complexity, poor design and mismanagement will be there to meet
them - Marcus Ranum


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [sup-talk] gem dependency for sup 0.4
  2008-01-25  5:46     ` Richard Heycock
@ 2008-01-25 16:33       ` William Morgan
  2008-01-25 18:57         ` John Bent
  0 siblings, 1 reply; 7+ messages in thread
From: William Morgan @ 2008-01-25 16:33 UTC (permalink / raw)


Reformatted excerpts from Richard Heycock's message of 2008-01-24:
> Likewise. I installed gettext and everything was fine after that.

When you guys to a "gem dependency sup", do you see gettext listed?

-- 
William <wmorgan-sup at masanjin.net>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [sup-talk] gem dependency for sup 0.4
  2008-01-25 16:33       ` William Morgan
@ 2008-01-25 18:57         ` John Bent
  2008-01-25 19:17           ` William Morgan
  0 siblings, 1 reply; 7+ messages in thread
From: John Bent @ 2008-01-25 18:57 UTC (permalink / raw)


Excerpts from William Morgan's message of Fri Jan 25 09:33:30 -0700 2008:
> Reformatted excerpts from Richard Heycock's message of 2008-01-24:
> > Likewise. I installed gettext and everything was fine after that.
> 
> When you guys to a "gem dependency sup", do you see gettext listed?
> 
tangerine:~>gem dependency sup | egrep 'sup|gettext'
Gem sup-0.3
Gem sup-0.4
  gettext (>= 0)
Gem sup-999
  gettext (> 0.0.0)

So, yes for 0.4 and 999, and no for 0.3.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [sup-talk] gem dependency for sup 0.4
  2008-01-25 18:57         ` John Bent
@ 2008-01-25 19:17           ` William Morgan
  0 siblings, 0 replies; 7+ messages in thread
From: William Morgan @ 2008-01-25 19:17 UTC (permalink / raw)


Reformatted excerpts from John Bent's message of 2008-01-25:
> So, yes for 0.4 and 999, and no for 0.3.

So it's in the gemspec, but not pulled in by gem install? Most
illogical.

-- 
William <wmorgan-sup at masanjin.net>


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-01-25 19:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-23 20:10 [sup-talk] gem dependency for sup 0.4 Richard Heycock
2008-01-25  4:10 ` William Morgan
2008-01-25  4:28   ` John Bent
2008-01-25  5:46     ` Richard Heycock
2008-01-25 16:33       ` William Morgan
2008-01-25 18:57         ` John Bent
2008-01-25 19:17           ` William Morgan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox