Posted By: Dr Nic Williams
Date: 2008-12-15 04:45
Summary: rubigen 1.4.0 Released
Project: RubiGen
rubigen version 1.4.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.4.0 2008-12-11 NOT RELEASED
* rubigen tests now pass against ruby 1.9.0 and ruby 1.9.1(prerelease 2)
* puts are sent to an explicit #stdout which can be STDOUT or a StringIO passed from tests; test output is now clean! |
|