Skip to content

Commit

Permalink
Bump to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed May 29, 2014
1 parent 82b44cc commit 8db8d9b
Show file tree
Hide file tree
Showing 3 changed files with 9 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.12.0)
suspenders (1.13.0)
bundler (~> 1.3)
rails (~> 4.1.0)

Expand Down Expand Up @@ -115,7 +115,7 @@ GEM
activesupport (>= 3.0)
sprockets (~> 2.8)
thor (0.19.1)
thread_safe (0.3.3)
thread_safe (0.3.4)
tilt (1.4.1)
treetop (1.4.15)
polyglot
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.13.0 (May 29, 2014)

* Remove `FactoryGirl.lint` in `before(:suite)` in order to avoid paying and
estimated extra ~300ms load time on a typical thoughtbot app.
* Automatically join Heroku app in `bin/setup` if using Heroku organizations.

1.12.0 (May 26, 2014)

* Fix `rake dev:prime` now that Suspenders-generated apps require some `ENV`
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.12.0'
VERSION = '1.13.0'
end

0 comments on commit 8db8d9b

Please sign in to comment.