Do not accidently mark _prefixes as private.

This commit is contained in:
José Valim 2012-04-05 09:14:59 -03:00
parent 6846014def
commit dacdc72581
2 changed files with 4 additions and 3 deletions

View File

@ -4,6 +4,7 @@
* `/users/sign_in` doesn't choke on protected attributes used to select sign in scope (by @Paymium)
* `failed_attempts` is set to zero after any sign in (including via reset password) (by @rodrigoflores)
* Added token expiration on timeout (by @antiarchitect)
* Do not accidentally mark `_prefixes` as private
== 2.1.0.rc

View File

@ -1,9 +1,9 @@
PATH
remote: .
specs:
devise (2.0.4)
devise (2.1.0.rc)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.0.3)
orm_adapter (~> 0.0.7)
railties (~> 3.1)
warden (~> 1.1.1)
@ -87,7 +87,7 @@ GEM
omniauth-openid (1.0.1)
omniauth (~> 1.0)
rack-openid (~> 1.3.1)
orm_adapter (0.0.6)
orm_adapter (0.0.7)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.1)