README.md in ore-0.8.0 vs README.md in ore-0.8.1

- old
+ new

@@ -14,11 +14,13 @@ ## Features * Stores project metadata in **one YAML file** (`gemspec.yml`). * Generates a **pure Ruby** `.gemspec` supporting: - * Git + * [Git](http://git-scm.com/) + * [Mercurial (Hg)](http://mercurial.selenic.com/) + * [SubVersion (SVN)](http://subversion.tigris.org/) * `gemspec.yml` * `VERSION` or `version.rb` files * Provides many builtin templates: * bundler * rvmrc @@ -45,10 +47,10 @@ ## Example gemspec.yml File The `gemspec.yml` file used to build Ore: name: ore - version: 0.8.0 + version: 0.8.1 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