vsphere-automation-runtime 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 +1 -1
- data/README.md +1 -1
- data/lib/vsphere-automation-runtime/api_client.rb +1 -1
- data/lib/vsphere-automation-runtime/configuration.rb +1 -1
- data/lib/vsphere-automation-runtime/version.rb +1 -1
- data/pkg/vsphere-automation-runtime-0.2.1.gem +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bd4ebdc645408623ffb698f7a4db66ab7151fad0db4af5429b206d29cf93ef59
|
4
|
+
data.tar.gz: a4fdf9a56af812164a7fc2109201753f97f509e5601ed869f5ae844d79469ca3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd846e6aca0f31f9a7e4aebf2afd77c6f1662ec45cbb778bbf52e308251f05ccbe7e29ae7f81b9fcf22e5473178d8d3685df49e58d99cdddfce5da5ce8edb54d
|
7
|
+
data.tar.gz: 2420f9d1eecf3e99aa52bfbeaaae34003a882dbde9b802537672e4a00d210ca8ec51d198c78731fed69755732a2c9fa41e11b6cad49a79f814f3e91c4c0c3530
|
data/Gemfile.lock
CHANGED
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
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vsphere-automation-runtime
|
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: typhoeus
|
@@ -139,6 +139,7 @@ files:
|
|
139
139
|
- lib/vsphere-automation-runtime/api_error.rb
|
140
140
|
- lib/vsphere-automation-runtime/configuration.rb
|
141
141
|
- lib/vsphere-automation-runtime/version.rb
|
142
|
+
- pkg/vsphere-automation-runtime-0.2.1.gem
|
142
143
|
- spec/api_client_spec.rb
|
143
144
|
- spec/configuration_spec.rb
|
144
145
|
- spec/spec_helper.rb
|