Skip to content

Commit

Permalink
Bump to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed May 26, 2014
1 parent 15d42ad commit f4511d2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
suspenders (1.11.0)
suspenders (1.12.0)
bundler (~> 1.3)
rails (~> 4.1.0)

Expand Down Expand Up @@ -120,7 +120,7 @@ GEM
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
tzinfo (1.1.0)
tzinfo (1.2.0)
thread_safe (~> 0.1)
xpath (2.0.0)
nokogiri (~> 1.3)
Expand Down
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
1.12.0 (May 26, 2014)

* Fix `rake dev:prime` now that Suspenders-generated apps require some `ENV`
variables to be set.
* Ensure `EMAIL_RECIPIENTS` is set on staging.
* Clear `ActionMailer` deliveries before every test.
* Include New Relic configuration file.
* Add Formulaic gem for integration testing HTML forms.
* Set up the Segment.io adapter for analytics and event tracking through
services such as Google Analytics and Intercom.
* Prepare staging and production environments to serve static assets through a
CDN.

1.11.0 (May 17, 2014)

* Generate a Rails 4.1.1 app and implement fixes for compatibility.
Expand Down
2 changes: 1 addition & 1 deletion lib/suspenders/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Suspenders
RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
VERSION = '1.11.0'
VERSION = '1.12.0'
end

0 comments on commit f4511d2

Please sign in to comment.