1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Release 2.2.4

This commit is contained in:
Carlos Antonio da Silva 2013-05-07 12:51:46 -03:00
parent e499fadf52
commit f5e33089a0
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
== master
== 2.2.4
* enhancements
* Add `destroy_with_password` to `DatabaseAuthenticatable`. Allows destroying a record when `:current_password` matches, similarly to how `update_with_password` works. (by @michiel3)

View file

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

View file

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

View file

@ -1,3 +1,3 @@
module Devise
VERSION = "2.2.3".freeze
VERSION = "2.2.4".freeze
end