opennebula 5.6.1 → 5.6.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.
- checksums.yaml +4 -4
- data/NOTICE +0 -15
- data/lib/cloud/CloudClient.rb +1 -1
- data/lib/opennebula.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f3d50ea49086d91f902b480814640319a02e0ec
|
|
4
|
+
data.tar.gz: ef9b86e98abbb21d21954a48e2e0e5835d1c944d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3aa8288851cfbdf6912c9ab09090c0da15e0b77c6144a6d1f90ef66bd7d3987b9660dbda180f852b94503f4bcb9a35b1e42c2fd0068c28405643f9fe8a9e818b
|
|
7
|
+
data.tar.gz: 89003ca9786c0e50df46f7905b8b2e1eb6da7042cbfeebbb4ed9b97036bad71cd9bdabbcd413ad9dbeb8432176a30e89a2e79de5853c4cddc05177ef801ef8f4
|
data/NOTICE
CHANGED
|
@@ -6,21 +6,6 @@ Copyright 2002-2018, OpenNebula Project, OpenNebula Systems (formerly C12G Labs)
|
|
|
6
6
|
You can find more information about the project, release notes and
|
|
7
7
|
documentation at www.OpenNebula.org
|
|
8
8
|
|
|
9
|
-
AUTHORS
|
|
10
|
-
|
|
11
|
-
- Ruben Santiago Montero (rsmontero@opennebula.org)
|
|
12
|
-
- Ignacio Martin Llorente (imllorente@opennebula.org)
|
|
13
|
-
|
|
14
|
-
ACKNOWLEDGEMENTS
|
|
15
|
-
|
|
16
|
-
The following people have contributed to the development of the technology
|
|
17
|
-
- Javier Fontan Muiños (jfontan@opennebula.org)
|
|
18
|
-
- Constantino Vazquez Blanco (tinova@opennebula.org)
|
|
19
|
-
- Jaime Melis Bayo (jmelis@opennebula.org)
|
|
20
|
-
- Carlos Martin Sanchez (cmartin@opennebula.org)
|
|
21
|
-
- Daniel Molina Aranda (dmolina@opennebula.org)
|
|
22
|
-
- Hector Sanjuan Redondo (hsanjuan@opennebula.org)
|
|
23
|
-
|
|
24
9
|
LICENSE
|
|
25
10
|
|
|
26
11
|
OpenNebula is licensed under the Apache License, Version 2.0 (the
|
data/lib/cloud/CloudClient.rb
CHANGED
data/lib/opennebula.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.6.
|
|
4
|
+
version: 5.6.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenNebula
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-10-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|