README.md in pah-0.0.2 vs README.md in pah-0.0.3

- old
+ new

@@ -1,6 +1,9 @@ # Pah +[![RubyGems][gem_version_badge]][ruby_gems] +[![Code Climate][code_climate_badge]][code_climate] +[![Gemnasium][gemnasium_badge]][gemnasium] A rails application template which born from [Startup DEV][startupdev] and now is used to start most projects at [HE:labs][helabs]. ## Instalation @@ -12,11 +15,11 @@ Run: pah projectname -This will create a Rails 3.2 app in `projectname`. This script creates a new git repository. It is not meant to be used against an existing repo. +This will create a Rails 3.2 app in `projectname` with ruby 1.9.3. This script creates a new git repository. It is not meant to be used against an existing repo. Be sure to set your canonical domain on Heroku: ```shell heroku config:add CANONICAL_HOST=yourdomain.com #or www.yourdomain.com ``` @@ -52,5 +55,12 @@ 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). [startupdev]: http://startupdev.com.br [helabs]: http://helabs.com.br +[gem_version_badge]: https://badge.fury.io/rb/pah.png +[ruby_gems]: http://rubygems.org/gems/pah +[code_climate]: https://codeclimate.com/github/Helabs/pah +[code_climate_badge]: https://codeclimate.com/github/Helabs/pah.png +[gemnasium]: https://gemnasium.com/Helabs/pah +[gemnasium_badge]: https://gemnasium.com/Helabs/pah.png +