PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > comp.lang.ruby > [ANN] RubyGems 1.1.0
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
[ANN] RubyGems 1.1.0

Réponse
 
LinkBack Outils de la discussion
Vieux 29/03/2008, 09h41   #1
Eric Hodel
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut [ANN] RubyGems 1.1.0

= Announce: RubyGems Release 1.1.0

Release 1.1.0 adds some new features and fixes some bugs.

New features:

* RubyGems now uses persistent connections on index updates. Index
updates are
much faster now.
* RubyGems only updates from a latest index by default, cutting
candidate gems
for updates to roughly 1/4 (at present). Index updates are even
faster
still.
* `gem list -r` may only show the latest version of a gem, add --
all to see
all gems.
* `gem spec` now extracts specifications from .gem files.
* `gem query --installed` to aid automation of checking for gems.

Bugs Fixed:

* RubyGems works with both Config and RbConfig now.
* Executables are now cleaned upon uninstall.
* You can now uninstall from a particular directory.
* Updating from non-default sources fixed.
* Executable stubs now use ruby install name in shebang.
* `gem unpack` checks every directory in Gem.path now.
* `gem install` now exits with non-zero exit code when appropriate.
* `gem update` only updates gems that need updates.
* `gem update` doesn't force remote-only updates.
* `gem update` handles dependencies properly when updating.
* Gems are now loaded in Gem.path order.
* Gem stub scripts on windows now work outside Gem.bindir.
* `gem sources -r` now works without network access.

Other Changes Include:

* RubyGems now requires Ruby > 1.8.3.
* Release notes are now printed upon installation.
* `gem env path` now prints a usable path.
* `gem install` reverts to local-only installation upon network error.
* Tar handling code refactoring and cleanup.
* Gem:ependencyInstaller's API has changed.

For a full list of changes to RubyGems, see the ChangeLog file.

== How can I get RubyGems?

NOTE: If you have installed RubyGems using a package system you may
want to
install a new RubyGems through the same packaging system.

If you have a recent version of RubyGems (0.8.5 or later), then all
you need to do is:

$ gem update --system (you might need to be admin/root)

(Note: You may have to run the command twice if you have any previosly
installed rubygems-update gems).

If you have an older version of RubyGems installed, then you can still
do it in two steps:

$ gem install rubygems-update (again, might need to be admin/root)
$ update_rubygems (... here too)

If you don't have any gems install, there is still the pre-gem
approach to getting software ... doing it manually:

1. DOWNLOAD FROM: http://rubyforge.org/frs/?group_id=126
2. UNPACK INTO A DIRECTORY AND CD THERE
3. INSTALL WITH: ruby setup.rb (you may need admin/root privilege)

== To File Bugs

The RubyGems bug tracker can be found on RubyForge at:
http://rubyforge.org/tracker/?func=a...d=126&atid=575

When filing a bug, `gem env` output will be ful in diagnosing the
issue.

If you find a bug where RubyGems crashes, please provide debug output.
You can
do that with `gem --debug the_command`.

== Thanks

Keep those gems coming!

-- Jim & Chad & Eric (for the RubyGems team)



  Réponse avec citation
Vieux 29/03/2008, 10h02   #2
Ryan Davis
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [ANN] RubyGems 1.1.0


On Mar 29, 2008, at 01:41 , Eric Hodel wrote:
> = Announce: RubyGems Release 1.1.0
>
> Release 1.1.0 adds some new features and fixes some bugs.
>
> New features:
>
> * RubyGems now uses persistent connections on index updates. Index
> updates are
> much faster now.
> * RubyGems only updates from a latest index by default, cutting
> candidate gems
> for updates to roughly 1/4 (at present). Index updates are even
> faster
> still.


Double YAY!!!


  Réponse avec citation
Vieux 29/03/2008, 13h51   #3
James Tucker
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [ANN] RubyGems 1.1.0


