prenus 0.0.8 → 0.0.9
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.
- data/README.rdoc +1 -0
- data/bin/prenus +1 -1
- metadata +17 -1
data/README.rdoc
CHANGED
|
@@ -96,6 +96,7 @@ This will only work if you're in the Circos Tools tableviewer folder (in my inst
|
|
|
96
96
|
This will dump the png into the img/ folder.
|
|
97
97
|
|
|
98
98
|
== Changes
|
|
99
|
+
* Version 0.0.9 - Added Nokogiri gem dep
|
|
99
100
|
* Version 0.0.8 - Default HTML output directory - plus - can filter out severity issues for HTML. Updated gemspec, removed internal gem
|
|
100
101
|
* Version 0.0.7 - Included push update for XLS output - and updated version statements
|
|
101
102
|
* Version 0.0.6 - Updated the version in the prenus file
|
data/bin/prenus
CHANGED
|
@@ -19,7 +19,7 @@ require 'lib/input'
|
|
|
19
19
|
require 'lib/gemcache/ruby-nessus/ruby-nessus'
|
|
20
20
|
|
|
21
21
|
#Versioning and .. those things
|
|
22
|
-
$verstring = "Version 0.0.
|
|
22
|
+
$verstring = "Version 0.0.9 - 1st of October, 2013 - Created by Christian \"xntrik\" Frichot.\n\n"
|
|
23
23
|
$verstring += "Copyright 2013 Christian Frichot\n\n"
|
|
24
24
|
$verstring += "See LICENSE.txt for more details\n"
|
|
25
25
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prenus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.9
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -27,6 +27,22 @@ dependencies:
|
|
|
27
27
|
- - ~>
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: 1.1.0
|
|
30
|
+
- !ruby/object:Gem::Dependency
|
|
31
|
+
name: nokogiri
|
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
|
33
|
+
none: false
|
|
34
|
+
requirements:
|
|
35
|
+
- - ~>
|
|
36
|
+
- !ruby/object:Gem::Version
|
|
37
|
+
version: 1.6.0
|
|
38
|
+
type: :runtime
|
|
39
|
+
prerelease: false
|
|
40
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
+
none: false
|
|
42
|
+
requirements:
|
|
43
|
+
- - ~>
|
|
44
|
+
- !ruby/object:Gem::Version
|
|
45
|
+
version: 1.6.0
|
|
30
46
|
description: Pretty Nessus = Prenus
|
|
31
47
|
email: xntrik@gmail.com
|
|
32
48
|
executables:
|