README.md in suspenders-1.1.5 vs README.md in suspenders-1.2.0

- old
+ new

@@ -13,39 +13,38 @@ Then run: suspenders projectname -This will create a Rails 3.2 app in `projectname`. This script creates a new +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. Gemfile ------- To see the latest and greatest gems, look at Suspenders' -[template/Gemfile_additions](/thoughtbot/suspenders/blob/master/templates/Gemfile_additions), +[templates/Gemfile_clean](templates/Gemfile_clean), which will be appended to the default generated projectname/Gemfile. It includes application gems like: -* [Airbrake](/airbrake/airbrake) for exception notification -* [Bourbon](/thoughtbot/bourbon) for Sass mixins -* [Clearance](/thoughtbot/clearance) for authentication -* [Flutie](/thoughtbot/flutie) for default CSS styles -* [Formtastic](/justinfrench/formtastic) for form markup and style -* [Paperclip](/thoughtbot/paperclip) for file uploads +* [Airbrake](https://github.com/airbrake/airbrake) for exception notification +* [Bourbon](https://github.com/thoughtbot/bourbon) for Sass mixins +* [Simple Form](https://github.com/plataformatec/simple_form) for form markup and style And testing gems like: -* [Bourne](/thoughtbot/bourne) and [Mocha](/freerange/mocha) for stubbing and - spying -* [Capybara](/jnicklas/capybara) and - [Capybara Webkit](/thoughtbot/capybara-webkit) for integration testing -* [Factory Girl](/thoughtbot/factory_girl) for test data +* [Bourne](https://github.com/thoughtbot/bourne) and + [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 -* [Shoulda Matchers](/thoughtbot/shoulda-matchers) for common RSpec matchers -* [Timecop](/jtrupiano/timecop) for testing time +* [Shoulda Matchers](https://github.com/thoughtbot/shoulda-matchers) for common + RSpec matchers +* [Timecop](https://github.com/jtrupiano/timecop-console) for testing time Other goodies ------------- Suspenders also comes with: @@ -77,47 +76,34 @@ This has the same effect as running: hub create organization/project -Clearance ---------- - -You can optionally not include Clearance: - - suspenders app --clearance false - -Capybara Webkit ---------------- - -You can optionally not include Capybara Webkit (which depends on QT being -installed on your machine): - - suspenders app --webkit false - Dependencies ------------ -Some gems included in Suspenders have native extensions. You should have GCC installed on your -machine before generating an app with Suspenders. +Some gems included in Suspenders have native extensions. You should have GCC +installed on your machine before generating an app with Suspenders. -Use [OS X GCC Installer](/kennethreitz/osx-gcc-installer/) for Snow Leopard -(OS X 10.6). +Use [OS X GCC Installer](https://github.com/kennethreitz/osx-gcc-installer/) for +Snow Leopard (OS X 10.6). Use [Command Line Tools for XCode](https://developer.apple.com/downloads/index.action) for Lion (OS X 10.7) or Mountain Lion (OS X 10.8). -We use [Capybara Webkit](/thoughtbot/capybara-webkit) for full-stack Javascript -integration testing. It requires QT. Instructions for installing QT are -[here](/thoughtbot/capybara-webkit/wiki/Installing-Qt-and-compiling-capybara-webkit). +We use [Capybara Webkit](https://github.com/thoughtbot/capybara-webkit) for +full-stack Javascript integration testing. It requires QT. Instructions for +installing QT are +[here](https://github.com/thoughtbot/capybara-webkit/wiki/Installing-Qt-and-compiling-capybara-webkit). PostgreSQL needs to be installed and running for the `db:create` rake task. Issues ------ -If you have problems, please create a [Github Issue](/thoughtbot/suspenders/issues). +If you have problems, please create a +[Github Issue](https://github.com/thoughtbot/suspenders/issues). Contributing ------------ Please see CONTRIBUTING.md for details. @@ -125,14 +111,15 @@ Credits ------- ![thoughtbot](http://thoughtbot.com/images/tm/logo.png) -Suspenders is maintained and funded by [thoughtbot, inc](http://thoughtbot.com/community) +Suspenders is maintained and funded by +[thoughtbot, inc](http://thoughtbot.com/community). The names and logos for thoughtbot are trademarks of thoughtbot, inc. License ------- -Suspenders is Copyright © 2008-2012 thoughtbot. It is free software, and may be +Suspenders is Copyright © 2008-2013 thoughtbot. It is free software, and may be redistributed under the terms specified in the LICENSE file.