README.md in pah-0.0.15 vs README.md in pah-0.0.16
- old
+ new
@@ -1,10 +1,11 @@
# PAH
[![Build Status][travis_badge]][travis]
[![RubyGems][gem_version_badge]][ruby_gems]
[![Code Climate][code_climate_badge]][code_climate]
[![Gemnasium][gemnasium_badge]][gemnasium]
+[![RubyGems][gem_downloads_badge]][ruby_gems]
A Rails application template which was born from [Startup DEV][startupdev] and now is used to start most projects at [HE:labs][helabs].
## Dependencies
@@ -27,20 +28,20 @@
```bash
$ pah projectname
```
-This will create a Rails 4.1.1 with Ruby 2.1.2. This script creates a new git repository in the folder `projectname`.
+This will create a Rails 4.1.4 app with Ruby 2.1.3. This script creates a new git repository in the folder `projectname`.
-:warning: PAH not meant to be used against an existing repo.
+:warning: PAH is not meant to be used against an existing repo.
### RVM
If you're using RVM, create and use a gemset (with the project name) before running PAH:
```bash
-$ rvm use 2.1.2@projectname --create
+$ rvm use 2.1.3@projectname --create
$ pah projectname
```
PAH automatically create the .ruby-version and .ruby-gemset files.
@@ -62,12 +63,10 @@
- [Thiago Belem](https://github.com/TiuTalk)
## Roadmap
- Improve the specs and test coverage
-- Refactor the templates/partials logic
-- Extract "utils" to somewhere else outside the template.rb
- Make sure all the generated files are not beign overriden with older versions (like spec_helper, applications config & etc), don't copy files.. build them
- Remove the old and unused spec/support files
- Release version 1.0
## Release
@@ -87,13 +86,14 @@
This gem was created and is maintained by [HE:labs](https://github.com/Helabs).
[startupdev]: http://startupdev.com.br
[helabs]: http://helabs.com.br
-[gem_version_badge]: https://badge.fury.io/rb/pah.png
+[gem_version_badge]: http://img.shields.io/gem/v/pah.svg?style=flat
+[gem_downloads_badge]: http://img.shields.io/gem/dt/pah.svg?style=flat
[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
+[code_climate_badge]: http://img.shields.io/codeclimate/github/Helabs/pah.svg?style=flat
[gemnasium]: https://gemnasium.com/Helabs/pah
-[gemnasium_badge]: https://gemnasium.com/Helabs/pah.png
+[gemnasium_badge]: http://img.shields.io/gemnasium/Helabs/pah.svg?style=flat
[travis]: https://travis-ci.org/Helabs/pah
-[travis_badge]: https://travis-ci.org/Helabs/pah.svg?branch=master
+[travis_badge]: http://img.shields.io/travis/Helabs/pah.svg?style=flat