Hi,
update remains not possible:
C:>gem -v
0.9.2
C:>gem install rubygems_update
ERROR: While executing gem … (Gem::GemNotFoundException)
Could not find rubygems_update (> 0) in any repository
----- Original Message ----
From: Gilbert R. [email protected]
To: ruby-talk ML [email protected]; [email protected]
Sent: Saturday, June 30, 2007 12:35:08 PM
Subject: Re: [ANN] webgen 0.4.5
Thomas L. wrote:
Hi,
I tried it out on Windows XP with the One-Click-Installer, failed for
me, too. However, after updating Rubygems from 0.9.2 to 0.9.4 it worked
for me. So try a:gem install rubygems_update
update_rubygems
gem install -y webgen
ruby -v
ruby 1.8.5 (2006-08-25) [i386-mswin32]
gem -v
0.9.0
updating gem worked only with =
gem update --system
now it’s 0.9.4
and gem install webgen worked
Gilbert