wifi-wand 2.4.1 → 2.4.2

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
  SHA256:
3
- metadata.gz: 39fb11e8effdadab7a0585480a02695f9f693f49c27b6855f2d258e6e29b9421
4
- data.tar.gz: 523cb07ce2169deb4bbdfaf214ef650d07b92da1650f8c8c2a0a9dcafdf128a3
3
+ metadata.gz: c55ac27fd01ee88c6ff0551ca7ff6a57b577531938a5d7bd1c0a2ef976886a5b
4
+ data.tar.gz: c6ae8d9baa9970467bf804506e6922427687d968ef19dd23f96144767d337a62
5
5
  SHA512:
6
- metadata.gz: dddac4e2bf62fc1a02322f142021fa54bfa8f29b5eec6fe033c280f47fa85b00847c93d8faa4899d2e572b7765e6a278411471f4399f21dcc7c13e31ae9c0a51
7
- data.tar.gz: 53468c830a5a14bbe6dda666572621c5188dad82f87669901200922f7247569cebe25913ad7e0dca14106a85b1ad479a9d28578ed325a0de623754d48443346f
6
+ metadata.gz: 06c3a288948f71a3d370f1f3411b822fc43fccde8b8242a595ee1e8996e4df6d13c1e42bb9837f227d79da62217bb440430bf67ef41908e67f87d96aaa22ef9d
7
+ data.tar.gz: 519f272c7a5cf9a0d5c196e80baf65fb17afb229ebdafece9063afda8705e61d1a4af68561b1a3c90132e2846cd7691eb7967b461750e6d7e065950569295eff
data/README.md CHANGED
@@ -28,7 +28,7 @@ output at the time of this writing:
28
28
  ```
29
29
  $ wifi-wand -h
30
30
 
31
- Command Line Switches: [wifi-wand version 2.4.1]
31
+ Command Line Switches: [wifi-wand version 2.4.2]
32
32
 
33
33
  -o[i,j,p,y] - outputs data in inspect, JSON, puts, or YAML format when not in shell mode
34
34
  -s - run in shell mode
data/RELEASE_NOTES.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## v2.4.2
2
+
3
+ * Fix test.
4
+
5
+
1
6
  ## v2.4.1
2
7
 
3
8
  * Fix bug: undefined local variable or method `connected_network_name'
@@ -1,5 +1,5 @@
1
1
  module WifiWand
2
2
 
3
- VERSION = '2.4.1'
3
+ VERSION = '2.4.2'
4
4
 
5
5
  end
@@ -5,7 +5,7 @@
5
5
  # Many of them are run once with the wifi on, and once when it's off.
6
6
 
7
7
 
8
- load File.join(File.dirname(__FILE__), '..', 'bin', 'wifi-wand')
8
+ require_relative '../../../lib/wifi-wand/models/mac_os_model'
9
9
 
10
10
  module WifiWand
11
11
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wifi-wand
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.1
4
+ version: 2.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Bennett
@@ -79,7 +79,7 @@ files:
79
79
  - sample-avail-network-data.xml
80
80
  - sample-available-networks.json
81
81
  - sample-available-networks.yaml
82
- - spec/wifi-wand_spec.rb
82
+ - spec/wifi-wand/models/mac_os_model_spec.rb
83
83
  - wifi-wand.gemspec
84
84
  homepage: https://github.com/keithrbennett/wifi-wand
85
85
  licenses: