From: Stefan Lang Date: 2005-12-19T07:52:02+09:00 Subject: [ANN] Rant 0.5.4 Rant is a flexible build tool written entirely in Ruby, similar to Rake. == What's new in this release? This is mainly a bugfix release. * Fix a rule bug where a custom rule task wouldn't find it's � prerequisites in subdirectories. * A 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.) 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! -- Stefan