Ruby Gems 1.1.0 is out
Posted by Vince Wadhwani on Mar 30, 2008
Hey, good news, a new version of Ruby Gems is out. The change list for version 1.1.0 looks pretty cool and I'm psyched to have upgraded on my Debian/Sidux development box. If you wan to play along, simply type:
sudo gem update --system
It won't affect most people, but I do want to point out that this version does require Ruby 1.8.3 or higher so check that you've got that first by typing this on the command line:
ruby -v