global_session 3.2.9 → 3.2.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/global_session/session/v1.rb +1 -1
- data/lib/global_session/session/v2.rb +1 -1
- data/lib/global_session/session/v3.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: 277ed2049447151c9efbcbe7f0a53cc5860bcdd9
|
4
|
+
data.tar.gz: 515d8873815c891c2e1b0bc03ec3ae0e26ecd333
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d19d6f8f399ae201e2969bf4c529549dc2250615cb82521d6edc3eaae63b3174de74aa66edf3afff9aedafc3922626977ddc9a207ab48b55869a5f4140f4ec5
|
7
|
+
data.tar.gz: 8518212d89097547ac73c6ca7301d9db19e91ab22e24669b52d2f72a6f4f59fbcf2ca6a03777873d639b1adb0fb8666afaab44275ec7961efb4d2877c654977e
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.2.
|
1
|
+
3.2.10
|
@@ -66,7 +66,7 @@ module GlobalSession::Session
|
|
66
66
|
'tc' => @created_at.to_i, 'te' => @expired_at.to_i,
|
67
67
|
'ds' => @signed}
|
68
68
|
|
69
|
-
if @signature &&
|
69
|
+
if @signature && !(@dirty_timestamps || @dirty_secure)
|
70
70
|
#use cached signature unless we've changed secure state
|
71
71
|
authority = @authority
|
72
72
|
else
|
@@ -70,7 +70,7 @@ module GlobalSession::Session
|
|
70
70
|
'tc' => @created_at.to_i, 'te' => @expired_at.to_i,
|
71
71
|
'ds' => @signed}
|
72
72
|
|
73
|
-
if @signature &&
|
73
|
+
if @signature && !(@dirty_timestamps || @dirty_secure)
|
74
74
|
#use cached signature unless we've changed secure state
|
75
75
|
authority = @authority
|
76
76
|
else
|
@@ -159,7 +159,7 @@ module GlobalSession::Session
|
|
159
159
|
'tc' => @created_at.to_i, 'te' => @expired_at.to_i,
|
160
160
|
'ds' => @signed}
|
161
161
|
|
162
|
-
if @signature &&
|
162
|
+
if @signature && !(@dirty_timestamps || @dirty_secure)
|
163
163
|
#use cached signature unless we've changed secure state
|
164
164
|
authority = @authority
|
165
165
|
else
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: global_session
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tony Spataro
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-09-
|
11
|
+
date: 2016-09-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|