README.md in ore-0.5.0 vs README.md in ore-0.6.0
- old
+ new
@@ -1,12 +1,12 @@
# 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)
+* [Email](mailto:postmodern.mod3 at gmail.com)
* IRC: irc.freenode.net #ruby-ore
-* Postmodern (postmodern.mod3 at gmail.com)
## Description
Ore is a simple RubyGem building solution. Ore handles the creation of
`Gem::Specification` objects as well as building `.gem` files. Ore allows
@@ -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.1
+* [ore-core](http://github.com/ruby-ore/ore-core) ~> 0.1.2
* [thor](http://github.com/wycats/thor) ~> 0.14.3
## Install
$ gem install ore
@@ -60,11 +60,11 @@
has_yard: true
post_install_message: |
**************************************************************************
Generate a new Ruby library:
- $ mine my_library --rspec --ore-tasks
+ $ mine my_library --ore-tasks --rspec
Build the library:
$ rake build
@@ -73,20 +73,20 @@
$ rake release
**************************************************************************
dependencies:
- ore-core: ~> 0.1.1
+ ore-core: ~> 0.1.2
thor: ~> 0.14.3
development_dependencies:
- ore-tasks: ~> 0.3.0
+ ore-tasks: ~> 0.4.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)
+[GemspecYML Reference](http://rubydoc.info/gems/ore-core/file/GemspecYML.html).
## Synopsis
Install a custom template:
@@ -122,11 +122,12 @@
- Alice
email: alice@example.com
Builds a `.gem` file in the `pkg/` directory of a project:
- $ ore
+ $ ore gem
## License
-See {file:LICENSE.txt} for license information.
+Copyright (c) 2010-2011 Hal Brodigan
+See {file:LICENSE.txt} for license information.