README.md in railslove-suspenders-0.1.1 vs README.md in railslove-suspenders-0.1.2

- old
+ new

@@ -32,16 +32,16 @@ * [Smurfville](https://github.com/railslove/smurfville) for dynamic color guide and more * [Compass](https://github.com/chriseppstein/compass) for css3 mixins And testing gems like: -* [Mocha](https://github.com/freerange/mocha) for stubbing and spying * [Capybara](https://github.com/jnicklas/capybara) and [Capybara Webkit](https://github.com/thoughtbot/capybara-webkit) for integration testing * [Factory Girl](https://github.com/thoughtbot/factory_girl) for test data * [RSpec](https://github.com/rspec/rspec) for unit testing +* [RSpec Mocks](https://github.com/rspec/rspec-mocks) for stubbing and spying * [Shoulda Matchers](https://github.com/thoughtbot/shoulda-matchers) for common RSpec matchers * [Timecop](https://github.com/jtrupiano/timecop-console) for testing time Other goodies @@ -50,12 +50,12 @@ Suspenders also comes with: * Override recipient emails in staging environment. * Rails' flashes set up and in application layout. * A few nice time formats set up for localization. -* [Heroku-recommended asset pipeline - settings](https://devcenter.heroku.com/articles/rails3x-asset-pipeline-cedar/). +* [Heroku-recommended + settings](https://devcenter.heroku.com/articles/rails4-getting-started). Heroku ------ You can optionally create Heroku staging and production apps: @@ -68,10 +68,13 @@ heroku create app-production --remote production Github ------ -You can optionally create a Github repository: +You can optionally create a Github repository for the suspended Rails app. It +requires that you have [Hub](https://github.com/github/hub) on your system: + + curl http://hub.github.com/standalone -sLo ~/bin/hub && chmod +x ~/bin/hub suspenders app --github organization/project This has the same effect as running: