nexpose 6.1.0 → 6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ab4f78b7a7477e8ffff7452236da544d37921883
4
- data.tar.gz: 185d332774c404d43dae6921e17eb479657feeda
3
+ metadata.gz: 98061dd34aaff0dc441f7f84a3628f3f80c9c598
4
+ data.tar.gz: ab7626592cf8cdce28bcaf0669de46b671c3441b
5
5
  SHA512:
6
- metadata.gz: 8162c3c5014443944247306eaec4180cd3d31f6e4fed84a732bbcdce0aa36b5e49878da101c67a623613758ae85bb0b85fb821bc504c9c55913cda6f8a821f23
7
- data.tar.gz: f07edd67d45950fd6bad25e50d2e3fc651ccb02dec993dee4d4c56d5e87209173fa033bebc860ce71bc772bd05724795a17af6e8dc8bbdebf0061af3fde84e48
6
+ metadata.gz: d89bd5b5b7cc94185e5a1b3d70519bd53e54bab233b5ec2e24f4f7c0463d375171e09aaf01fc28a4a0361c3a3e08b0dfc1ebd5dee80acfe76e8cfbcfd7008671
7
+ data.tar.gz: 906403a12408cbf1ca60b24e06cf34c8e313dc8a3c35b4a3ca03399bb72fc54034090613c9048ac7c06f7fb37296e9a46dc6e79113cf329081c10cd7056b6d98
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nexpose (6.1.0)
4
+ nexpose (6.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -225,6 +225,7 @@ module Nexpose
225
225
  conn.protocol = xml.attributes['protocol']
226
226
  conn.port = xml.attributes['port'].to_i
227
227
  conn.status = xml.attributes['connection-status']
228
+ conn.engine_id = xml.attributes['engine-id'].to_i
228
229
  conn
229
230
  end
230
231
 
@@ -1,4 +1,4 @@
1
1
  module Nexpose
2
2
  # The latest version of the Nexpose gem
3
- VERSION = '6.1.0'
3
+ VERSION = '6.1.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: 6.1.0
4
+ version: 6.1.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: 2017-06-19 00:00:00.000000000 Z
16
+ date: 2017-07-24 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: bundler