[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Rubygems doesn't update itself..

Dominik Werder

3/10/2005 10:05:00 AM

Hello,

as root I've done the following:

myroot# gem -v
0.8.4
myroot# gem install rubygems
Attempting local installation of 'rubygems'
Local gem file not found: rubygems*.gem
Attempting remote installation of 'rubygems'
Successfully installed rubygems-update, version 0.8.6
Installing RDoc documentation for rubygems-update-0.8.6...
WARNING: Generating RDoc on .gem that may not have RDoc.
myroot# gem -v
0.8.4
myroot#

-> Version doesn't change..

bye!
Dominik
2 Answers

George Ogata

3/10/2005 5:51:00 PM

0

"Dominik Werder" <dwerder@gmx.net> writes:

> Hello,
>
> as root I've done the following:
>
> myroot# gem -v
> 0.8.4
> myroot# gem install rubygems
> Attempting local installation of 'rubygems'
> Local gem file not found: rubygems*.gem
> Attempting remote installation of 'rubygems'
> Successfully installed rubygems-update, version 0.8.6
> Installing RDoc documentation for rubygems-update-0.8.6...
> WARNING: Generating RDoc on .gem that may not have RDoc.
> myroot# gem -v
> 0.8.4
> myroot#
>
> -> Version doesn't change..

Next, run `update_rubygems'. It'd be nice if that was automatic...

Dominik Werder

3/12/2005 11:55:00 AM

0

> Next, run `update_rubygems'. It'd be nice if that was automatic...

this works :-) thanks!

Dominik