README.md in pah-0.0.12 vs README.md in pah-0.0.13

- old
+ new

@@ -17,18 +17,18 @@ Run: pah projectname -This will create a Rails 4.0 app in `projectname` with ruby 2.1.0. This script creates a new git repository. It is not meant to be used against an existing repo. +This will create a Rails 4.0 app in `projectname` with ruby 2.1.1. This script creates a new git repository. It is not meant to be used against an existing repo. ### RVM If using the rvm is recomended before using pah, create and use a gemset, with the project name. ```bash -$ rvm use 2.1.0@projectname --create +$ rvm use 2.1.1@projectname --create ``` Pah automatically create the .ruby-version and .ruby-gemset files. ## Dependencies @@ -50,9 +50,24 @@ If you have problems, please create a [Github Issue](https://github.com/Helabs/pah/issues). ## Contributing Please see [CONTRIBUTING.md](https://github.com/Helabs/pah/blob/master/CONTRIBUTING.md) for details. + +## Maintainers + +- [Mauro George](https://github.com/maurogeorge) + +## Release + +Follow this steps to release a new version of the gem. + +1. Test if everything is running ok; +1. Change version of the gem on `VERSION` constant; +1. Add the release date on the `CHANGELOG`; +1. Do a commit "Bump version x.x.x", follow the semantic version; +1. Run `$ rake release`, this will send the gem to the rubygems; +1. Check if the gem is on the rubygems and the tags are correct on the github; ## Credits Pah is maintained and funded by [HE:labs](http://helabs.com.br/opensource/). Thank you to all the [contributors](https://github.com/Helabs/pah/graphs/contributors).