README.md in ore-0.2.3 vs README.md in ore-0.3.0
- old
+ new
@@ -13,11 +13,10 @@
the developer to keep all of the project information in a single YAML file.
## Features
* Stores project information in **one YAML file** (`gemspec.yml`).
-* Has only **one** dependency ([thor](http://github.com/wycats/thor)).
* **Does not** impose a development workflow onto the developer. One could
even use Ore with `Jeweler::Tasks`.
* **Can** load the project version from:
* `VERSION` or `VERSION.yml` files.
* `VERSION` constants or `Version` modules defined in a `version.rb` file.
@@ -32,10 +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
* [thor](http://github.com/wycats/thor) ~> 0.14.3
## Install
$ gem install ore
@@ -43,32 +43,34 @@
## Example gemspec.yml files
The `gemspec.yml` file used to build Ore:
name: ore
- version: 0.2.0
+ version: 0.3.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
in a single YAML file.
license: MIT
authors: Postmodern
email: postmodern.mod3@gmail.com
- homepage: http://github.com/postmodern/ore
+ homepage: http://github.com/ruby-ore/ore
has_yard: true
dependencies:
+ ore-core: ~> 0.1.0
thor: ~> 0.14.3
development_dependencies:
- yard: ~> 0.6.1
+ ore-tasks: ~> 0.2.0
rspec: ~> 2.0.0
+ yard: ~> 0.6.1
-For a complete refrence to the `gemspec.yml` file, please see
-{file:GemspecYML.md}.
+For a complete refrence to the `gemspec.yml` file, please see the
+[GemspecYML Reference](http://rubydoc.info/gems/ore-core/file/GemspecYML.html)
## Synopsis
Install a custom template: