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 +4 -4
- data/lib/patronus_fati/consts.rb +5 -3
- data/lib/patronus_fati/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: 0ad04c53b45cd02f365739649e300cb0fbfb7fcb
|
|
4
|
+
data.tar.gz: 5cad39309b2f8b5ec849fc5d8de8179fd464e5c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d1011d1007b92af4d01620f4fdd89f3ab41e212dbf3e3acd67b8be1a94496c7f8fac702066784ba94a105e622a9c3fd9d64eebf25a16472d0d18778bef04436
|
|
7
|
+
data.tar.gz: 4c3ec79a6711a10405c89180b4b578c75b0a5b0158dd440b22f81dc6a56a68f0adc63c999e5bbe07a92450956dbd8d4c2629c7a6e86960d15c5a31e709f208af
|
data/lib/patronus_fati/consts.rb
CHANGED
|
@@ -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
|
|
83
|
-
# SSID.
|
|
84
|
-
|
|
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)
|
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.
|
|
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-
|
|
11
|
+
date: 2016-10-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dm-constraints
|