[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

help re manual RubyGems update?

Greg Hauptmann

5/13/2008 3:17:00 AM

[Note: parts of this message were removed to make it a legal post.]

Hi,

I'm installing on Windows latest version of Ruby (on-click). Then I'm
downloading the RubyGems zip and installing per
http://docs.rubygems.org/read/chapte..., i.e. "ruby setup.rb". (as I
have a firewall issue for a normal update approach)

I get the following error however:

=======================================
C:\Temp\rubygems-1.1.1\rubygems-1.1.1>gem -v
1.1.1

C:\Temp\rubygems-1.1.1\rubygems-1.1.1>gem list
ERROR: While executing gem ... (NameError)
uninitialized constant Gem::Commands::QueryCommand

C:\Temp\rubygems-1.1.1\rubygems-1.1.1>

=======================================

Any ideas/advice?

Thanks

1 Answer

Luis Lavena

5/13/2008 6:56:00 PM

0

On May 13, 12:17 am, Greg Hauptmann <greg.hauptmann.r...@gmail.com>
wrote:
> [Note: parts of this message were removed to make it a legal post.]
>
> Hi,
>
> I'm installing on Windows latest version of Ruby (on-click). Then I'm
> downloading the RubyGems zip and installing perhttp://docs.rubygems.org/read/chapte..., i.e. "ruby setup.rb". (as I
> have a firewall issue for a normal update approach)
>

Can you try something else?

1) download rubygems-update-1.1.1.gem

2) gem install rubygems-update-1.1.1.gem

3) execute update_rubygems


There could be some error with the generated scripts for the One-Click
installer (btw, is 1.8.6-26, right?)

HTH,
--
Luis Lavena