Skip to content

Commit

Permalink
Release 2.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmazza committed Dec 19, 2015
1 parent f62fa08 commit e748c9e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 2.1.1

* Added support for Rails 5.

## 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
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
responders (2.1.0)
responders (2.1.1)
railties (>= 4.2.0, < 5.1)

GEM
Expand Down Expand Up @@ -36,12 +36,12 @@ GEM
loofah (2.0.3)
nokogiri (>= 1.5.9)
metaclass (0.0.4)
mini_portile (0.6.2)
mini_portile2 (2.0.0)
minitest (5.5.1)
mocha (1.1.0)
metaclass (~> 0.0.1)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
nokogiri (1.6.7.1)
mini_portile2 (~> 2.0.0.rc2)
rack (1.6.4)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/responders/version.rb
@@ -1,3 +1,3 @@
module Responders
VERSION = "2.1.0".freeze
VERSION = "2.1.1".freeze
end

0 comments on commit e748c9e

Please sign in to comment.