prenus 0.0.5 → 0.0.6
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 +1 -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.6 - Updated the version in the prenus file
|
|
99
100
|
* Version 0.0.5 - FUUUU Did it again. Botched the gem push #facepalm. This is identical to 0.0.4
|
|
100
101
|
* Version 0.0.4 - Shifted my copy of ruby-nessus into my lib/gemcache folder
|
|
101
102
|
* Version 0.0.3 - Botched the gem push - like a chump - this should be identical to 0.0.2
|
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.6 - 3rd of Sept, 2012 - Created by Christian \"xntrik\" Frichot.\n\n"
|
|
23
23
|
$verstring += "Copyright 2012 Christian Frichot\n\n"
|
|
24
24
|
$verstring += "Licensed under the Apache License, Version 2.0 (the \"License\");\n"
|
|
25
25
|
$verstring += "you may not use this file except in compliance with the License.\n"
|