arp_scan 0.1.3 → 0.1.4

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/arp_scan/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e9acd4f2a06b8706a4991c24b6ed5ddce3e71f280440a1bfec82e2155c76375c
4
- data.tar.gz: 26bef346fb5f6ee4f5c97dee98283c44b8b443fe7065e130ca9698c2ed569734
3
+ metadata.gz: b2e9cd21c81119bb422d37bd8220942c2b68b3797cddd90ae9c8c2271b2b2bdf
4
+ data.tar.gz: b2f4358c959bc96e0eb9883651aa2a6409be6941e34255f9564744a609293155
5
5
  SHA512:
6
- metadata.gz: 01af8e6a6a14daca95e60cc39ea2d529163019c48741bbcf0d70e527becd0b8c01ec43d9938b6e1e9c88efaa5ed36affce1fe6dd860df6dc0c1102c2652b99b4
7
- data.tar.gz: 5665f838a56d966809fbeedc527efcbc9753677cc51847cacfe39af8b0177d8f54bcd95fd46fbbfa05b028026e433dee93f28da9bf019fe55dd409b554cd2db0
6
+ metadata.gz: 8749b70b5ff6bb32d62ba7ab15baa8401ba995bcc1b6d692e50fff9eeaa3a04b0f50d00ac075c407c5300b50b9612c37d99dcfc10c033c8ed15e35b19d3a2442
7
+ data.tar.gz: c303bcdc14cebb9653e02c8f854ef0a5a84b8d6b2e254807750fdc4ded366a98222fdfd806c6b0ed894557a9bcbe3decb581adc80a42d97e47da07689a8b17a1
data/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Very simple wrapper for using and parsing output from `arp-scan`.
7
7
 
8
- You will need to make sure `arp-scan` is installed. See the arp-scan homepage at http://www.nta-monitor.com/tools/arp-scan/
8
+ You will need to make sure `arp-scan` is installed. See the arp-scan homepage at https://github.com/royhills/arp-scan
9
9
 
10
10
  `arp-scan` generally requires root privs to run. I use `setcap` to give it the
11
11
  raw socket privs it needs so normal users can run it without sudo:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ARPScan
4
- VERSION = '0.1.3'
4
+ VERSION = '0.1.4'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arp_scan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Rodrigues
@@ -42,7 +42,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
42
42
  - !ruby/object:Gem::Version
43
43
  version: '0'
44
44
  requirements: []
45
- rubygems_version: 3.7.1
45
+ rubygems_version: 3.6.9
46
46
  specification_version: 4
47
47
  summary: A ruby wrapper for the arp-scan utility.
48
48
  test_files: []