ChangeLog.md in ronin-gen-1.0.1.rc1 vs ChangeLog.md in ronin-gen-1.0.1

- old
+ new

@@ -1,15 +1,18 @@ -### 1.0.1 / 2011-05-17 +### 1.0.1 / 2011-07-04 * Require data_paths ~> 0.3. -* Require ronin-support ~> 0.2. -* Require ronin ~> 1.1. +* Require ronin-support ~> 0.1. +* Require ronin ~> 1.0. * Include `Ronin::AutoLoad` into {Ronin::Gen::Generators}. -* Ensure that {Ronin::Gen::Generators::Library} executes `git` commands - within the destination directory. -* Have {Ronin::Gen::Generators::Library} call `git add .` then `git commit`. -* Make sure that {Ronin::Gen::Generators::Repository} creates the new - `scripts/` directory. +* {Ronin::Gen::Generators::Library}: + * Ensure that `git` commands are executed within the destination + directory. + * Call `git add .` then `git commit`. + * Generate a pure-ruby `.gemspec` file which loads the `gemspec.yml` file. + * Generate libraries that require ronin ~> 1.0 and ronin-gen ~> 1.0. +* {Ronin::Gen::Generators::Repository}: + * Create the new `scripts/` directory. ### 1.0.0 / 2011-03-25 * Upgraded to the GPL-3 license. * Require open_namespace ~> 0.3.