Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Jan 27, 2015
1 parent 4e70f8e commit dd05878
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 2.1.0

* No longer automatically set the responders generator as many projects may use this gem as a dependency. When upgrading, users will need to add `config.app_generators.scaffold_controller :responders_controller` to their application. The `responders:install` generator has been updated to automatically insert it in new applications

## 2.0.1

* Require `rails/railtie` explicitly before using it
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
responders (2.0.2)
responders (2.1.0)
railties (>= 4.2.0, < 5)

GEM
Expand Down Expand Up @@ -36,14 +36,14 @@ GEM
loofah (2.0.1)
nokogiri (>= 1.5.9)
metaclass (0.0.4)
mini_portile (0.6.0)
mini_portile (0.6.2)
minitest (5.4.2)
mocha (1.1.0)
metaclass (~> 0.0.1)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
rack (1.6.0)
rack-test (0.6.2)
rack-test (0.6.3)
rack (>= 1.0)
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
Expand All @@ -58,7 +58,7 @@ GEM
activesupport (= 4.2.0)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.3.2)
rake (10.4.2)
thor (0.19.1)
thread_safe (0.3.4)
tzinfo (1.2.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/responders/version.rb
@@ -1,3 +1,3 @@
module Responders
VERSION = "2.0.2".freeze
VERSION = "2.1.0".freeze
end

0 comments on commit dd05878

Please sign in to comment.