Skip to content

Commit

Permalink
Bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Feb 13, 2013
1 parent 0893014 commit b95e876
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
suspenders (1.1.5)
suspenders (1.2.0)
bundler (>= 1.1)
hub (~> 1.10.2)
rails (= 3.2.12)
Expand Down
13 changes: 13 additions & 0 deletions NEWS.md
@@ -1,3 +1,16 @@
1.2.0 (February 13, 2013)

* Upgrade Rails from 3.2.8 to 3.2.12 to keep pace with security patches.
* Improve staging environment on Heroku with staging `ENV` variables and
overriding the recipient in staging email delivery.
* Remove Flutie, use Bourbon.
* Wrap all HTTP requests in a 5 second timeout.
* Don't use `attr_accessible` whitelists. Instead, configure Strong Parameters.
* Provide a `bin/setup` script.
* Force RSpec's `expect` syntax.
* Remove remaining references to Cucumber, complete RSpec + Capybara conversion.
* Improve Foreman/`.env`/`Procfile` interactions.

1.1.5 (October 22, 2012)

* Ignore `.env`.
Expand Down
2 changes: 1 addition & 1 deletion lib/suspenders/version.rb
@@ -1,3 +1,3 @@
module Suspenders
VERSION = '1.1.5'
VERSION = '1.2.0'
end

0 comments on commit b95e876

Please sign in to comment.