README.md in ore-0.3.0 vs README.md in ore-0.4.0
- old
+ new
@@ -20,15 +20,15 @@
* **Can** load the project version from:
* `VERSION` or `VERSION.yml` files.
* `VERSION` constants or `Version` modules defined in a `version.rb` file.
* **Can** be used in traditional `.gemspec` files:
- require 'ore/specification'
-
- Ore::Specification.new do |gemspec|
- # custom logic here
- end
+ require 'ore/specification'
+
+ Ore::Specification.new do |gemspec|
+ # custom logic here
+ end
* Provides an **extendable** project **generator** that supports
user-installed templates.
## Requirements
@@ -43,11 +43,11 @@
## Example gemspec.yml files
The `gemspec.yml` file used to build Ore:
name: ore
- version: 0.3.0
+ version: 0.4.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
@@ -62,11 +62,11 @@
dependencies:
ore-core: ~> 0.1.0
thor: ~> 0.14.3
development_dependencies:
- ore-tasks: ~> 0.2.0
- rspec: ~> 2.0.0
+ ore-tasks: ~> 0.3.0
+ rspec: ~> 2.1.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)