ChangeLog.md in ronin-gen-1.1.1 vs ChangeLog.md in ronin-gen-1.2.0.rc1

- old
+ new

@@ -1,9 +1,32 @@ +### 1.2.0 / 2012-05-28 + +* Require ronin-support ~> 0.5. +* Require ronin ~> 1.5. +* Added {Ronin::Gen::Actions#print_command}. +* Added `ronin/spec/gen`. +* Added a man-page for `ronin-gen`. +* Moved all `FileUtils` methods into {Ronin::Gen::Actions}. +* Changed {Ronin::Gen::Generator.generate} to pass arbitrary arguments down to + {Ronin::Gen::Generator#initialize}. +* Overrode {Ronin::Gen::FileGenerator#initialize} to accept a `path` argument. +* Overrode {Ronin::Gen::DirGenerator#initialize} to accept a `path` argument. +* {Ronin::Gen::FileGenerator#path} is now an instance variable. +* {Ronin::Gen::DirGenerator#path} is now an instance variable. +* Improved the `ronin-gen` command: + * Properly set the `path` of File/Dir generators. + * Rescue and print exceptions. +* Include [rubygems-tasks] in generated ronin libraries. +* Simplified the `name.gemspec` template used by the + {Ronin::Gen::Generators::Library library} generator. +* Fixed typos in the `Gemfile` template used by the + {Ronin::Gen::Generators::Library library} generator. + ### 1.1.1 / 2012-03-03 * Fixed multiple typos in the Library and Repository templates. -* Fixed a template lookup bug in {Ronin::Gen::Generator#template}. +* Fixed a template lookup bug in `Ronin::Gen::Generator#template`. ### 1.1.0 / 2012-02-12 * Require parameters ~> 0.4. * Require ronin-support ~> 0.4. @@ -96,5 +119,6 @@ * Provides the `Ronin::Generators::Platform::Extension` generator. * Provides sub-commands for invoking the Overlay and Extension generator. * Provides the `ronin-gen` sub-command to invoke other generator sub-commands. +[rubygems-tasks]: https://github.com/postmodern/rubygems-tasks#readme