ChangeLog.md in ore-0.7.1 vs ChangeLog.md in ore-0.7.2

- old
+ new

@@ -1,4 +1,26 @@ +### 0.7.2 / 2011-02-26 + +* Require ore-core ~> 0.1, >= 0.1.4. +* Added {Ore::Generator.template?}. +* Added {Ore::Generator#enabled_templates}. +* Added {Ore::Generator#disabled_templates}. +* Added {Ore::Generator#templates}. +* Added {Ore::Generator#generated_dirs}. +* Added {Ore::Generator#generated_files}. +* Allow {Ore::Template::Helpers#includes} to yield output. +* Allow the `bundler` template to load `gemfile_prelude`, `gemfile` and + `gemfile_development` includes. +* Allow `--rdoc` to disable `--yard`. +* Set `@markup` to `:rdoc` in the `rdoc` template. +* Added separate `.document` files for the `rdoc` and `yard` templates. +* Added the `doc` alias-task to the `rdoc` and `yard` templates. +* Added `html/` to the generated `.gitignore` file in the `rdoc` template. +* Allow `--test-unit` to disable `--rspec`. +* Fixed the `test_unit` template. +* Added a `Rakefile` task to the `test_unit` template. +* Define options for installed templates as well. + ### 0.7.1 / 2011-02-20 * Added {Ore::Generator#generate_dir}. * Added {Ore::Generator#generate_file}. * Only chmod generated files, if they are supposed to be executable.