patronus_fati 1.3.7 → 1.3.8

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: ad1d34d29d8ccfce218a4f2d4daa990d208dce88
4
- data.tar.gz: 1afd1316be7d626efcad540b470e633dd7d6fe36
3
+ metadata.gz: 5119a8f9f3bc05f176324b7e48c90cdf72362b4a
4
+ data.tar.gz: 23ca6db351de3b7a570d5551ce6a6f80a7af0c4f
5
5
  SHA512:
6
- metadata.gz: a2932cf27018dca303949b738b773b38dcdedbe781049ce29cd7fed9093ca62ede2b769a49e9134b9d76fbcf70dc8a9a0002c67a92a7521dbb7b72efc5e3ccd3
7
- data.tar.gz: 60c9d18f1a8b206e79a313f598544c9ea90650b40b9db61bfb1eb68794acd6cc64d8bdc7776d2e678226a21b7ea55c16d529e72ae3087c1dac8df0297c3b8fe0
6
+ metadata.gz: 530a2fe8f6e8802f6c2849b1a31de1df11400b06bd6359adcb3c45d42d33238e4780bb0a085270bcc2b5c7037b9fa7d2fb7e674a61b9bb213c642e38251b302b
7
+ data.tar.gz: 2c3f29aad5f2ede924da6cfc30903111111769a40dd1b04e924beb421addf58ab2529288166a8e7805a265dc91247590a396c7a5bc0f1fcb10324275fb047df4
@@ -145,8 +145,8 @@ module PatronusFati
145
145
  next unless LOCAL_ATTRIBUTE_KEYS.include?(k)
146
146
  next if v.nil? || local_attributes[k] == v
147
147
  # Disregard channel band updates for a specific BSSID
148
- next if k == :channel && local_attributes[k] <= 13 && v > 13
149
- next if k == :channel && local_attributes[k] > 13 && v <= 13
148
+ next if k == :channel && local_attributes[k] && v &&
149
+ ((local_attributes[k] <= 13 && v > 13) || (local_attributes[k] > 13 && v <= 13))
150
150
 
151
151
  set_sync_flag(:dirtyAttributes)
152
152
  local_attributes[k] = v
@@ -1,3 +1,3 @@
1
1
  module PatronusFati
2
- VERSION = '1.3.7'
2
+ VERSION = '1.3.8'
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.7
4
+ version: 1.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Stelfox