coalescing_panda 5.1.5 → 5.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f317383eecefd1a67bcb72a09bd5630c1f3ecbbc
4
- data.tar.gz: daa6e6ad5e3c7f93edb15ded3e974d23db9df7f4
3
+ metadata.gz: 3c0b0b249320d5db112a89c9a693b50b6807e98c
4
+ data.tar.gz: 57061568754c56a6f35f35853181548f8298c5a3
5
5
  SHA512:
6
- metadata.gz: 2a4e7e139bb2872b008da9486d5d828b4600793f8a28379720191a0f1d498af8b58ec0c5e6c0058fbe7910b6796fdc2c3c5a31f5c69f24cd9173a830fcd462a5
7
- data.tar.gz: 555eb486c630dd9434da5c61ac86925cf3a05ad7567b50ef0b657f48010c1d0fb5b217715ff3ca8d9f53d5760539ea8a18a65e5fcb44dc14c5e9d0c06ec1e0fa
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
- self.session_expiration_period_minutes
130
+ 15
135
131
  end
136
132
 
137
133
  private
@@ -1,3 +1,3 @@
1
1
  module CoalescingPanda
2
- VERSION = '5.1.5'
2
+ VERSION = '5.1.6'
3
3
  end
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.5
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-02 00:00:00.000000000 Z
13
+ date: 2020-10-06 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails