opennebula 5.6.1 → 5.6.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bef9b2183a0d6a9255fc9a4304f876b2bb46d7d3
4
- data.tar.gz: ef4f6c545dd5d962ff6053c823e2c6933aa3057b
3
+ metadata.gz: 8f3d50ea49086d91f902b480814640319a02e0ec
4
+ data.tar.gz: ef9b86e98abbb21d21954a48e2e0e5835d1c944d
5
5
  SHA512:
6
- metadata.gz: 829850fa4829aacb804c0df3a585dbc6db72430c64f7d86be705a7b02a593a92f867a0e3d42fed0b58b7f6d978b6dbf775aefd7ef36151ccfd40c6169c3517e3
7
- data.tar.gz: bd4f6776d73e0091545cc8afacd64a8bcb447a4b23604ed57cfd617bd1b0d9fac8f2594caba70daaf5342283200c1fccce20ede5687b80e5bbed8f82601ca343
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
@@ -50,7 +50,7 @@ end
50
50
  module CloudClient
51
51
 
52
52
  # OpenNebula version
53
- VERSION = '5.6.1'
53
+ VERSION = '5.6.2'
54
54
 
55
55
  # #########################################################################
56
56
  # Default location for the authentication file
data/lib/opennebula.rb CHANGED
@@ -69,5 +69,5 @@ require 'opennebula/vm_group_pool'
69
69
  module OpenNebula
70
70
 
71
71
  # OpenNebula version
72
- VERSION = '5.6.1'
72
+ VERSION = '5.6.2'
73
73
  end
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.1
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-09-20 00:00:00.000000000 Z
11
+ date: 2018-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri