Release v3.1.1

This commit is contained in:
José Valim
2013-10-01 17:11:14 +02:00
parent 07e77eb4b3
commit 0efcba3627
4 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
== 3.1.1
* bug fix
* Improve default message which asked users to sign in even when they were already signed (by @gregates)
* Improve error message for when the `config.secret_key` is missing
== 3.1.0
Security announcement: http://blog.plataformatec.com.br/2013/08/devise-3-1-now-with-more-secure-defaults/

View File

@@ -12,7 +12,7 @@ GIT
PATH
remote: .
specs:
devise (3.1.0)
devise (3.1.1)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
@@ -48,7 +48,7 @@ GEM
tzinfo (~> 0.3.37)
arel (4.0.0)
atomic (1.1.12)
bcrypt-ruby (3.1.1)
bcrypt-ruby (3.1.2)
builder (3.1.4)
erubis (2.7.0)
faraday (0.8.8)

View File

@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
devise (3.1.0)
devise (3.1.1)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
@@ -40,7 +40,7 @@ GEM
multi_json (~> 1.0)
arel (3.0.2)
atomic (1.1.13)
bcrypt-ruby (3.1.1)
bcrypt-ruby (3.1.2)
builder (3.0.4)
erubis (2.7.0)
faraday (0.8.8)

View File

@@ -1,3 +1,3 @@
module Devise
VERSION = "3.1.0".freeze
VERSION = "3.1.1".freeze
end