vsphere-automation-sdk 0.4.6 → 0.4.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/vsphere-automation-sdk/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b75b54b989ad4ecad58f93525596b7302876d9ec94aece0961144be7644fb03b
|
4
|
+
data.tar.gz: 5c6922c2ebdc7ebb52bd7776900a93e66e089fccdea629f13b24f8a734c057db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 817baca8e7778544628899a1d4487280c7bd658376074c463186f3b5640a3814910b047cd97823083d8f8147df5342572ca982668178cae03dcc76b564151f69
|
7
|
+
data.tar.gz: aec14dcc396a1501e82e89fca635dcc07eeec9c0865c25e0586d1026ad224dc09e9fbea52adde4f3352f5fb8d0f643b49f5d3c70eeba937e065d0948390b049a
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vsphere-automation-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- J.R. Garcia
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-07-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: vsphere-automation-appliance
|
@@ -122,7 +122,7 @@ homepage: https://github.com/vmware/vsphere-automation-sdk-ruby
|
|
122
122
|
licenses:
|
123
123
|
- MIT
|
124
124
|
metadata: {}
|
125
|
-
post_install_message:
|
125
|
+
post_install_message:
|
126
126
|
rdoc_options: []
|
127
127
|
require_paths:
|
128
128
|
- lib
|
@@ -137,8 +137,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
137
137
|
- !ruby/object:Gem::Version
|
138
138
|
version: '0'
|
139
139
|
requirements: []
|
140
|
-
rubygems_version: 3.
|
141
|
-
signing_key:
|
140
|
+
rubygems_version: 3.1.2
|
141
|
+
signing_key:
|
142
142
|
specification_version: 4
|
143
143
|
summary: A Ruby SDK for the vSphere APIs
|
144
144
|
test_files: []
|