ovfparse 0.8.16 → 0.9.0
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/lib/ovfparse/vmpackage.rb +2 -1
- metadata +5 -5
data/lib/ovfparse/vmpackage.rb
CHANGED
|
@@ -25,7 +25,8 @@ class VmPackage
|
|
|
25
25
|
|
|
26
26
|
# List of attributes in an OVF product that we will extract / set
|
|
27
27
|
PRODUCT_ATTRIBUTES = [ {'full_name' => 'ovf:instance', 'node_ref' => 'instance', 'attribute_ref' => 'instance'},
|
|
28
|
-
{'full_name' => 'ovf:class', 'node_ref' => 'class', 'attribute_ref' => 'product_class'}
|
|
28
|
+
{'full_name' => 'ovf:class', 'node_ref' => 'class', 'attribute_ref' => 'product_class'},
|
|
29
|
+
{'full_name' => 'cops:cpetag', 'node_ref' => 'cpetag', 'attribute_ref' => 'cpe_tag'} ]
|
|
29
30
|
|
|
30
31
|
# List of elements in an OVF product that we will extract / set
|
|
31
32
|
PRODUCT_ELEMENTS = [ {'full_name' => 'Info', 'node_ref' => 'Info', 'element_ref' => 'description', 'required' => false},
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ovfparse
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 59
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
version: 0.
|
|
8
|
+
- 9
|
|
9
|
+
- 0
|
|
10
|
+
version: 0.9.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Jim Barkley
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
18
|
+
date: 2011-09-01 00:00:00 -04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|