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 +4 -4
- data/README.md +1 -1
- data/RELEASE_NOTES.md +5 -0
- data/lib/wifi-wand/version.rb +1 -1
- data/spec/{wifi-wand_spec.rb → wifi-wand/models/mac_os_model_spec.rb} +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c55ac27fd01ee88c6ff0551ca7ff6a57b577531938a5d7bd1c0a2ef976886a5b
|
4
|
+
data.tar.gz: c6ae8d9baa9970467bf804506e6922427687d968ef19dd23f96144767d337a62
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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
data/lib/wifi-wand/version.rb
CHANGED
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.
|
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-
|
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:
|