Skip to content

Commit

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

Expand Down Expand Up @@ -37,7 +37,6 @@ GEM
childprocess (>= 0.3.6)
cucumber (>= 1.1.1)
rspec-expectations (>= 2.7.0)
atomic (1.1.16)
builder (3.1.4)
capybara (2.2.0)
mime-types (>= 1.16)
Expand Down Expand Up @@ -92,7 +91,7 @@ GEM
activesupport (= 4.0.3)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.1.1)
rake (10.2.2)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
Expand All @@ -110,9 +109,8 @@ GEM
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
thor (0.18.1)
thread_safe (0.3.1)
atomic (>= 1.1.7, < 2)
thor (0.19.1)
thread_safe (0.3.3)
tilt (1.4.1)
treetop (1.4.15)
polyglot
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.9.1 (April 7, 2014)

* Fix sass-rails environment NilClass error.

1.9.0 (March 24, 2014)

* Add `awesome_print` gem.
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.0'
VERSION = '1.9.1'
end

0 comments on commit f4ef6dd

Please sign in to comment.