iqeo-hostspec 0.1.0 → 0.1.1
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/iqeo-hostspec.gemspec +2 -2
- data/lib/iqeo/hostspec/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e37a506e475ffc52705815c5f5c073a62f53827e
|
|
4
|
+
data.tar.gz: ac391d06570a9cef2754d1be629fdb62f3881f0e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a07fbd777bd24d0777fd39c424a08eedc9b1f0dedac57593956732ba82529313677fb5c78bd8e9ad4bd3d900209218c8255900a9be5bb872087e29d92cfa926
|
|
7
|
+
data.tar.gz: 654a25877586835e4d94e7fe7b77cb28d4c56080df9647b342bdaab1be49d76e5d72e3ed6e4192657509b7d056a0fea2f2336ba12b09771370b44463fd4b8d96
|
data/iqeo-hostspec.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.version = Iqeo::Hostspec::VERSION
|
|
10
10
|
spec.authors = ["Gerard Fowley"]
|
|
11
11
|
spec.email = ["gerard.fowley@iqeo.net"]
|
|
12
|
-
spec.description = %q{
|
|
13
|
-
spec.summary =
|
|
12
|
+
spec.description = %q{A program and Ruby library to generate lists of IP addresses from Nmap-style IP host specifications.}
|
|
13
|
+
spec.summary = ""
|
|
14
14
|
spec.homepage = ""
|
|
15
15
|
spec.license = "GPLv3"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: iqeo-hostspec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gerard Fowley
|
|
@@ -24,7 +24,8 @@ dependencies:
|
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0'
|
|
27
|
-
description:
|
|
27
|
+
description: A program and Ruby library to generate lists of IP addresses from Nmap-style
|
|
28
|
+
IP host specifications.
|
|
28
29
|
email:
|
|
29
30
|
- gerard.fowley@iqeo.net
|
|
30
31
|
executables:
|
|
@@ -73,7 +74,7 @@ rubyforge_project:
|
|
|
73
74
|
rubygems_version: 2.2.1
|
|
74
75
|
signing_key:
|
|
75
76
|
specification_version: 4
|
|
76
|
-
summary:
|
|
77
|
+
summary: ''
|
|
77
78
|
test_files:
|
|
78
79
|
- spec/iqeo/hostspec_spec.rb
|
|
79
80
|
- spec/iqeo/runner_spec.rb
|