ovfparse 0.9.2 → 0.9.2.1
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/vmcollection.rb +2 -2
- metadata +4 -3
|
@@ -110,7 +110,7 @@ class VmCollection
|
|
|
110
110
|
end
|
|
111
111
|
|
|
112
112
|
def setCollectionName(newValue)
|
|
113
|
-
|
|
113
|
+
virtualSystemCollection['ovf:id'] = newValue
|
|
114
114
|
nameNode = getChildByName(virtualSystemCollection, 'Name') ||
|
|
115
115
|
getChildByName(virtualSystemCollection, 'Info').add_next_sibling(xml.create_element('Name', {}))
|
|
116
116
|
nameNode.content = newValue
|
|
@@ -427,4 +427,4 @@ class PackageDetails
|
|
|
427
427
|
@networks = Array.new
|
|
428
428
|
end
|
|
429
429
|
|
|
430
|
-
end
|
|
430
|
+
end
|
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ovfparse
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 13
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 9
|
|
9
9
|
- 2
|
|
10
|
-
|
|
10
|
+
- 1
|
|
11
|
+
version: 0.9.2.1
|
|
11
12
|
platform: ruby
|
|
12
13
|
authors:
|
|
13
14
|
- Jim Barkley
|
|
@@ -15,7 +16,7 @@ autorequire:
|
|
|
15
16
|
bindir: bin
|
|
16
17
|
cert_chain: []
|
|
17
18
|
|
|
18
|
-
date: 2011-10-
|
|
19
|
+
date: 2011-10-25 00:00:00 -04:00
|
|
19
20
|
default_executable:
|
|
20
21
|
dependencies:
|
|
21
22
|
- !ruby/object:Gem::Dependency
|