vsphere-automation-cis 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 +3 -3
- data/README.md +1 -1
- data/lib/vsphere-automation-cis/api_client.rb +1 -1
- data/lib/vsphere-automation-cis/configuration.rb +1 -1
- data/lib/vsphere-automation-cis/version.rb +1 -1
- data/pkg/vsphere-automation-cis-0.2.1.gem +0 -0
- data/vsphere-automation-cis.gemspec +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3535c86a6b765e11eb809db421e3445658cf25cf05a2fc54359098af4524677
|
4
|
+
data.tar.gz: 6ab75818465f47e21db2a8ba380dfd6c7750952573b9e48acba29d2c3469b799
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ca959abf15e5683abe3c9e390fc23e7c61b5912426d515b14ab8bc0df7d207f6a346e4778129a2ce2d99bd721569a679ea2d2ad2bcdf2d4aaa27939537e2e46
|
7
|
+
data.tar.gz: 010c7d0f2787f259b7594161c13af3b8943a41ef74da8430c861f581365a415111665a8ae60b5e6b73e1de232796581ac54476608dad234c6cb7a1d18dcc663c
|
data/Gemfile.lock
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../runtime
|
3
3
|
specs:
|
4
|
-
vsphere-automation-runtime (0.2.
|
4
|
+
vsphere-automation-runtime (0.2.2)
|
5
5
|
typhoeus (~> 1.3)
|
6
6
|
|
7
7
|
PATH
|
8
8
|
remote: .
|
9
9
|
specs:
|
10
|
-
vsphere-automation-cis (0.2.
|
11
|
-
vsphere-automation-runtime (~> 0.2.
|
10
|
+
vsphere-automation-cis (0.2.2)
|
11
|
+
vsphere-automation-runtime (~> 0.2.2)
|
12
12
|
|
13
13
|
GEM
|
14
14
|
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,7 +23,7 @@ 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.
|
26
|
+
s.add_runtime_dependency 'vsphere-automation-runtime', '~> 0.2.2'
|
27
27
|
|
28
28
|
s.add_development_dependency 'bundler', '~> 2.0'
|
29
29
|
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-cis
|
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,14 +16,14 @@ 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: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -313,6 +313,7 @@ files:
|
|
313
313
|
- lib/vsphere-automation-cis/models/vapi_std_errors_unsupported_error.rb
|
314
314
|
- lib/vsphere-automation-cis/models/vapi_std_localizable_message.rb
|
315
315
|
- lib/vsphere-automation-cis/version.rb
|
316
|
+
- pkg/vsphere-automation-cis-0.2.1.gem
|
316
317
|
- spec/api/session_api_spec.rb
|
317
318
|
- spec/api/tagging_category_api_spec.rb
|
318
319
|
- spec/api/tagging_tag_api_spec.rb
|