openvas-cli 0.2.4 → 0.2.5
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/VERSION +1 -1
- data/lib/openvas-cli.rb +1 -1
- data/lib/openvas-cli/vas_connection.rb +1 -0
- data/openvas-cli.gemspec +3 -2
- data/vas_test.rb +12 -0
- metadata +4 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.5
|
data/lib/openvas-cli.rb
CHANGED
data/openvas-cli.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{openvas-cli}
|
8
|
-
s.version = "0.2.
|
8
|
+
s.version = "0.2.5"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Reed Swenson"]
|
@@ -62,7 +62,8 @@ Gem::Specification.new do |s|
|
|
62
62
|
"spec/openvas-cli/vas_schedule_spec.rb",
|
63
63
|
"spec/openvas-cli/vas_target_spec.rb",
|
64
64
|
"spec/openvas-cli/vas_task_spec.rb",
|
65
|
-
"spec/spec_helper.rb"
|
65
|
+
"spec/spec_helper.rb",
|
66
|
+
"vas_test.rb"
|
66
67
|
]
|
67
68
|
s.homepage = %q{http://reedswenson.github.com/openvas-cli/}
|
68
69
|
s.licenses = ["GPL v2 or greater"]
|
data/vas_test.rb
ADDED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openvas-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 29
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 5
|
10
|
+
version: 0.2.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Reed Swenson
|
@@ -244,6 +244,7 @@ files:
|
|
244
244
|
- spec/openvas-cli/vas_target_spec.rb
|
245
245
|
- spec/openvas-cli/vas_task_spec.rb
|
246
246
|
- spec/spec_helper.rb
|
247
|
+
- vas_test.rb
|
247
248
|
has_rdoc: true
|
248
249
|
homepage: http://reedswenson.github.com/openvas-cli/
|
249
250
|
licenses:
|