Skip to content

Commit

Permalink
Bump to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Apr 21, 2014
1 parent 3e0b44d commit f7f79fa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
suspenders (1.9.3)
suspenders (1.10.0)
bundler (~> 1.3)
rails (~> 4.1.0)

Expand Down Expand Up @@ -34,7 +34,7 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
arel (5.0.0)
arel (5.0.1.20140414130214)
aruba (0.5.3)
childprocess (>= 0.3.6)
cucumber (>= 1.1.1)
Expand Down Expand Up @@ -70,7 +70,7 @@ GEM
treetop (~> 1.4.8)
mime-types (1.25.1)
mini_portile (0.5.2)
minitest (5.3.2)
minitest (5.3.3)
multi_json (1.7.9)
multi_test (0.0.1)
nokogiri (1.6.1)
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.10.0 (April 21, 2014)

* Generate a Rails 4.1 app.
* Generate a working .ruby-version for Ruby >= 2.1.0.
* Update Unicorn template to version now preferred by Heroku.

1.9.3 (April 13, 2014)

* Use FactoryGirl.lint instead of custom-generated factory-testing code.
Expand Down
2 changes: 1 addition & 1 deletion lib/suspenders/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Suspenders
VERSION = '1.9.3'
VERSION = '1.10.0'
end

0 comments on commit f7f79fa

Please sign in to comment.