Posted By: Dr Nic Williams
Date: 2008-02-15 23:17
Summary: rubigen 1.2.0 Released
Project: RubiGen
rubigen version 1.2.0 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.2.0 2008-02-14\n\n* application_generator's bin now looks for generator within local source, not
within an install gem - so the bin/foo can be run in development without
requiring installation.
* New collision option *i* - ignore all collisions; works like *a* which forces
all collisions to overwrite existing files; i skips all collisions.
* Supported test scope for install_rubigen_scripts: javascript_test |
|