On 29 Mar 2008, at 09:02, Ryan Davis wrote:
>
> On Mar 29, 2008, at 01:41 , Eric Hodel wrote:
>> = Announce: RubyGems Release 1.1.0
>>
>> Release 1.1.0 adds some new features and fixes some bugs.
>>
>> New features:
>>
>> * RubyGems now uses persistent connections on index updates. Index
>> updates are
>> much faster now.
>> * RubyGems only updates from a latest index by default, cutting
>> candidate gems
>> for updates to roughly 1/4 (at present). Index updates are even
>> faster
>> still.

>
> Double YAY!!!


Double second that, well done and thanks to the rubygems team!

  Réponse avec citation
Vieux 29/03/2008, 14h34   #4
Trans
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: RubyGems 1.1.0


On Mar 29, 4:41 am, Eric Hodel <drbr...@segment7.net> wrote:
>
> * RubyGems now requires Ruby > 1.8.3.
> * Release notes are now printed upon installation.


Where do these release notes come from?

T.

  Réponse avec citation
Vieux 29/03/2008, 16h26   #5
Christopher Dicely
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: RubyGems 1.1.0

On Sat, Mar 29, 2008 at 6:34 AM, Trans <transfire@gmail.com> wrote:
>
> On Mar 29, 4:41 am, Eric Hodel <drbr...@segment7.net> wrote:
> >
> > * RubyGems now requires Ruby > 1.8.3.
> > * Release notes are now printed upon installation.

>
> Where do these release notes come from?



Well, from the error message I get when installing, they are supposed
to be installed in doc/release_notes/rel_1_1_0.rdoc, for some reason
I'm not getting anything in that directory buy a css stylesheet and a
makedoc.rb script.

  Réponse avec citation
Vieux 29/03/2008, 16h52   #6
Trans
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: RubyGems 1.1.0



On Mar 29, 11:26 am, "Christopher Dicely" <cmdic...@gmail.com> wrote:
> On Sat, Mar 29, 2008 at 6:34 AM, Trans <transf...@gmail.com> wrote:
>
> > On Mar 29, 4:41 am, Eric Hodel <drbr...@segment7.net> wrote:

>
> > > * RubyGems now requires Ruby > 1.8.3.
> > > * Release notes are now printed upon installation.

>
> > Where do these release notes come from?

>
> Well, from the error message I get when installing, they are supposed
> to be installed in doc/release_notes/rel_1_1_0.rdoc, for some reason
> I'm not getting anything in that directory buy a css stylesheet and a
> makedoc.rb script.


Why would you be "getting" anything at all in that directory?

T.

  Réponse avec citation
Vieux 29/03/2008, 17h21   #7
Luis Lavena
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: RubyGems 1.1.0

On Mar 29, 10:34 am, Trans <transf...@gmail.com> wrote:
> On Mar 29, 4:41 am, Eric Hodel <drbr...@segment7.net> wrote:
>
>
>
> > * RubyGems now requires Ruby > 1.8.3.
> > * Release notes are now printed upon installation.

>
> Where do these release notes come from?
>


The release notes came from here:

http://rubygems.rubyforge.org/svn/tr...rel_1_1_0.rdoc

That is a compact version of that ChangeLog states.

HTH,
--
Luis Lavena
  Réponse avec citation
Vieux 29/03/2008, 18h22   #8
Aaron Patterson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [ANN] RubyGems 1.1.0

On Sat, Mar 29, 2008 at 05:41:34PM +0900, Eric Hodel wrote:
> = Announce: RubyGems Release 1.1.0
>
> Release 1.1.0 adds some new features and fixes some bugs.
>
> New features:
>
> * RubyGems now uses persistent connections on index updates. Index updates
> are
> much faster now.
> * RubyGems only updates from a latest index by default, cutting candidate
> gems
> for updates to roughly 1/4 (at present). Index updates are even faster
> still.


Yay! Thank you!

--
Aaron Patterson
http://tenderlovemaking.com/

  Réponse avec citation
