openvas-omp 0.0.1 → 0.0.2

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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/openvas-omp.rb +1 -1
  3. metadata +4 -4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -394,7 +394,7 @@ module OpenVASOMP
394
394
  # ov.target_delete(target_id)
395
395
  #
396
396
  def target_delete (id)
397
- xmlreq=xml_attr("delete_task",{"target_id" => id}).to_s()
397
+ xmlreq=xml_attr("delete_target",{"target_id" => id}).to_s()
398
398
  begin
399
399
  xr=omp_request_xml(xmlreq)
400
400
  rescue
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Vlatko Kosturjak
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-12-29 00:00:00 +00:00
17
+ date: 2010-12-30 00:00:00 +00:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -110,7 +110,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
110
110
  requirements:
111
111
  - - ">="
112
112
  - !ruby/object:Gem::Version
113
- hash: -538062157
113
+ hash: -890019011
114
114
  segments:
115
115
  - 0
116
116
  version: "0"