From 12422d2c43471b4a198e53f671ccabf6ec3e8c67 Mon Sep 17 00:00:00 2001 From: Dan Croak Date: Thu, 28 Nov 2013 11:52:59 -0800 Subject: [PATCH] Bump to 1.6.0 --- Gemfile.lock | 14 +++++++------- NEWS.md | 10 ++++++++++ lib/suspenders/version.rb | 2 +- 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f6b34b6cf..c58bbd03d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - suspenders (1.5.1) + suspenders (1.6.0) bundler (~> 1.3) rails (= 4.0.0) @@ -32,12 +32,12 @@ GEM multi_json (~> 1.3) thread_safe (~> 0.1) tzinfo (~> 0.3.37) - arel (4.0.0) + arel (4.0.1) aruba (0.5.3) childprocess (>= 0.3.6) cucumber (>= 1.1.1) rspec-expectations (>= 2.7.0) - atomic (1.1.13) + atomic (1.1.14) builder (3.1.4) childprocess (0.3.9) ffi (~> 1.0, >= 1.0.11) @@ -60,7 +60,7 @@ GEM mail (2.5.4) mime-types (~> 1.16) treetop (~> 1.4.8) - mime-types (1.25) + mime-types (1.25.1) minitest (4.7.5) multi_json (1.7.7) multi_test (0.0.1) @@ -84,12 +84,12 @@ GEM rake (10.1.0) rspec-expectations (2.14.0) diff-lcs (>= 1.1.3, < 2.0) - sprockets (2.10.0) + sprockets (2.10.1) hike (~> 1.2) multi_json (~> 1.0) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) - sprockets-rails (2.0.0) + sprockets-rails (2.0.1) actionpack (>= 3.0) activesupport (>= 3.0) sprockets (~> 2.8) @@ -100,7 +100,7 @@ GEM treetop (1.4.15) polyglot polyglot (>= 0.3.1) - tzinfo (0.3.37) + tzinfo (0.3.38) PLATFORMS ruby diff --git a/NEWS.md b/NEWS.md index 3ea22c8f3..7b304f1ed 100644 --- a/NEWS.md +++ b/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) * Remove Turbolinks. diff --git a/lib/suspenders/version.rb b/lib/suspenders/version.rb index 12fa75c7e..e9f3e881d 100644 --- a/lib/suspenders/version.rb +++ b/lib/suspenders/version.rb @@ -1,3 +1,3 @@ module Suspenders - VERSION = '1.5.1' + VERSION = '1.6.0' end