smart stuff

Rake 0.40. is out
25 Sep 04 - http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/Ruby/Rake.rdoc
Rake is a make-like utility written entirely in Ruby. It allows to you specify build target and actions, with the action being standard Ruby code.

You can get Rake from rubyforge. If you have rubygems installed, then all you need to do is

  gem -i rake

If you have a very recent version of rubygems (i.e. from CVS), then the gen-rdoc option finally produces a decent rendition of the Rake documentation locally.

QuickStartExample