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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 39e2356f1f4c706ae6ddc840a382d3806f493252
4
- data.tar.gz: 11a99aeaa814b730aff7393cbf96461b3e99736b
3
+ metadata.gz: f5fe7c873c77c406dc1272461a3927c639c3a505
4
+ data.tar.gz: ebaa7ce3315f117d9d5cdbb1c19c05f2695a7e28
5
5
  SHA512:
6
- metadata.gz: ba45928103e112ce123c7d4ac3ee8a86b9d098626c0d1b0fb548f598fc12bdbd83907c66c4c76187d9053e006c22341cfe807c2e9fd6843a2cea9453156cd691
7
- data.tar.gz: af675b050afd242ddc246e6282ea40fd1122f2b9db0c230a8411713fd6c53ffb583727027d66ba1dc897f59adae1c30f8b58b30da656055bbdef4b1347502ecc
6
+ metadata.gz: 8b39f64f662acbde43dec2cb88ceb000a9e42b07e6aa983712bd2ec590873b1f786af4cedcd7fed045edda6c77db62dbe893c221814bd84083aa23dbde72abd4
7
+ data.tar.gz: 52192f4c13546312f17455c170ea1019e463656dd3aa91084a8827d86e88c534fa3e320f16a0b9a46231691cb11566e93acd7443401026e363c4bfd8913a0310
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nexpose (4.0.0)
4
+ nexpose (4.0.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -66,4 +66,4 @@ DEPENDENCIES
66
66
  webmock (~> 1.20.4)
67
67
 
68
68
  BUNDLED WITH
69
- 1.12.0
69
+ 1.12.2
@@ -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 = '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
@@ -1,4 +1,4 @@
1
1
  module Nexpose
2
2
  # The latest version of the Nexpose gem
3
- VERSION = '4.0.0'
3
+ VERSION = '4.0.1'
4
4
  end
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.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-05 00:00:00.000000000 Z
16
+ date: 2016-05-06 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: bundler