Release Name: 1.0.4
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.4 2007-09-07
* New manifest actions:
* m.folder - copies over all files in folder into target path
* helper run_generator returns generator instance (so you can assert instance variables/methods etc)
* base_name method for generators - returns basename of destination_root, unless its trunk/tags/branches
|