Rant 0.5.6

Rant is a flexible build tool written in pure Ruby.

== What’s new in this release?

This is mainly a bugfix release.

  • Package::Zip, Package::Tgz: Fix bug where a file
    that starts with the package name wouldn’t be included in the
    package. (Reported and fixed by Kevin Burge.)

  • Fixed: The C source file scanner used by the
    C::Dependencies task was confused by C-style single-line
    comments.

  • RubyTest no longer uses testrb as test runner per default. Thus
    it works on systems without testrb now (e.g. Debian based
    systems). The old behaviour can be enabled by setting the loader
    attribute to :testrb. A patch was provided by Max Nickel.

  • The C::Dependencies task accepts the new option
    :correct_case, which is useful on case-insenstive
    file systems. (Patch provided by Peter Allin.)

For more details read http://make.rubyforge.org/files/NEWS.html

== Installing Rant

You can install Rant as a RubyGem:

% gem install --remote rant

or download the package from
RubyForge(http://rubyforge.org/frs/?group_id=615)
and install with install.rb:

% ruby install.rb

== Resources

Homepage:: http://make.ruby-co.de
Rubyforge page:: http://rubyforge.org/projects/make/
Mailing list:: http://rubyforge.org/mailman/listinfo/make-cafe
Repository:: http://developer.berlios.de/svn/?group_id=5046
Rake/Rant comparison::
http://make.rubyforge.org/files/doc/rant_vs_rake_rdoc.html

Naming suggestions, feature requests for further Rant development,
etc. are welcome!