patronus_fati 1.3.4 → 1.3.5

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: d7cc61dae4e9a212fa42cdf646ff7520047c57f4
4
- data.tar.gz: d5214c2c449b85771990ef81af25202f4b29c21c
3
+ metadata.gz: f79f91a49135b01c1f848b0883de89f9bd3c2dc6
4
+ data.tar.gz: 86929ed03d0bd55c48df02d70772b8308c901ae5
5
5
  SHA512:
6
- metadata.gz: d12dabffaca480b0bb9e412173d37d64ba72a9adfcbeda9b2d36eae11c7efcc0c0288be3ae791e81b441c87041ceb36d04a9ca79085e6295f0c2a6128f64727d
7
- data.tar.gz: e04be294d9b180b8794e872df31c0ec0d6fa8486abfb1c69386d34fe09ad754791bd17b20e1e4fe89753b7b10b903c05a8070f7a85a84b0b8c449b9bac299e19
6
+ metadata.gz: 3cc136a90de07282ade2b6e050bd09799ea64978cda5d6f77cb20ffe16617c8f2271479f366782bd7c7b37f780f2b9b95eb9a2373e20f1ea92bcbd16bcd45a98
7
+ data.tar.gz: 3c1aca19035a8a86d434d6a579967bc9275c42e367d30933e2d1a41e4d5375e304b2487822584afae0307887df346dc999ba3d7f071102bba24a6139436b3687
@@ -114,7 +114,7 @@ module PatronusFati
114
114
  # connect to an access point, be visible for more than one interval, or
115
115
  # have already been synced.
116
116
  def worth_syncing?
117
- access_point_bssids.any? || sync_flag?(:syncedOnline) ||
117
+ access_point_bssids.any? || sync_flag?(:syncedOnline) || probes.any? ||
118
118
  (presence && presence.visible_time && presence.visible_time > INTERVAL_DURATION)
119
119
  end
120
120
  end
@@ -1,3 +1,3 @@
1
1
  module PatronusFati
2
- VERSION = '1.3.4'
2
+ VERSION = '1.3.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: patronus_fati
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.4
4
+ version: 1.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Stelfox