README.md in ore-0.4.1 vs README.md in ore-0.5.0

- old
+ new

@@ -31,11 +31,11 @@ * Provides an **extendable** project **generator** that supports user-installed templates. ## Requirements -* [ore-core](http://github.com/ruby-ore/ore-core) ~> 0.1.0 +* [ore-core](http://github.com/ruby-ore/ore-core) ~> 0.1.1 * [thor](http://github.com/wycats/thor) ~> 0.14.3 ## Install $ gem install ore @@ -43,11 +43,11 @@ ## Example gemspec.yml files The `gemspec.yml` file used to build Ore: name: ore - version: 0.4.1 + version: 0.5.0 summary: Mine raw RubyGems from YAML. description: Ore is a simple RubyGem building solution. Ore handles the creation of Gem::Specification objects as well as building '.gem' files. Ore allows the developer to keep all of the project information @@ -73,16 +73,16 @@ $ rake release ************************************************************************** dependencies: - ore-core: ~> 0.1.0 + ore-core: ~> 0.1.1 thor: ~> 0.14.3 development_dependencies: ore-tasks: ~> 0.3.0 - rspec: ~> 2.3.0 + rspec: ~> 2.4.0 yard: ~> 0.6.1 For a complete refrence to the `gemspec.yml` file, please see the [GemspecYML Reference](http://rubydoc.info/gems/ore-core/file/GemspecYML.html) @@ -109,9 +109,19 @@ $ mine myproj --bundler --rspec --yard Generate a new project using previously installed templates: $ mine myproj --bundler --rspec --yard -T awesometest + +Add default generator options to `~/.ore/options.yml`: + + ore_tasks: true + rspec: true + yard: true + markdown: true + authors: + - Alice + email: alice@example.com Builds a `.gem` file in the `pkg/` directory of a project: $ ore