From: Chad Fowler Date: 2004-05-03T20:02:00+09:00 Subject: Re: rubygem BUG On 3/5/2004, at 1:59 AM, Charles Comstock wrote: > Noticed this while I was playing around trying to uninstall my older > version of rake with rubygems: > > Attempting to uninstall gem 'rake' > Select RubyGem to uninstall: > 1. rake-0.3.1 > 2. rake-0.3.2 > 3. All versions > > 3 > /home/cec/s/c/cc1/usr/lib/ruby/site_ruby/1.8/rubygems/installer.rb: > 282:in `uninstall': undefined method `remove_all' for > # > (NoMethodError) > from /home/cec/s/c/cc1/usr/bin/gem:445:in `uninstall' > from /home/cec/s/c/cc1/usr/bin/gem:117:in `run' > from /home/cec/s/c/cc1/usr/bin/gem:694 > > This one is fixed in CVS. Thanks. Chad