Skip to content

Commit

Permalink
Bump to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Nov 28, 2013
1 parent f96915c commit 12422d2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
suspenders (1.5.1) suspenders (1.6.0)
bundler (~> 1.3) bundler (~> 1.3)
rails (= 4.0.0) rails (= 4.0.0)


Expand Down Expand Up @@ -32,12 +32,12 @@ GEM
multi_json (~> 1.3) multi_json (~> 1.3)
thread_safe (~> 0.1) thread_safe (~> 0.1)
tzinfo (~> 0.3.37) tzinfo (~> 0.3.37)
arel (4.0.0) arel (4.0.1)
aruba (0.5.3) aruba (0.5.3)
childprocess (>= 0.3.6) childprocess (>= 0.3.6)
cucumber (>= 1.1.1) cucumber (>= 1.1.1)
rspec-expectations (>= 2.7.0) rspec-expectations (>= 2.7.0)
atomic (1.1.13) atomic (1.1.14)
builder (3.1.4) builder (3.1.4)
childprocess (0.3.9) childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11) ffi (~> 1.0, >= 1.0.11)
Expand All @@ -60,7 +60,7 @@ GEM
mail (2.5.4) mail (2.5.4)
mime-types (~> 1.16) mime-types (~> 1.16)
treetop (~> 1.4.8) treetop (~> 1.4.8)
mime-types (1.25) mime-types (1.25.1)
minitest (4.7.5) minitest (4.7.5)
multi_json (1.7.7) multi_json (1.7.7)
multi_test (0.0.1) multi_test (0.0.1)
Expand All @@ -84,12 +84,12 @@ GEM
rake (10.1.0) rake (10.1.0)
rspec-expectations (2.14.0) rspec-expectations (2.14.0)
diff-lcs (>= 1.1.3, < 2.0) diff-lcs (>= 1.1.3, < 2.0)
sprockets (2.10.0) sprockets (2.10.1)
hike (~> 1.2) hike (~> 1.2)
multi_json (~> 1.0) multi_json (~> 1.0)
rack (~> 1.0) rack (~> 1.0)
tilt (~> 1.1, != 1.3.0) tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.0.0) sprockets-rails (2.0.1)
actionpack (>= 3.0) actionpack (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
sprockets (~> 2.8) sprockets (~> 2.8)
Expand All @@ -100,7 +100,7 @@ GEM
treetop (1.4.15) treetop (1.4.15)
polyglot polyglot
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
tzinfo (0.3.37) tzinfo (0.3.38)


PLATFORMS PLATFORMS
ruby ruby
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
@@ -1,3 +1,13 @@
1.6.0 (November 28, 2013)

* Do not create `.rspec` file as the settings are not project-specific.
* Generate RSpec binstub at `bin/rspec`.
* Fix stylesheet error on 500, 404, and 422 static pages.
* Add `--skip-git` option.
* Disable jQuery animations in Rails integration tests that execute JavaScript.
* Fix git remote bug.
* Add `Rack::Timeout` to compress responses with Gzip.

1.5.1 (September 10, 2013) 1.5.1 (September 10, 2013)


* Remove Turbolinks. * Remove Turbolinks.
Expand Down
2 changes: 1 addition & 1 deletion lib/suspenders/version.rb
@@ -1,3 +1,3 @@
module Suspenders module Suspenders
VERSION = '1.5.1' VERSION = '1.6.0'
end end

0 comments on commit 12422d2

Please sign in to comment.