nexpose 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.
Files changed (2) hide show
  1. data/lib/nexpose/manage.rb +1 -1
  2. metadata +2 -3
@@ -17,7 +17,7 @@ module Nexpose
17
17
  if (r.success)
18
18
  res = ''
19
19
  r.res.elements.each('//Output') do |out|
20
- out.text.to_s
20
+ return out.text.to_s
21
21
  end
22
22
  else
23
23
  false
metadata CHANGED
@@ -1,17 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nexpose
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - HD Moore
9
9
  - Chris Lee
10
- - Michael S. Daines
11
10
  autorequire:
12
11
  bindir: bin
13
12
  cert_chain: []
14
- date: 2012-12-21 00:00:00.000000000 Z
13
+ date: 2012-12-25 00:00:00.000000000 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: librex