Subject: [ANN] rubigen 1.2.0 Released
rubigen version 1.2.0 has been released!
* <
http://rubigen.rubyforge.org>
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:
* Fixed rake post_news/email output bug ("\\n\\n")
## 1.2.0 2008-02-14
* 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
* <
http://rubigen.rubyforge.org>