Skip to content

Commit

Permalink
Bump to 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Jun 11, 2014
1 parent 2ce4c8d commit 0e5d6a5
Show file tree
Hide file tree
Showing 3 changed files with 10 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.13.0)
suspenders (1.14.0)
bitters
bundler (~> 1.3)
rails (= 4.1.1)
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.14.0 (June 11, 2014)

* Set up Bitters during Suspenders setup. http://bitters.bourbon.io/
* Remove SimpleCov.
* Force Suspenders to use a particular Rails version (4.1.1).
* Use RSpec 2.x until Travis/Capybara issues resolve.
* Set `viewport` to `initial-scale=1`.

1.13.0 (May 29, 2014)

* Remove `FactoryGirl.lint` in `before(:suite)` in order to avoid paying and
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.1'
RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
VERSION = '1.13.0'
VERSION = '1.14.0'
end

0 comments on commit 0e5d6a5

Please sign in to comment.