g5_authenticatable 1.0.0.pre.1 → 1.0.0.pre.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -1
- data/README.md +1 -1
- data/config/initializers/devise.rb +1 -1
- data/lib/g5_authenticatable/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa6113989b41b3319f4b4d122026259fafa0f7b5
|
|
4
|
+
data.tar.gz: 59ae4426b7503ca5232bcb7313d2a98c0ead1e7c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b159d33d5b39c455b72dd18ddb722f9c8ee688c188647b17f9070ac94ae6660ad8a9fb31af83623ffb6fab9bba8c5217dfa307a37d863226249b3f36dfbd56e3
|
|
7
|
+
data.tar.gz: 1ff783d13c4b2aa07d92bdec8fe9a1840b14e18dbfef3cd45adc48a8b9de80c8502a8b687d845b3fa04b90d4f3ab82702ab3682cb0de8ebc7d5514bd55f226f4
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -147,7 +147,7 @@ Devise.setup do |config|
|
|
|
147
147
|
# ==> Configuration for :timeoutable
|
|
148
148
|
# The time you want to timeout the user session without activity. After this
|
|
149
149
|
# time the user will be asked for credentials again. Default is 30 minutes.
|
|
150
|
-
config.timeout_in =
|
|
150
|
+
config.timeout_in = 12.hours
|
|
151
151
|
|
|
152
152
|
# If true, expires auth token on session timeout.
|
|
153
153
|
# config.expire_auth_token_on_timeout = false
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: g5_authenticatable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0.pre.
|
|
4
|
+
version: 1.0.0.pre.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- maeve
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-07-
|
|
11
|
+
date: 2017-07-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: devise_g5_authenticatable
|