vsphere-automation-vcenter 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +6 -6
- data/README.md +1 -1
- data/lib/vsphere-automation-vcenter/api_client.rb +1 -1
- data/lib/vsphere-automation-vcenter/configuration.rb +1 -1
- data/lib/vsphere-automation-vcenter/version.rb +1 -1
- data/pkg/vsphere-automation-vcenter-0.2.1.gem +0 -0
- data/vsphere-automation-vcenter.gemspec +2 -2
- 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: a4f1fe3c640ab48a9ad3feb2bebc1f308a6541e1fb5b9ca161a9264026d0d37b
|
4
|
+
data.tar.gz: 513388e1cdaf5a453a759a7b5e829a8f34ae4d477dc13ba78fe8f1beb4a8743d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1424c9d9d2ea10a04604886415cee04db59d08af470334ac2bd3e2c9edf8b148014ec164dcd7ff82eb05ed648f0dbb002aa5acdef7ad701e7c7bb0b77dc16da
|
7
|
+
data.tar.gz: 652a26b28bce11ee2a46ba4884676a4d226fc2452143bec6c4d5a895a84196bd97b7f2bd62edffdf90000ac7ee42ba7b72e1059b93897b633d603e393c7176af
|
data/Gemfile.lock
CHANGED
@@ -1,21 +1,21 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../cis
|
3
3
|
specs:
|
4
|
-
vsphere-automation-cis (0.2.
|
5
|
-
vsphere-automation-runtime (~> 0.2.
|
4
|
+
vsphere-automation-cis (0.2.2)
|
5
|
+
vsphere-automation-runtime (~> 0.2.2)
|
6
6
|
|
7
7
|
PATH
|
8
8
|
remote: ../runtime
|
9
9
|
specs:
|
10
|
-
vsphere-automation-runtime (0.2.
|
10
|
+
vsphere-automation-runtime (0.2.2)
|
11
11
|
typhoeus (~> 1.3)
|
12
12
|
|
13
13
|
PATH
|
14
14
|
remote: .
|
15
15
|
specs:
|
16
|
-
vsphere-automation-vcenter (0.2.
|
17
|
-
vsphere-automation-cis (~> 0.2.
|
18
|
-
vsphere-automation-runtime (~> 0.2.
|
16
|
+
vsphere-automation-vcenter (0.2.2)
|
17
|
+
vsphere-automation-cis (~> 0.2.2)
|
18
|
+
vsphere-automation-runtime (~> 0.2.2)
|
19
19
|
|
20
20
|
GEM
|
21
21
|
remote: https://rubygems.org/
|
data/README.md
CHANGED
@@ -29,7 +29,7 @@ module VSphereAutomation
|
|
29
29
|
# @option config [Configuration] Configuration for initializing the object, default to Configuration.default
|
30
30
|
def initialize(config = Configuration.default)
|
31
31
|
@config = config
|
32
|
-
@user_agent = "SDK/0.2.
|
32
|
+
@user_agent = "SDK/0.2.2 Ruby/#{RUBY_VERSION} (#{Gem::Platform.local.os}; #{Gem::Platform.local.version}; #{Gem::Platform.local.cpu})"
|
33
33
|
@default_headers = {
|
34
34
|
'Content-Type' => 'application/json',
|
35
35
|
'User-Agent' => @user_agent
|
Binary file
|
@@ -23,8 +23,8 @@ Gem::Specification.new do |s|
|
|
23
23
|
s.license = 'MIT'
|
24
24
|
s.required_ruby_version = ">= 2.3"
|
25
25
|
|
26
|
-
s.add_runtime_dependency 'vsphere-automation-runtime', '~> 0.2.
|
27
|
-
s.add_runtime_dependency 'vsphere-automation-cis', '~> 0.2.
|
26
|
+
s.add_runtime_dependency 'vsphere-automation-runtime', '~> 0.2.2'
|
27
|
+
s.add_runtime_dependency 'vsphere-automation-cis', '~> 0.2.2'
|
28
28
|
|
29
29
|
s.add_development_dependency 'bundler', '~> 2.0'
|
30
30
|
s.add_development_dependency 'pry', '~> 0.12.2'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vsphere-automation-vcenter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.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-
|
11
|
+
date: 2019-08-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: vsphere-automation-runtime
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.2.
|
19
|
+
version: 0.2.2
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.2.
|
26
|
+
version: 0.2.2
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: vsphere-automation-cis
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.2.
|
33
|
+
version: 0.2.2
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.2.
|
40
|
+
version: 0.2.2
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: bundler
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|