Notes:
Changes:
Changes from Rant 0.5.2 to 0.5.4.
For a full ChangeLog follow the "ChangeLog" link on http://make.ruby-co.de.
== Rant 0.5.4
Incompatible changes:
* The undocumented method var.is which is deprecated since
release 0.5.2 is not defined anymore.
Fixes and minor improvements:
* Fix a rule bug where a custom rule task wouldn't find it's
prerequisites in subdirectories.
* An non-backwards compatible change in the YAML library of Ruby 1.8.3
and newer causes gems to be non-backwards compatible. The fix for
backwards compatibility of gems created with RubyPackage is enabled
for all newer Ruby versions now. (See changes of last Rant release.)
* The new method sys.write_to_binfile. (Kevin Burge's idea.)
Read doc/sys.rdoc for documentation.
|