nessus 0.1.0.beta.10 → 0.1.0.beta.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -205,7 +205,7 @@ module Nessus
205
205
  ]
206
206
  end
207
207
  plugin_id_to_hostname = Hash[plugin_id_arr]
208
- plugin_id_to_hostname.sort_by { |id, s| s['severity'] }
208
+ Hash[plugin_id_to_hostname.sort_by { |id, s| s['severity'] }]
209
209
  end
210
210
 
211
211
  def report_item(report_findings, host, plugin_id)
@@ -1,4 +1,4 @@
1
1
  module Nessus
2
2
  # The version of the Nessus.rb library
3
- VERSION = '0.1.0.beta.10'
3
+ VERSION = '0.1.0.beta.11'
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.10
4
+ version: 0.1.0.beta.11
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-12-22 00:00:00.000000000 Z
13
+ date: 2013-12-23 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler