Posted By: Dr Nic Williams
Date: 2007-09-07 07:34
Summary: rubigen 1.0.4 Released
Project: RubiGen
rubigen version 1.0.4 has been released!
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 |
|