Vieux 29/03/2008, 19h04   #9
Trans
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: RubyGems 1.1.0



On Mar 29, 12:25 pm, Luis Lavena <luislav...@gmail.com> wrote:
> On Mar 29, 10:34 am, Trans <transf...@gmail.com> wrote:
>
> > On Mar 29, 4:41 am, Eric Hodel <drbr...@segment7.net> wrote:

>
> > > * RubyGems now requires Ruby > 1.8.3.
> > > * Release notes are now printed upon installation.

>
> > Where do these release notes come from?

>
> The release notes came from here:
>
> http://rubygems.rubyforge.org/svn/tr...rel_1_1_0.rdoc
>
> That is a compact version of that ChangeLog states.


Okay, I guess I'm confused. Does "Release notes are now printed upon
installation" mean upon installation of RubyGems itself, or upon
installation of any gem? I was taking it to mean the later.

T.

  Réponse avec citation
Vieux 29/03/2008, 21h04   #10
Eric Hodel
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: RubyGems 1.1.0

On Mar 29, 2008, at 06:34 AM, Trans wrote:
>
> On Mar 29, 4:41 am, Eric Hodel <drbr...@segment7.net> wrote:
>> * RubyGems now requires Ruby > 1.8.3.
>> * Release notes are now printed upon installation.

>
> Where do these release notes come from?


Dang, I didn't double-check to make sure release notes got shipped.
You will have to wait until the next release of RubyGems.

  Réponse avec citation
Vieux 29/03/2008, 22h46   #11
matt neuburg
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [ANN] RubyGems 1.1.0

Eric Hodel <drbrain@segment7.net> wrote:

> = Announce: RubyGems Release 1.1.0
>
> If you have a recent version of RubyGems (0.8.5 or later), then all
> you need to do is:
>
> $ gem update --system (you might need to be admin/root)
>
> (Note: You may have to run the command twice if you have any previosly
> installed rubygems-update gems).


Could someone explain how to do this on Mac OS X 10.5.2? I tried:

gem --version
=> 1.0.1

sudo gem update --system

Lots of stuff scrolled by, but afterwards, I still see:

gem --version
=> 1.0.1

This might be related to the fact that

which gem
=> /usr/bin/gem

but the update process reports that gem was installed in
/System/Library/Frameworks/Ruby.framework etc etc etc.

Clearly I am just thrashing about here... Thx for any - m.


--
matt neuburg, phd = matt@tidbits.com, http://www.tidbits.com/matt/
Leopard - http://www.takecontrolbooks.com/leop...stomizing.html
AppleScript - http://www.amazon.com/gp/product/0596102119
Read TidBITS! It's free and smart. http://www.tidbits.com
  Réponse avec citation
Vieux 29/03/2008, 23h22   #12
Dave Thomas
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [ANN] RubyGems 1.1.0


On Mar 29, 2008, at 4:50 PM, matt neuburg wrote:
> Could someone explain how to do this on Mac OS X 10.5.2? I tried:
>
> gem --version
> => 1.0.1
>
> sudo gem update --system
>
> Lots of stuff scrolled by, but afterwards, I still see:
>
> gem --version
> => 1.0.1
>
> This might be related to the fact that
>
> which gem
> => /usr/bin/gem
>
> but the update process reports that gem was installed in
> /System/Library/Frameworks/Ruby.framework etc etc etc.
>
> Clearly I am just thrashing about here... Thx for any - m.


I emailed Chad about this: the gem update is installing the gem
command into

/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
bin/gem

It should go into

System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/gem

which is the symlink from /usr/bin/gem



Dave

  Réponse avec citation
Vieux 30/03/2008, 01h29   #13
matt neuburg
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [ANN] RubyGems 1.1.0

Dave Thomas <dave@pragprog.com> wrote:

