Files | Admin

Notes:

Release Name: 0.2

Notes:
This is a special monolithic Rant script created for users which
can't upgrade their Ruby installation to a version newer
than Ruby 1.6.8.

Just copy the file make.rb into the project directory
(the same in which your Rantfile lies).

To run your Rantfiles type:
  % ruby make.rb [options] [arguments]
instead of the usual:
  % rant [options] [arguments]

This script (make.rb) has the following imports inlined
(may work, but not tested):
  * subfile
  * clean
  * directedrule
  * rubytest
  * rubydoc
  * c/dependencies
  * win32/rubycmdwrapper



Changes: == Rant for Ruby 1.6.8, version 0.2 * Fix some warnings.