devise_wind 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/config/initializers/devise.rb +0 -4
- data/lib/devise_wind/version.rb +1 -1
- metadata +3 -3
@@ -93,10 +93,6 @@ Devise.setup do |config|
|
|
93
93
|
# If true, extends the user's remember period when remembered via cookie.
|
94
94
|
# config.extend_remember_period = false
|
95
95
|
|
96
|
-
# If true, uses the password salt as remember token. This should be turned
|
97
|
-
# to false if you are not using database authenticatable.
|
98
|
-
config.use_salt_as_remember_token = true
|
99
|
-
|
100
96
|
# Options to be passed to the created cookie. For instance, you can set
|
101
97
|
# :secure => true in order to force SSL only cookies.
|
102
98
|
# config.cookie_options = {}
|
data/lib/devise_wind/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: devise_wind
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 2
|
10
|
+
version: 1.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Benjamin Armintor, James Stuart
|