From: hemant Date: 2008-04-01T06:58:59+09:00 Subject: Re: [ANN] RubyGems 1.1.0 Hi, On 3/29/08, Eric Hodel wrote: > = Announce: RubyGems Release 1.1.0 > > Release 1.1.0 adds some new features and fixes some bugs. Eric, You marked this bug I reported as closed: http://rubyforge.org/tracker/?func=detail&atid=575&aid=17983&group_id=126 and yet, today when I did: sudo gem update --system I got: gem --version 0.9.5 I found that executable got installed in: /usr/local/lib/ruby/site_ruby/bin and when I try to execute 'gem' binary from that location, I get: ./gem:14: undefined method `ruby_version' for Gem:Module (NoMethodError) And ideas?