Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
This version supports only Rails 3.2+
  • Loading branch information
Rafael Mendonça França committed Sep 21, 2013
1 parent 9e664dd commit d6d3cb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
@@ -1,10 +1,7 @@
## master
## 1.0.0

* Improve controller generator to work closer to the Rails 4 one, and make it
compatible with strong parameters.

## 1.0.0.rc

* Drop support for Rails 3.1 and Ruby 1.8, keep support for Rails 3.2
* Support for Rails 4.0 onward
* Fix flash message on destroy failure. Fixes #61
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
responders (1.0.0.rc)
responders (1.0.0)
railties (>= 3.2, < 5)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/responders/version.rb
@@ -1,3 +1,3 @@
module Responders
VERSION = "1.0.0.rc".freeze
VERSION = "1.0.0".freeze
end

0 comments on commit d6d3cb4

Please sign in to comment.