From: Austin 7873 Date: 2007-01-27T07:48:01+09:00 Subject: RubyGems 0.9.1 calling a gem with gem '' After upgrading to RubyGems 0.9.1, I'm seeing the following error: irb(main):001:0> require 'rubygems' => true irb(main):002:0> gem 'uuid' => true irb(main):003:0> UUID.new NameError: uninitialized constant UUID from (irb):3 irb(main):004:0> This problem doesn't happen if I use: require 'uuid' or require_gem 'uuid' I'm also seeing similar problems calling other gems such as: gem 'reliable msg' I've run gem pristine -all I've tried reinstalling 0.9.1 I've deleted both root and my user source_cache without any luck. thanks in advance! -- Posted via http://www.ruby-forum.com/.