Skip to content

Commit

Permalink
Release v1.28.0
Browse files Browse the repository at this point in the history
Update NEWS.md.

[ci skip]
  • Loading branch information
tute committed May 9, 2015
1 parent ce580ba commit 27c2142
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.28.0 (May 9, 2015)

* Require spec/support files in a certain order
* Use rack-canonical-host
* Swap `id="flash"` for `class="flashes"` in `_flashes.html.erb`
* Provide EXECJS_RUNTIME env variable (Node, as in Heroku)
* Removes .css file suffix from application stylesheet
* Add mention of Autoprefixer Rails gem to readme
* Use ruby 2.2.2
* Update gems

1.27.0 (April 10, 2015)

* Add Autoprefixer and browserslist config file
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.27.0"
VERSION = "1.28.0"
end

0 comments on commit 27c2142

Please sign in to comment.