vsphere-automation-appliance 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-appliance/api_client.rb +1 -1
- data/lib/vsphere-automation-appliance/configuration.rb +1 -1
- data/lib/vsphere-automation-appliance/version.rb +1 -1
- data/pkg/vsphere-automation-appliance-0.2.1.gem +0 -0
- data/vsphere-automation-appliance.gemspec +2 -2
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b2aa7c611f6e7d79763c9840955734154b760bbd686efd0964a1b8748f96718d
|
4
|
+
data.tar.gz: 0a579495a775efd3139a8029f937645af896e86dfe8b79ad53eb2e7b8fbc9e98
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fbe35ada2ec96b536c29d871b7dc9c528112f3b120e8df5a5ab1f9165665523b015d312d48d9a34d2543c6bca65c6434398f697548cefcc0ffe3601c81571d48
|
7
|
+
data.tar.gz: 96124a95ee72b4c97325c3b1fd7bc3a7aee168d244077d8b50fec822401a2c7363b994cee34ff0ec026c7f63971871b6b8089b282e625927e7a5ab5ec3c7956b
|
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-appliance (0.2.
|
17
|
-
vsphere-automation-cis (~> 0.2.
|
18
|
-
vsphere-automation-runtime (~> 0.2.
|
16
|
+
vsphere-automation-appliance (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-appliance
|
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
|
@@ -889,6 +889,7 @@ files:
|
|
889
889
|
- lib/vsphere-automation-appliance/models/vapi_std_errors_unauthorized_error.rb
|
890
890
|
- lib/vsphere-automation-appliance/models/vapi_std_localizable_message.rb
|
891
891
|
- lib/vsphere-automation-appliance/version.rb
|
892
|
+
- pkg/vsphere-automation-appliance-0.2.1.gem
|
892
893
|
- spec/api/access_consolecli_api_spec.rb
|
893
894
|
- spec/api/access_dcui_api_spec.rb
|
894
895
|
- spec/api/access_shell_api_spec.rb
|