Release 2.1.2

This commit is contained in:
José Valim 2012-06-19 11:27:30 +02:00
parent 1f4c8e39f8
commit 174c2903d7
4 changed files with 11 additions and 4 deletions

View File

@ -1,6 +1,12 @@
== 2.1.1
== 2.1.2
Notes: https://github.com/plataformatec/devise/wiki/How-to:-upgrade-to-devise-2.1
* Enhancements
* Handle backwards incompatibility between Rails 3.2.6 and Thor 0.15.x
* bug fix
* Fix regression on strategy validation on previous release
== 2.1.1 (yanked)
* enhancements
* `sign_out_all_scopes` now locks warden and does not allow new logins in the same action

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
devise (2.1.1)
devise (2.1.2)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.1)
railties (~> 3.1)

View File

@ -1,3 +1,3 @@
module Devise
VERSION = "2.1.1".freeze
VERSION = "2.1.2".freeze
end

View File

@ -11,6 +11,7 @@ module Devise
:desc => "The scope to copy views to"
# Le sigh, ensure Thor won't handle opts as args
# It should be fixed in future Rails releases
class_option :form_builder, :aliases => "-b"
class_option :markerb