knife-vcenter 5.0.2 → 5.0.4

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: eef4ee6cd63d8088d6ae99d029481fcdeb42a180b0755dc3ca6978f28ede4f3e
4
- data.tar.gz: 73b59b285f808822695d23dcf4da81c09a6154b211f7e0f08baa51b0725d7239
3
+ metadata.gz: 91b375938f8ae0e31eac6f790c72feff030aadb1ade8a177831211133b24fc13
4
+ data.tar.gz: 5779d08b95d8f385819db85b7249af9d097b2f2d3e7d8e0d380b2d8ff26f9bc5
5
5
  SHA512:
6
- metadata.gz: 65731ebf6481dc6366b5c25e68ee4e3467726248ce3ff065990c376d5b3c0cef97b2210514ad4e8165af928910b234bd49ac861801306e11d35a1313693e88f5
7
- data.tar.gz: 5daa3c3a9d70c099bc269452400e1f5cfe26ac4b62e85d6b7e31b1b954ab96438a3c7d4509e2d25955f9838d1700a19e799a3a4a1b6e57be2ace4b56980ee295
6
+ metadata.gz: 8b6df87f640d2265b9d974a2f97d055b7694ff7006080c7a7cb573e76e2257b651ea0719fd3918982cf17a96d80814596e9285769f3a5da8eb993db611ff16ac
7
+ data.tar.gz: 7a103af62e7a079ca6ac62a63e3ed2ecbd91808c5e6678c18d04b152f2488de7043f0b9b66a3bcd73ba395dd47b5069429160fbce10d773068adecd303c5ba0c
@@ -85,7 +85,7 @@ class Chef
85
85
 
86
86
  datacenter_exists?(options[:datacenter])
87
87
 
88
- # Some of ht eoptions need to be the ID of the component in VMware
88
+ # Some of the options need to be the ID of the component in VMware
89
89
  # Update these using the REST API so that they can be passed to the support library
90
90
  options[:targethost] = get_host(options[:targethost]).host
91
91
 
@@ -20,5 +20,5 @@
20
20
  # Provisions machines in vCenter
21
21
  module KnifeVcenter
22
22
  # The version of this amazing Gem, you should <3 it.
23
- VERSION = "5.0.2"
23
+ VERSION = "5.0.4"
24
24
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-vcenter
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.2
4
+ version: 5.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chef Partner Engineering
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-25 00:00:00.000000000 Z
11
+ date: 2020-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chef
@@ -61,7 +61,7 @@ dependencies:
61
61
  version: '1.11'
62
62
  - - "<"
63
63
  - !ruby/object:Gem::Version
64
- version: '3.0'
64
+ version: '4.0'
65
65
  type: :runtime
66
66
  prerelease: false
67
67
  version_requirements: !ruby/object:Gem::Requirement
@@ -71,7 +71,7 @@ dependencies:
71
71
  version: '1.11'
72
72
  - - "<"
73
73
  - !ruby/object:Gem::Version
74
- version: '3.0'
74
+ version: '4.0'
75
75
  - !ruby/object:Gem::Dependency
76
76
  name: vsphere-automation-sdk
77
77
  requirement: !ruby/object:Gem::Requirement