Skip to content

Commit

Permalink
Release v1.29.0
Browse files Browse the repository at this point in the history
* Update NEWS.md
* Development dependencies update
  • Loading branch information
tute committed Jun 17, 2015
1 parent a29f2a6 commit c7702cd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
23 changes: 13 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
suspenders (1.28.0)
suspenders (1.29.0)
bitters (~> 1.0.0)
bundler (~> 1.3)
rails (= 4.2.1)
Expand Down Expand Up @@ -58,18 +58,18 @@ GEM
globalid (0.3.5)
activesupport (>= 4.1.0)
i18n (0.7.0)
json (1.8.2)
json (1.8.3)
loofah (2.0.2)
nokogiri (>= 1.5.9)
mail (2.6.3)
mime-types (>= 1.16, < 3)
mime-types (2.4.3)
mini_portile (0.6.0)
minitest (5.6.1)
nokogiri (1.6.2.1)
mini_portile (= 0.6.0)
rack (1.6.0)
rack-test (0.6.2)
mime-types (2.6.1)
mini_portile (0.6.2)
minitest (5.7.0)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
rack (1.6.1)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.1)
actionmailer (= 4.2.1)
Expand Down Expand Up @@ -110,7 +110,7 @@ GEM
rspec-support (~> 3.2.0)
rspec-support (3.2.2)
sass (3.4.14)
sprockets (3.1.0)
sprockets (3.2.0)
rack (~> 1.0)
sprockets-rails (2.3.1)
actionpack (>= 3.0)
Expand All @@ -127,3 +127,6 @@ PLATFORMS
DEPENDENCIES
rspec (~> 3.2)
suspenders!

BUNDLED WITH
1.10.4
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
1.29.0 (June 16, 2015)

* Generate rake, rails and rspec binstubs with Spring
* Remove Capybara and use RSpec 3.2 for development
* Improves suspenders' test suite speed
* Refills `flashes.scss` bugfix

1.28.0 (May 9, 2015)

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.2.1"
RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
VERSION = "1.28.0"
VERSION = "1.29.0"
end

0 comments on commit c7702cd

Please sign in to comment.