> On Mar 29, 2008, at 4:50 PM, matt neuburg wrote:
> > Could someone explain how to do this on Mac OS X 10.5.2? I tried:
> >
> > gem --version
> > => 1.0.1
> >
> > sudo gem update --system
> >
> > Lots of stuff scrolled by, but afterwards, I still see:
> >
> > gem --version
> > => 1.0.1
> >
> > This might be related to the fact that
> >
> > which gem
> > => /usr/bin/gem
> >
> > but the update process reports that gem was installed in
> > /System/Library/Frameworks/Ruby.framework etc etc etc.
> >
> > Clearly I am just thrashing about here... Thx for any - m.

>
> I emailed Chad about this: the gem update is installing the gem
> command into
>
> /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
> bin/gem
>
> It should go into
>
> System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/gem
>
> which is the symlink from /usr/bin/gem


Great info - what should I do? Repoint the symlink? Move the binary?
Either is easy...

Thx - m.

--
matt neuburg, phd = matt@tidbits.com, http://www.tidbits.com/matt/
Leopard - http://www.takecontrolbooks.com/leop...stomizing.html
AppleScript - http://www.amazon.com/gp/product/0596102119
Read TidBITS! It's free and smart. http://www.tidbits.com
  Réponse avec citation
Vieux 30/03/2008, 04h01   #14
Eric Hodel
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [ANN] RubyGems 1.1.0

On Mar 29, 2008, at 15:22 PM, Dave Thomas wrote:
> On Mar 29, 2008, at 4:50 PM, matt neuburg wrote:
>> Could someone explain how to do this on Mac OS X 10.5.2? I tried:
>>
>> gem --version
>> => 1.0.1
>>
>> sudo gem update --system
>>
>> Lots of stuff scrolled by, but afterwards, I still see:
>>
>> gem --version
>> => 1.0.1
>>
>> This might be related to the fact that
>>
>> which gem
>> => /usr/bin/gem
>>
>> but the update process reports that gem was installed in
>> /System/Library/Frameworks/Ruby.framework etc etc etc.
>>
>> Clearly I am just thrashing about here... Thx for any - m.

>
> I emailed Chad about this: the gem update is installing the gem
> command into
>
> /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
> bin/gem
>
> It should go into
>
> System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/gem
>
> which is the symlink from /usr/bin/gem


Hrm, this is odd. I had a working RubyGems 1.1.0 on apple ruby when I
released, but after removing it to restore the apple RubyGems 1.0.1, I
am again stuck with 1.0.1 like you. Perhaps I did some other monkey-
business that caused it to work correctly.

I have an idea of what the problem is, but until I figure out exactly
what the issue is, running:

sudo update_rubygems

installs RubyGems correctly.

  Réponse avec citation
Vieux 30/03/2008, 05h47   #15
matt neuburg
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [ANN] RubyGems 1.1.0

Eric Hodel <drbrain@segment7.net> wrote:

> On Mar 29, 2008, at 15:22 PM, Dave Thomas wrote:
> > On Mar 29, 2008, at 4:50 PM, matt neuburg wrote:
> >> Could someone explain how to do this on Mac OS X 10.5.2? I tried:
> >>
> >> gem --version
> >> => 1.0.1
> >>
> >> sudo gem update --system
> >>
> >> Lots of stuff scrolled by, but afterwards, I still see:
> >>
> >> gem --version
> >> => 1.0.1
> >>
> >> This might be related to the fact that
> >>
> >> which gem
> >> => /usr/bin/gem
> >>
> >> but the update process reports that gem was installed in
> >> /System/Library/Frameworks/Ruby.framework etc etc etc.
> >>
> >> Clearly I am just thrashing about here... Thx for any - m.

> >

> I have an idea of what the problem is, but until I figure out exactly
> what the issue is, running:
>
> sudo update_rubygems
>
> installs RubyGems correctly.


Excellent - so it does! Thanks - m.

