README.md in jumpup-heroku-0.0.5 vs README.md in jumpup-heroku-0.0.6

- old
+ new

@@ -1,7 +1,10 @@ # Jumpup-heroku [![RubyGems][gem_version_badge]][ruby_gems] +[![Code Climate](https://codeclimate.com/github/Helabs/jumpup-heroku.png)](https://codeclimate.com/github/Helabs/jumpup-heroku) +[![Dependency Status](https://gemnasium.com/Helabs/jumpup-heroku.svg)](https://gemnasium.com/Helabs/jumpup-heroku) +[![Build Status](https://travis-ci.org/Helabs/jumpup-heroku.svg?branch=master)](https://travis-ci.org/Helabs/jumpup-heroku) Rake tasks to deploy any Rails application on [Heroku](http://heroku.com) using [Jumpup](https://github.com/Helabs/jumpup). ## Instalation @@ -33,13 +36,12 @@ jumpup:heroku:start jumpup:start jumpup:bundle_install db:migrate spec - jumpup:coverage_verify - jumpup:finish jumpup:heroku:finish + jumpup:finish ) ``` ### Production and staging apps @@ -106,10 +108,17 @@ $ git push -u origin production ``` And send to Heroku with ```rake jumpup:heroku:deploy:production``` or as an alias ```rake integrate:production``` +#### Need to skip spec on integrate to production? + +Set the environment variable SKIP_SPEC=1 before integrating to production. + +```SKIP_SPEC=1 rake integrate:production``` + + ## Versioning Jumpup-heroku follow the [Semantic Versioning](http://semver.org/). ## Issues @@ -120,11 +129,12 @@ Please see [CONTRIBUTING.md](https://github.com/Helabs/jumpup-heroku/blob/master/CONTRIBUTING.md) for details. ## Maintainers -- [Thiago Belem](https://github.com/TiuTalk) +- [Marcio Junior](https://github.com/marcioj) +- [Tomás Augusto Müller](https://github.com/tomasmuller) ## Release Follow this steps to release a new version of the gem. @@ -144,5 +154,12 @@ Jumpup-heroku is Copyright © 2013-2014 HE:labs. It is free software, and may be redistributed under the terms specified in the LICENSE file. [gem_version_badge]: https://badge.fury.io/rb/jumpup-heroku.png [ruby_gems]: http://rubygems.org/gems/jumpup-heroku + + +## Made with love by HE:labs + +![HE:labs](http://helabs.com.br/images/logo.png) + +This gem was created and is maintained by [HE:labs](https://github.com/Helabs).