------ art_171649_6779241.1178975788262 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline After updating (using "gem update --system"), I'm now getting this error when I attempt to install or update another gem: ERROR: While executing gem ... (NoMethodError) undefined method `refresh' for #<Hash:0x14842a0> I'm using Ruby 1.8.4 on OS X. I tried the manual install, too (downloading and running setup.rb), but got the same behavior. While running setup.rb, the output ended as follows: Successfully built RubyGem Name: sources Version: 0.0.1 File: sources-0.0.1.gem Removing old RubyGems RDoc and ri... Installing rubygems-0.9.3 ri... lib/rubygems/command_manager.rb:146:59: Skipping require of dynamic string: "rubygems/commands/#{command_name}_command" lib/rubygems/digest/md5.rb:16:15: Couldn't find MD5. Assuming it's a module lib/rubygems/gem_commands.rb:192:49: Skipping require of dynamic string: "rubygems/commands/#{name}_command" Installing rubygems-0.9.3 rdoc... lib/rubygems/command_manager.rb:146:59: Skipping require of dynamic string: "rubygems/commands/#{command_name}_command" lib/rubygems/digest/md5.rb:16:15: Couldn't find MD5. Assuming it's a module lib/rubygems/gem_commands.rb:192:49: Skipping require of dynamic string: "rubygems/commands/#{name}_command" As of RubyGems 0.8.0, library stubs are no longer needed. Searching $LOAD_PATH for stubs to optionally delete (may take a while)... ...done. No library stubs found. I'm assuming the MD5 and "dynamic string" stuff is harmless, as it wasn't treated as an error. Let me know if I should log a bug. dean On 5/11/07, Jim Weirich <jim / weirichhouse.org> wrote: > > nnounce: RubyGems Release 0.9.3 > > Release 0.9.3 is a maintenance release of RubyGems that fixes a problem > with ZLib on Windows playforms. > ... -- Dean Wampler http://www.objectmentor.com http://www.aspectprogramming.com http://www.contract4j.org ------ art_171649_6779241.1178975788262--