coalescing_panda 5.1.5 → 5.1.6
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/lib/coalescing_panda/session_replacement.rb +1 -5
- data/lib/coalescing_panda/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: 3c0b0b249320d5db112a89c9a693b50b6807e98c
|
|
4
|
+
data.tar.gz: 57061568754c56a6f35f35853181548f8298c5a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e462c5fc937e07589361631c1f323a35d9f320e22dbc25163ecf5729231177e4b351fa9f172e30fae062c5acbf4e9cb8ea3444605af536af87f0ac998b82d86f
|
|
7
|
+
data.tar.gz: f21df410d83e739104ecafb58e373d86bbfb8ade5ade8b141e9a2354384f725c33759ccb09caaef61c1be99e3342a36b95b38bc0b672410a35cebc93c74938a7
|
|
@@ -20,10 +20,6 @@ module CoalescingPanda
|
|
|
20
20
|
@link_nonce_type = value
|
|
21
21
|
end
|
|
22
22
|
end
|
|
23
|
-
|
|
24
|
-
def session_expiration_period_minutes
|
|
25
|
-
superclass.try(:session_expiration_period_minutes) || 15
|
|
26
|
-
end
|
|
27
23
|
end
|
|
28
24
|
|
|
29
25
|
def save_session
|
|
@@ -131,7 +127,7 @@ module CoalescingPanda
|
|
|
131
127
|
end
|
|
132
128
|
|
|
133
129
|
def session_expiration_period_minutes
|
|
134
|
-
|
|
130
|
+
15
|
|
135
131
|
end
|
|
136
132
|
|
|
137
133
|
private
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: coalescing_panda
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.1.
|
|
4
|
+
version: 5.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Mills
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2020-10-
|
|
13
|
+
date: 2020-10-06 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rails
|