README.md in ore-0.1.4 vs README.md in ore-0.2.0
- old
+ new
@@ -1,9 +1,10 @@
# Ore
* [Source](http://github.com/ruby-ore/ore)
* [Issues](http://github.com/ruby-ore/ore/issues)
+* [Documentation](http://rubydoc.info/gems/ore/file/README.md)
* IRC: irc.freenode.net #ruby-ore
* Postmodern (postmodern.mod3 at gmail.com)
## Description
@@ -42,11 +43,11 @@
## Example gemspec.yml files
The `gemspec.yml` file used to build Ore:
name: ore
- version: 0.1.2
- summary: Cut raw RubyGems from YAML.
+ version: 0.2.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.