{ |one, step, back| } 1 of 1 article WikiSyndicate: full/short

RubyGems 0.7.0 has been Released   09 Jul 04
[ print link all ]
Updates to this site have been rather sporatic recently. Part of the reason is RubyGems version 0.7.0. I’ve been heavily involved with this version for the past few weeks and I’m happy to say it is available now in the expected locations (e.g. RubyForge).

The biggest change to RubyGems is the command structure. We now follow a cvs-like command structure where gem is the main command and install, build, etc are subcommands. For example, it install the latest version of rake, use the following command:

  gem install rake

Options are now defind on individual subcommands and the whole structure is much easier to learn and understand. In addition, the help system knows about individual commands and all the options for each command.

As you can guess, I’m quite excited about the latest version. I hope you download it and give it a tryout.

BTW, if you use Rake to build RubyGems, you will want to grab the latest version (rake-0.4.2) that supports rubygems-0.7.0.


 

Formatted: 17-May-08 11:57
Feedback: jim@weirichhouse.org