opennebula 5.12.0.3 → 5.12.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.
- checksums.yaml +4 -4
- data/lib/cloud/CloudClient.rb +1 -1
- data/lib/opennebula.rb +1 -1
- data/lib/vcenter_driver.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 27c05d144109ae5a8e3995f035226e3cd5cf6adf
|
|
4
|
+
data.tar.gz: fa20b6ab2793fbce18a6e4f70cda6353edc61b95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 425276a4cc8b3cc09132b444778dd4a1a58713d15aba34d30fd367819105b712bf50ebe5ba62c07156ef122173423c61481e647b164e08daef434fcc632b42b3
|
|
7
|
+
data.tar.gz: 9e1e231bf00191417afbcf6140ab6dc64f8180fe262076acfe632743df1fa13a1f9e8fa9a3fe80c1325ce135ecb2580be831bf1520a0c61cc1a9af60a106cdcf
|
data/lib/cloud/CloudClient.rb
CHANGED
data/lib/opennebula.rb
CHANGED
data/lib/vcenter_driver.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opennebula
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.12.
|
|
4
|
+
version: 5.12.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenNebula
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-07-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|
|
@@ -88,8 +88,10 @@ files:
|
|
|
88
88
|
- lib/opennebula/image_pool.rb
|
|
89
89
|
- lib/opennebula/marketplace.rb
|
|
90
90
|
- lib/opennebula/marketplace_pool.rb
|
|
91
|
+
- lib/opennebula/marketplaceapp.rb
|
|
91
92
|
- lib/opennebula/marketplaceapp_pool.rb
|
|
92
93
|
- lib/opennebula/oneflow_client.rb
|
|
94
|
+
- lib/opennebula/pool.rb
|
|
93
95
|
- lib/opennebula/pool_element.rb
|
|
94
96
|
- lib/opennebula/security_group.rb
|
|
95
97
|
- lib/opennebula/security_group_pool.rb
|
|
@@ -101,6 +103,7 @@ files:
|
|
|
101
103
|
- lib/opennebula/utils.rb
|
|
102
104
|
- lib/opennebula/vdc.rb
|
|
103
105
|
- lib/opennebula/vdc_pool.rb
|
|
106
|
+
- lib/opennebula/virtual_machine.rb
|
|
104
107
|
- lib/opennebula/virtual_machine_pool.rb
|
|
105
108
|
- lib/opennebula/virtual_network.rb
|
|
106
109
|
- lib/opennebula/virtual_network_pool.rb
|
|
@@ -115,9 +118,6 @@ files:
|
|
|
115
118
|
- lib/opennebula/xml_utils.rb
|
|
116
119
|
- lib/opennebula/zone.rb
|
|
117
120
|
- lib/opennebula/zone_pool.rb
|
|
118
|
-
- lib/opennebula/marketplaceapp.rb
|
|
119
|
-
- lib/opennebula/pool.rb
|
|
120
|
-
- lib/opennebula/virtual_machine.rb
|
|
121
121
|
- lib/opennebula/ldap_auth.rb
|
|
122
122
|
- lib/opennebula/ldap_auth_spec.rb
|
|
123
123
|
- lib/opennebula/server_cipher_auth.rb
|