README.md in suspenders-0.2.6 vs README.md in suspenders-0.2.7
- old
+ new
@@ -11,11 +11,11 @@
Then run:
suspenders create projectname
-This will create a Rails 3 app in `projectname'. This script creates a new
+This will create a Rails 3.1 app in `projectname'. This script creates a new
new git repository. It is not meant to be used against an existing repo.
Suspenders uses [Trout](https://github.com/thoughtbot/trout) to make it
easier to maintain a base version of special files (like Gemfile) in
Suspenders.
@@ -35,9 +35,10 @@
* [Paperclip](https://github.com/thoughtbot/paperclip) for file uploads
* [Formtastic](https://github.com/justinfrench/formtastic) for better forms
* [Hoptoad Notifier](https://github.com/thoughtbot/hoptoad_notifier) for exception notification
* [Flutie](https://github.com/thoughtbot/flutie) for default CSS styles
+* [Bourbon](https://github.com/thoughtbot/bourbon) for classy sass mixins
* [Clearance](https://github.com/thoughtbot/clearance) for authentication
And testing gems like:
* [Cucumber, Capybara, and Capybara Webkit](http://robots.thoughtbot.com/post/4583605733/capybara-webkit) for integration testing, including Javascript behavior