Release Name: 1.0.2
Notes:
A framework to allow Ruby applications to generate file/folder stubs (like the rails command does for Ruby on Rails, and the ‘script/generate’ command within a Rails application during development).
Changes:
== 1.0.2 2007-08-22\n\n* Renamed rubigen_install_script -> install_rubigen_script
* install_rubigen_script is now a component generator so can be reused by other generators to create script/generate
* Added "Thanks to Jeremy Kemper" into website
* Cleaned up USAGE for test_unit
* If a generator does not have a USAGE file, then it is invisible from lists of available generators.
This will be the mechanism for having hidden generators (e.g. install_rubigen_scripts)
|