From: Eric Hodel Date: 2007-12-27T12:31:40+09:00 Subject: Re: RubyGems 1.0.0 On Dec 24, 2007, at 09:47 AM, Jonathan Hernandez wrote: > Eric Hodel wrote: >> On Dec 22, 2007, at 10:38 AM, Jonathan Hernandez wrote: >>> installed). If i do: >>> >>> ~/rubygems-0.9.2# gem update --system >>> (...) >>> ~/rubygems-0.9.2# gem -v >>> /usr/local/bin/gem:23: uninitialized constant Gem::GemRunner >>> (NameError) >>> >>> I know from other installs that rubygems 0.9.5 works perfectly with >>> ruby >>> 1.8.6 (ubuntu's apt). >> >> Can you get a complete install log? > > For sure, I can reproduce the problem if i return back to rubygems > 0.9.2 > and updating again to 1.0.1 with gem update --system. > > I attached the complete log. > > Attachments: >> cp gem /tmp/gem >> install -c -m 0755 /tmp/gem /usr/bin/gem1.8 Use `gem1.8`. I will add a note about the name of `gem` in the next revision of RubyGems.