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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d78819cb59966f0d14b5994903f178c3edea57556f8dce7fc85cbd7563969462
4
- data.tar.gz: 8dbdc9cd0bf0debd9bb9f3b97a062ad1060ca6feede4571669c30751b1b9c825
3
+ metadata.gz: e3535c86a6b765e11eb809db421e3445658cf25cf05a2fc54359098af4524677
4
+ data.tar.gz: 6ab75818465f47e21db2a8ba380dfd6c7750952573b9e48acba29d2c3469b799
5
5
  SHA512:
6
- metadata.gz: 004ea57b0cee4caaef6aed866c7b7b60f5835e0ce3aaa6982bca2bb554b55b7e005e01dc7593a4eb404f8357d1fb4a6981b8a41089e54c7cb951932c59d06d44
7
- data.tar.gz: 035f4dbfb94e49444b7b73d9b38e36f68663e03d0358eda8bf2c78f59087ac3acc2980691c66f6c8f1d06e85a356c02982f8df752733df43a46dda8446bfa97b
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.1)
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.1)
11
- vsphere-automation-runtime (~> 0.2.1)
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
@@ -3,7 +3,7 @@
3
3
  The Ruby gem for the vSphere CIS API
4
4
 
5
5
  - API version: 2.0.0
6
- - Package version: 0.2.1
6
+ - Package version: 0.2.2
7
7
 
8
8
  ## Installation
9
9
 
@@ -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.1 Ruby/#{RUBY_VERSION} (#{Gem::Platform.local.os}; #{Gem::Platform.local.version}; #{Gem::Platform.local.cpu})"
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
@@ -133,7 +133,7 @@ module VSphereAutomation
133
133
  @client_side_validation = true
134
134
  @verify_ssl = true
135
135
  @verify_ssl_host = true
136
- @params_encoding = nil
136
+ @params_encoding = :multi
137
137
  @cert_file = nil
138
138
  @key_file = nil
139
139
  @debugging = false
@@ -8,6 +8,6 @@
8
8
 
9
9
  module VSphereAutomation
10
10
  module CIS
11
- VERSION = '0.2.1'
11
+ VERSION = '0.2.2'
12
12
  end
13
13
  end
@@ -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.1'
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.1
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-07 00:00:00.000000000 Z
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.1
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.1
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