This post originated from an RSS feed registered with Ruby Buzz
by Eric Hodel.
Original Post: RubyGems Beta 0.9.0.9
Feed Title: Segment7
Feed URL: http://blog.segment7.net/articles.rss
Feed Description: Posts about and around Ruby, MetaRuby, ruby2c, ZenTest and work at The Robot Co-op.
This will be the last beta with major changes before the release of 0.9.1.
Upgrade note
While require_gem was deprecated in 0.9.0, the bin stubs are still using it (oops!). To get rid of the warnings printed by rake or other bin stubs simply run gem pristine --all.
What’s new since 0.9.0?
Lots! Many changes both big and small! Here’s an incomplete summary:
require_gem is deprecated and will print a warning. Use gem instead.
RubyGems now requires ruby 1.8.2 or greater.
gem command changes
new gem pristine command
new gem outdated command
new gem sources command
gem uninstall can uninstall multiple gems
gem install uses the cache instead of downloading
gem install returns non-zero exit code on failure
gem install can now set shebang on bin stubs (env or ruby)