opennebula 5.12.0 → 5.12.0.1

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: 56a4d4714f58633bd2aa93a39a0a0bf794782d64
4
- data.tar.gz: baf93114e6465fbca2a66a71d458638d9ff54061
3
+ metadata.gz: 933620472113a1196dbe64b6eee36dd6d09af83b
4
+ data.tar.gz: c3539422575fd62a0d8e951f2f9216e66c1e2df5
5
5
  SHA512:
6
- metadata.gz: cd7c9416854f0a4b6b9d9148ffe800dbee1f39706737aebc8c8692eb36041352704fca815aac338a1886478756fbaec08cc812f1511c3f7b3780de7b9a59be9e
7
- data.tar.gz: 3d12e853e46eac65b0f2023bb38158db72f9beedd704e842b31f9e0b19d96713a2e654146a6b37db4db8f3abae55e919437606343ef22280da977cc3bba48843
6
+ metadata.gz: 1fbff4650f7e89c6fe7282296268f2bb13077f8273aceb6cfc7af7051f5803adc54d00b6174ab8846e5797252fb8089dfa5b7f35367ad36cd9f007dbcfad276e
7
+ data.tar.gz: 64213c2df7678dbbacf63d3634b96b6b3ab5ec01d1619deeaf884e8499dabfe3dfd966e706e2043c0bacbc1bf5c5749882d2ad893d5cf5318181c7a49f23afcf
@@ -51,7 +51,7 @@ end
51
51
  module CloudClient
52
52
 
53
53
  # OpenNebula version
54
- VERSION = '5.12.0'
54
+ VERSION = '5.12.0.1'
55
55
 
56
56
  # #########################################################################
57
57
  # Default location for the authentication file
@@ -74,5 +74,5 @@ require 'opennebula/hook_log'
74
74
  module OpenNebula
75
75
 
76
76
  # OpenNebula version
77
- VERSION = '5.12.0'
77
+ VERSION = '5.12.0.1'
78
78
  end
@@ -37,8 +37,9 @@ end
37
37
  ENV['LANG'] = 'C'
38
38
 
39
39
  if File.directory?(GEMS_LOCATION)
40
- Gem.use_paths(GEMS_LOCATION)
41
- $LOAD_PATH.reject! {|l| l =~ /(vendor|site)_ruby/ }
40
+ $LOAD_PATH.reject! {|l| l =~ /vendor_ruby/ }
41
+ require 'rubygems'
42
+ Gem.use_paths(File.realpath(GEMS_LOCATION))
42
43
  end
43
44
 
44
45
  $LOAD_PATH << LIB_LOCATION + '/ruby/vendors/rbvmomi/lib'
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.0
4
+ version: 5.12.0.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-06-14 00:00:00.000000000 Z
11
+ date: 2020-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -75,7 +75,6 @@ files:
75
75
  - lib/opennebula/document.rb
76
76
  - lib/opennebula/document_json.rb
77
77
  - lib/opennebula/document_pool.rb
78
- - lib/opennebula/document_pool_json.rb
79
78
  - lib/opennebula/error.rb
80
79
  - lib/opennebula/group.rb
81
80
  - lib/opennebula/group_pool.rb
@@ -118,8 +117,9 @@ files:
118
117
  - lib/opennebula/xml_utils.rb
119
118
  - lib/opennebula/zone.rb
120
119
  - lib/opennebula/zone_pool.rb
121
- - lib/opennebula/ldap_auth.rb
120
+ - lib/opennebula/document_pool_json.rb
122
121
  - lib/opennebula/ldap_auth_spec.rb
122
+ - lib/opennebula/ldap_auth.rb
123
123
  - lib/opennebula/server_cipher_auth.rb
124
124
  - lib/opennebula/server_x509_auth.rb
125
125
  - lib/opennebula/ssh_auth.rb