--
matt neuburg, phd = matt@tidbits.com, http://www.tidbits.com/matt/
Leopard - http://www.takecontrolbooks.com/leop...stomizing.html
AppleScript - http://www.amazon.com/gp/product/0596102119
Read TidBITS! It's free and smart. http://www.tidbits.com
  Réponse avec citation
Vieux 30/03/2008, 11h01   #16
Luis Lavena
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: RubyGems 1.1.0

On Mar 30, 12:01 am, Eric Hodel <drbr...@segment7.net> wrote:
> On Mar 29, 2008, at 15:22 PM, Dave Thomas wrote:
>
>
>
> > On Mar 29, 2008, at 4:50 PM, matt neuburg wrote:
> >> Could someone explain how to do this on Mac OS X 10.5.2? I tried:

>
> >> gem --version
> >> => 1.0.1

>
> >> sudo gem update --system

>
> >> Lots of stuff scrolled by, but afterwards, I still see:

>
> >> gem --version
> >> => 1.0.1

>
> >> This might be related to the fact that

>
> >> which gem
> >> => /usr/bin/gem

>
> >> but the update process reports that gem was installed in
> >> /System/Library/Frameworks/Ruby.framework etc etc etc.

>
> >> Clearly I am just thrashing about here... Thx for any - m.

>
> > I emailed Chad about this: the gem update is installing the gem
> > command into

>
> > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
> > bin/gem

>
> > It should go into

>
> > System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/gem

>
> > which is the symlink from /usr/bin/gem

>
> Hrm, this is odd. I had a working RubyGems 1.1.0 on apple ruby when I
> released, but after removing it to restore the apple RubyGems 1.0.1, I
> am again stuck with 1.0.1 like you. Perhaps I did some other monkey-
> business that caused it to work correctly.
>
> I have an idea of what the problem is, but until I figure out exactly
> what the issue is, running:
>
> sudo update_rubygems
>
> installs RubyGems correctly.


And then... someone says "Windows is broken" :-P

Nevermind, just kidding ;-)

Regards,
--
Luis Lavena
  Réponse avec citation
Vieux 30/03/2008, 16h41   #17
matt neuburg
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: RubyGems 1.1.0

Luis Lavena <luislavena@gmail.com> wrote:

> > Hrm, this is odd. I had a working RubyGems 1.1.0 on apple ruby when I
> > released, but after removing it to restore the apple RubyGems 1.0.1, I
> > am again stuck with 1.0.1 like you. Perhaps I did some other monkey-
> > business that caused it to work correctly.
> >
> > I have an idea of what the problem is, but until I figure out exactly
> > what the issue is, running:
> >
> > sudo update_rubygems
> >
> > installs RubyGems correctly.

>
> And then... someone says "Windows is broken" :-P
>
> Nevermind, just kidding ;-)


That the built-in installation of Ruby on Mac OS X 10.5 (Leopard) is
structured in a peculiar way is a well-established fact. Nothing to do
with the system; it's the use of highly non-standard paths and
permissions for Ruby (including initial installation in a framework, in
a region to which the user has no write access, so e.g. outdated gems
can't be cleaned up - and what will happen when the user is ready to
update Ruby itself is completely unclear). But we've been up and down
this road before; nothing new to see here. m.

--
matt neuburg, phd = matt@tidbits.com, http://www.tidbits.com/matt/
Leopard - http://www.takecontrolbooks.com/leop...stomizing.html
AppleScript - http://www.amazon.com/gp/product/0596102119
Read TidBITS! It's free and smart. http://www.tidbits.com
  Réponse avec citation
Vieux 31/03/2008, 22h58   #18
hemant
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [ANN] RubyGems 1.1.0

Hi,

On 3/29/08, Eric Hodel <drbrain@segment7.net> wrote:
> = Announce: RubyGems Release 1.1.0
>
> Release 1.1.0 adds some new features and fixes some bugs.


Eric, You marked this bug I reported as closed:

http://rubyforge.org/tracker/?func=d...3&group_id=126

and yet, today when I did:

sudo gem update --system

I got:

gem --version

0.9.5

I found that executable got installed in:

/usr/local/lib/ruby/site_ruby/bin

and when I try to execute 'gem' binary from that location, I get:

/gem:14: undefined method `ruby_version' for Gem:Module (NoMethodError)

And ideas?

  Réponse avec citation
Vieux 01/04/2008, 00h46   #19
Eric Hodel
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [ANN] RubyGems 1.1.0

On Mar 31, 2008, at 14:58 PM, hemant wrote:
> On 3/29/08, Eric Hodel <drbrain@segment7.net> wrote:
>> = Announce: RubyGems Release 1.1.0
>>
>> Release 1.1.0 adds some new features and fixes some bugs.

>
> Eric, You marked this bug I reported as closed:
>
> http://rubyforge.org/tracker/?func=d...3&group_id=126
>
> and yet, today when I did:
>
> sudo gem update --system
>
> I got:
>
> gem --version
>
> 0.9.5
>
> I found that executable got installed in:
>
> /usr/local/lib/ruby/site_ruby/bin
>
> and when I try to execute 'gem' binary from that location, I get:
>
> ./gem:14: undefined method `ruby_version' for Gem:Module
> (NoMethodError)
>
> And ideas?


I think this is related to the apple install problem referenced
previously in this thread. I've reopened it.


  Réponse avec citation
Vieux 01/04/2008, 18h51   #20
Paul Mucur
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [ANN] RubyGems 1.1.0

On 30 Mar 2008, at 04:01, Eric Hodel wrote:

> I have an idea of what the problem is, but until I figure out
> exactly what the issue is, running:
>
> sudo update_rubygems
>
> installs RubyGems correctly.



Am I right in assuming that the current incorrect install only creates
the following two directories which can be safely deleted once 1.1.0
is installed correctly (in /Library/Ruby) with the above command?

/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/lib
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/bin

  Réponse avec citation
Vieux 04/04/2008, 01h15   #21
Eric Hodel
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [ANN] RubyGems 1.1.0

On Apr 1, 2008, at 10:51 AM, Paul Mucur wrote:
> On 30 Mar 2008, at 04:01, Eric Hodel wrote:
>> I have an idea of what the problem is, but until I figure out
>> exactly what the issue is, running:
>>
>> sudo update_rubygems
>>
>> installs RubyGems correctly.

>
> Am I right in assuming that the current incorrect install only
> creates the following two directories which can be safely deleted
> once 1.1.0 is installed correctly (in /Library/Ruby) with the above
> command?
>
> /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
> lib
> /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
> bin


Correct.

  Réponse avec citation
Vieux 04/04/2008, 15h32   #22
Christopher Dicely
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: RubyGems 1.1.0

On Sat, Mar 29, 2008 at 8:52 AM, Trans <transfire@gmail.com> wrote:
>
>
> On Mar 29, 11:26 am, "Christopher Dicely" <cmdic...@gmail.com> wrote:
>
>
> > On Sat, Mar 29, 2008 at 6:34 AM, Trans <transf...@gmail.com> wrote:
> >
> > > On Mar 29, 4:41 am, Eric Hodel <drbr...@segment7.net> wrote:

> >
> > > > * RubyGems now requires Ruby > 1.8.3.
> > > > * Release notes are now printed upon installation.

> >
> > > Where do these release notes come from?

> >
> > Well, from the error message I get when installing, they are supposed
> > to be installed in doc/release_notes/rel_1_1_0.rdoc, for some reason
> > I'm not getting anything in that directory buy a css stylesheet and a
> > makedoc.rb script.

>
> Why would you be "getting" anything at all in that directory?


Well, the upgrade is giving an error message after it installs the new
version saying it can't find the release notes there. Since the upgrade
creates the directory, you would think it would populate it if it is
going to look for release notes to display there and produce an error
message if they are missing.

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 22h58.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,34588 seconds with 30 queries