nessus 0.1.0.beta.6 → 0.1.0.beta.7

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.
@@ -36,6 +36,8 @@ module Nessus
36
36
  def report_hosts(report)
37
37
  response = get '/report/hosts', :report => report
38
38
  response['reply']['contents']
39
+ rescue
40
+ []
39
41
  end
40
42
 
41
43
  # POST /report/ports
@@ -1,4 +1,4 @@
1
1
  module Nessus
2
2
  # The version of the Nessus.rb library
3
- VERSION = '0.1.0.beta.6'
3
+ VERSION = '0.1.0.beta.7'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nessus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.beta.6
4
+ version: 0.1.0.beta.7
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: