nessus 0.1.0.beta.13 → 0.1.0.beta.14

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.
@@ -199,7 +199,7 @@ module Nessus
199
199
  pluginid_to_hostnames = Hash[pluginid_arr]
200
200
  end
201
201
 
202
- def report_item(report_findings, host, plugin_id)
202
+ def report_item(report_findings, hostname, plugin_id)
203
203
  report_findings[hostname].find_all do |report_item|
204
204
  report_item['pluginid'].eql? plugin_id
205
205
  end
@@ -1,4 +1,4 @@
1
1
  module Nessus
2
2
  # The version of the Nessus.rb library
3
- VERSION = '0.1.0.beta.13'
3
+ VERSION = '0.1.0.beta.14'
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.13
4
+ version: 0.1.0.beta.14
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: