[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] RubyGems 0.8.8 (please upgrade from 0.8.7

Jim Weirich

3/15/2005 1:16:00 AM

Ruby Gems 0.8.8 is now available. It fixes a bug in 0.8.7 where gem files
were created that could not be loaded by older versions of RubyGems. Version
0.8.8 correctly creates backwards compatible gem files.

We recommend that anyone who installed version 0.8.7 upgrade to 0.8.8.

Sorry for the confusion.

--
-- Jim Weirich jim@weirichhouse.org http://onest...
-----------------------------------------------------------------
"Beware of bugs in the above code; I have only proved it correct,
not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas)


4 Answers

Lionel Thiry

3/15/2005 1:53:00 AM

0

Jim Weirich wrote:
> Ruby Gems 0.8.8 is now available. It fixes a bug in 0.8.7 where gem files
> were created that could not be loaded by older versions of RubyGems. Version
> 0.8.8 correctly creates backwards compatible gem files.
>
> We recommend that anyone who installed version 0.8.7 upgrade to 0.8.8.
>
> Sorry for the confusion.
>
I had a
"lib/rubygems/deployment.rb:3:16: Couldn't find File. Assuming it's a module"
message.

Is it normal?

--
Lionel Thiry

gabriele renzi

3/15/2005 8:24:00 AM

0

Lionel Thiry ha scritto:

>> Sorry for the confusion.
>>
> I had a
> "lib/rubygems/deployment.rb:3:16: Couldn't find File. Assuming it's a
> module"
> message.
>
> Is it normal?

it seem a normal warning from rdoc, so nothing to be worried. But IIRC
this kind of warning were silenced in a previous release exactly for
this reason, they make people nervous :)

Bil Kleb

3/15/2005 9:06:00 AM

0

Jim Weirich wrote:
>
> We recommend that anyone who installed version 0.8.7 upgrade to 0.8.8.

Took me a while (~1 minute) to find this, so I thought I'd share:

sudo gem update --system

Regards,
--
Bil Kleb
http://fun3d.lar...


Jim Weirich

3/15/2005 4:08:00 PM

0


Lionel Thiry said:
> I had a
> "lib/rubygems/deployment.rb:3:16: Couldn't find File. Assuming it's a
> module"
> message.
>
> Is it normal?

Normal: yes
Desirable: no
Problem: no

It is RDoc complaining as it is running its fingers through the code.

--
-- Jim Weirich jim@weirichhouse.org http://onest...
-----------------------------------------------------------------
"Beware of bugs in the above code; I have only proved it correct,
not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas)