patronus_fati 0.9.19 → 0.9.20

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a2ff5c46601960d075707c8795cbeb3c5882d465
4
- data.tar.gz: d64b783f10072de7900c6b03c8093401e3cc0605
3
+ metadata.gz: 0ad04c53b45cd02f365739649e300cb0fbfb7fcb
4
+ data.tar.gz: 5cad39309b2f8b5ec849fc5d8de8179fd464e5c8
5
5
  SHA512:
6
- metadata.gz: b1db0460c5073af34292519924691b7956a712c90a95b94ea784c779e4d58020467563665b54337d748d50818e345d568856fdf92f4b2be72c9278d65bcf75c4
7
- data.tar.gz: 17599966bf969867f06528dd4841b743ee890f696c9ae8716e7cf2d3f2fa4269ac0608c945e0295745ebdf16e8ae7d157f63cea7a920c1fb416c5357048de661
6
+ metadata.gz: 1d1011d1007b92af4d01620f4fdd89f3ab41e212dbf3e3acd67b8be1a94496c7f8fac702066784ba94a105e622a9c3fd9d64eebf25a16472d0d18778bef04436
7
+ data.tar.gz: 4c3ec79a6711a10405c89180b4b578c75b0a5b0158dd440b22f81dc6a56a68f0adc63c999e5bbe07a92450956dbd8d4c2629c7a6e86960d15c5a31e709f208af
@@ -79,9 +79,11 @@ module PatronusFati
79
79
  # consider no longer actively connected.
80
80
  CONNECTION_EXPIRATION = 1800
81
81
 
82
- # Number of seconds before we consider an access point no longer advertising an
83
- # SSID.
84
- SSID_EXPIRATION = 300
82
+ # Number of seconds before we consider an access point no longer advertising
83
+ # an SSID. It is safe for this to be longer than the AP expiration; If we
84
+ # think the AP has gone offline we will automatically mark all SSIDs as
85
+ # inactive.
86
+ SSID_EXPIRATION = 600
85
87
 
86
88
  Error = Class.new(StandardError)
87
89
  DisconnectError = Class.new(PatronusFati::Error)
@@ -1,3 +1,3 @@
1
1
  module PatronusFati
2
- VERSION = '0.9.19'
2
+ VERSION = '0.9.20'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: patronus_fati
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.19
4
+ version: 0.9.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Stelfox
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-19 00:00:00.000000000 Z
11
+ date: 2016-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dm-constraints