nexpose 4.0.0 → 4.0.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/Gemfile.lock +2 -2
- data/lib/nexpose/filter.rb +1 -1
- data/lib/nexpose/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f5fe7c873c77c406dc1272461a3927c639c3a505
|
|
4
|
+
data.tar.gz: ebaa7ce3315f117d9d5cdbb1c19c05f2695a7e28
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b39f64f662acbde43dec2cb88ceb000a9e42b07e6aa983712bd2ec590873b1f786af4cedcd7fed045edda6c77db62dbe893c221814bd84083aa23dbde72abd4
|
|
7
|
+
data.tar.gz: 52192f4c13546312f17455c170ea1019e463656dd3aa91084a8827d86e88c534fa3e320f16a0b9a46231691cb11566e93acd7443401026e363c4bfd8913a0310
|
data/Gemfile.lock
CHANGED
data/lib/nexpose/filter.rb
CHANGED
|
@@ -103,7 +103,7 @@ module Nexpose
|
|
|
103
103
|
IP_ALT_ADDRESS_TYPE = 'IP_ALT_ADDRESS_TYPE'
|
|
104
104
|
|
|
105
105
|
# Valid Operators: IS, IS_NOT, IN_RANGE, NOT_IN_RANGE
|
|
106
|
-
IP_ADDRESS = '
|
|
106
|
+
IP_ADDRESS = 'IP_RANGE'
|
|
107
107
|
|
|
108
108
|
# Valid Operators: IS, IS_NOT, IN_RANGE
|
|
109
109
|
# Valid Values: Integers from 1 to 65535
|
data/lib/nexpose/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nexpose
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- HD Moore
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date: 2016-05-
|
|
16
|
+
date: 2016-05-06 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: bundler
|