ovfparse 0.9.2.1 → 0.9.2.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 (2) hide show
  1. data/lib/ovfparse/vmpackage.rb +1 -0
  2. metadata +30 -30
@@ -578,6 +578,7 @@ class VmPackage
578
578
  getChildrenByName(virtualSystem, "ProductSection").each{ |product|
579
579
  getChildrenByName(product, "Property").each{ |property|
580
580
  if(property['key'] == key)
581
+ property['value'] = newVal
581
582
  property['ovf:value'] = newVal
582
583
  return
583
584
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ovfparse
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
5
- prerelease:
4
+ hash: 11
5
+ prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
9
  - 2
10
- - 1
11
- version: 0.9.2.1
10
+ - 2
11
+ version: 0.9.2.2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Jim Barkley
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-10-25 00:00:00 -04:00
19
+ date: 2012-03-19 00:00:00 -04:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -27,13 +27,11 @@ dependencies:
27
27
  requirements:
28
28
  - - ">="
29
29
  - !ruby/object:Gem::Version
30
- hash: 5
30
+ hash: 3
31
31
  segments:
32
- - 1
33
- - 4
34
- - 1
35
- version: 1.4.1
36
- type: :runtime
32
+ - 0
33
+ version: "0"
34
+ type: :development
37
35
  version_requirements: *id001
38
36
  description: Uses net/* libraries and nokogiri xml parser to reach out and retrieve .ovf or .ova packages and parse them.
39
37
  email: jbarkley@mitre.org
@@ -41,27 +39,27 @@ executables: []
41
39
 
42
40
  extensions: []
43
41
 
44
- extra_rdoc_files:
45
- - README
42
+ extra_rdoc_files: []
43
+
46
44
  files:
45
+ - lib/ovfparse.rb
46
+ - lib/test.rb
47
+ - lib/ovfparse/vmpackage.rb
47
48
  - lib/ovfparse/vc4_vmrepository.rb
48
- - lib/ovfparse/ftp_vmrepository.rb
49
- - lib/ovfparse/marketplace_repository.rb
50
49
  - lib/ovfparse/vc_repository.rb
51
- - lib/ovfparse/https_vmrepository.rb
52
- - lib/ovfparse/vmcollection.rb
53
- - lib/ovfparse/vmrepository.rb
54
- - lib/ovfparse/esx_repository.rb
55
- - lib/ovfparse/vmpackage.rb
50
+ - lib/ovfparse/file_vmrepository.rb
56
51
  - lib/ovfparse/http_vmrepository.rb
52
+ - lib/ovfparse/esx_repository.rb
53
+ - lib/ovfparse/marketplace_repository.rb
54
+ - lib/ovfparse/vmcollection.rb
57
55
  - lib/ovfparse/esx4_vmrepository.rb
58
- - lib/ovfparse/file_vmrepository.rb
56
+ - lib/ovfparse/vmrepository.rb
57
+ - lib/ovfparse/https_vmrepository.rb
58
+ - lib/ovfparse/ftp_vmrepository.rb
59
59
  - lib/ovfparse/os_id_table.rb
60
- - lib/ovfparse.rb
61
- - lib/test.rb
62
60
  - README
63
61
  has_rdoc: true
64
- homepage: http://github.com/ruby-ovf/ovfparse
62
+ homepage: http://rubygems.org/gems/ovfparse
65
63
  licenses: []
66
64
 
67
65
  post_install_message:
@@ -83,16 +81,18 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
81
  requirements:
84
82
  - - ">="
85
83
  - !ruby/object:Gem::Version
86
- hash: 3
84
+ hash: 23
87
85
  segments:
88
- - 0
89
- version: "0"
86
+ - 1
87
+ - 3
88
+ - 6
89
+ version: 1.3.6
90
90
  requirements: []
91
91
 
92
- rubyforge_project:
93
- rubygems_version: 1.5.0
92
+ rubyforge_project: bundler
93
+ rubygems_version: 1.3.7
94
94
  signing_key:
95
95
  specification_version: 3
96
- summary: Retrieves and parses files in the Open Virtualization Format
96
+ summary: Ruby library for reading and creating OVF files
97
97
  test_files: []
98
98