Release Name: 1.0.1
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.1 2007-08-20\n\n* Moved builtin generators into root folders, away from lib folder, to protected them
from ri/rdocs processes (which didn't like ERb <%= %> inside Ruby files)
* New app: rubigen_install_script
* adds script/generate and script/destroy to current folder
|