prenus 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +1 -0
- data/bin/prenus +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
@@ -100,5 +100,6 @@ This will only work if you're in the Circos Tools tableviewer folder (in my inst
|
|
100
100
|
This will dump the png into the img/ folder.
|
101
101
|
|
102
102
|
== Changes
|
103
|
+
* Version 0.0.3 - Botched the gem push - like a chump - this should be identical to 0.0.2
|
103
104
|
* Version 0.0.2 - Updated input - handles duplicate hosts a bit nicer (but not much nicer)
|
104
105
|
* Version 0.0.1 - initial release .. buggy to the max
|
data/bin/prenus
CHANGED
@@ -18,7 +18,7 @@ require 'lib/output'
|
|
18
18
|
require 'lib/input'
|
19
19
|
|
20
20
|
#Versioning and .. those things
|
21
|
-
$verstring = "Version 0.0.
|
21
|
+
$verstring = "Version 0.0.3 - 20th of August, 2012 - Created by Christian \"xntrik\" Frichot.\n\n"
|
22
22
|
$verstring += "Copyright 2012 Christian Frichot\n\n"
|
23
23
|
$verstring += "Licensed under the Apache License, Version 2.0 (the \"License\");\n"
|
24
24
|
$verstring += "you may not use this file except in compliance with the License.\n"
|
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.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-08-20 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: ruby-nessus
|
16
|
-
requirement: &
|
16
|
+
requirement: &70128637787000 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: 1.0.3
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70128637787000
|
25
25
|
description: Pretty Nessus = Prenus
|
26
26
|
email: xntrik@gmail.com
|
27
27
|
executables:
|