ruby-nessus 1.0.2 → 1.0.3

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.
@@ -71,11 +71,10 @@ module Nessus
71
71
 
72
72
  unless scan.version == 1
73
73
  Log.h5 "Informational Count", host.informational_severity_count
74
+ Log.h5 "Low Count", host.low_severity_count
75
+ Log.h5 "Medium Count", host.medium_severity_count
76
+ Log.h5 "High Count", host.high_severity_count
74
77
  end
75
-
76
- Log.h5 "Low Count", host.low_severity_count
77
- Log.h5 "Medium Count", host.medium_severity_count
78
- Log.h5 "High Count", host.high_severity_count
79
78
  Log.it
80
79
  end
81
80
 
@@ -1,3 +1,3 @@
1
1
  module Nessus
2
- VERSION = '1.0.2'
2
+ VERSION = '1.0.3'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 2
9
- version: 1.0.2
8
+ - 3
9
+ version: 1.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Dustin Willis Webber