Skip to content

Commit

Permalink
v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Sep 30, 2014
1 parent 58d2426 commit 9b919e5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
suspenders (1.16.0)
suspenders (1.17.0)
bitters (~> 0.10.0)
bundler (~> 1.3)
rails (= 4.1.6)
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.17.0 (September 30, 2014)

* Use Rails 4.1.6.
* Generate a `spec/rails_helper.rb` and `spec/spec_helper.rb` following
RSpec 3.x's example, but using our defaults.
* Raise on missing i18n translations in test environment.
* Raise on unpermitted parameters in test environment.
* Provide example for using Title gem for internationalizing page title text.

1.16.0 (August 16, 2014)

* Use the 3.x series of RSpec.
Expand Down
2 changes: 1 addition & 1 deletion lib/suspenders/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Suspenders
RAILS_VERSION = "4.1.6"
RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
VERSION = '1.16.0'
VERSION = "1.17.0"
end

0 comments on commit 9b919e5

Please sign in to comment.