fog-vsphere 3.2.1 → 3.2.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
  SHA256:
3
- metadata.gz: cfa29ecec11049b1398d65cb6c1542b14658a3afad14a9f005f19d5a21b2820a
4
- data.tar.gz: 7f356b9fcc49454d530ce22fd244450f0aac04cf2f6ddc1e0072a4c02a684248
3
+ metadata.gz: 78c397e17b42379d4faf61cf8a3febdf774389e2df303f3b0711199341d63e12
4
+ data.tar.gz: 252c2e0e3edd5064b0bad1d658a37964c2a11c208ffdb27d9e6a4beadf6bd1be
5
5
  SHA512:
6
- metadata.gz: 6a3dd52da5a8a6a9a2b8cb43ff4dae629efe0e89c6fef8878f6d30278f13901507b4c8c7c03e172dbf597aff7b27335c39ab994dcf3e253dede5ba03e9dbcf48
7
- data.tar.gz: e7543eb6086cb7806e5a574e4c889e7576f325749fd98f65564aa55b7451baea68e37ecd05f7f673b8cc584cd5a6a42aff3e051e79da4d906f30f14398234803
6
+ metadata.gz: fc10dca7dd3e262a16ebf4c5e6df5f6863d0864579de95211ec5dbe291c91b970ba3ca9e00a92d1bc070daa5f1fc9facac542e03fc71ba0662f3a0acc3b96649
7
+ data.tar.gz: 23bcdf44c1e119499a3c5b9da42c1d95fef56a60dbef878d70a79246319ba7b5e4f94cc63cfe6a2e67fbf154d356c1c7de945eaa9f22c716f53567df88c57564
@@ -276,7 +276,7 @@ module Fog
276
276
  when :datacenter
277
277
  RbVmomi::VIM::Datacenter
278
278
  when :cluster
279
- RbVmomi::VIM::ClusterComputeResource
279
+ RbVmomi::VIM::ComputeResource
280
280
  when :host
281
281
  RbVmomi::VIM::HostSystem
282
282
  else
@@ -21,7 +21,7 @@ module Fog
21
21
  datastore = get_raw_datastore(options['datastore'], options['datacenter'])
22
22
  datacenter = get_raw_datacenter(options['datacenter'])
23
23
  filename = options['filename'] || File.basename(options['local_path'])
24
- unless datastore.exists? options['upload_directory'] + '/'
24
+ unless datastore.exists?(options['upload_directory'])
25
25
  connection.serviceContent.fileManager.MakeDirectory name: "[#{options['datastore']}] #{options['upload_directory']}",
26
26
  datacenter: datacenter,
27
27
  createParentDirectories: false
@@ -1,5 +1,5 @@
1
1
  module Fog
2
2
  module Vsphere
3
- VERSION = '3.2.1'.freeze
3
+ VERSION = '3.2.2'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fog-vsphere
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.1
4
+ version: 3.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - J.R. Garcia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-29 00:00:00.000000000 Z
11
+ date: 2020-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fog-core
@@ -335,8 +335,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
335
335
  - !ruby/object:Gem::Version
336
336
  version: '0'
337
337
  requirements: []
338
- rubyforge_project:
339
- rubygems_version: 2.7.6.2
338
+ rubygems_version: 3.0.6
340
339
  signing_key:
341
340
  specification_version: 4
342
341
  summary: Module for the 'fog' gem to support VMware vSphere.