vsphere-automation-content 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: 5972f43804c569bf43c00dc28f4e7d0ae1d98574ffc0837fa872292469e6eb1a
4
- data.tar.gz: cd22d4cc9358a9352e168aa7fe9c98bd22b38b4f571a419fee8fd0d8ecce71bc
3
+ metadata.gz: 5767cde432d40970f8c7d06cf99e4b01cacc1441448906bad60f78146aef8740
4
+ data.tar.gz: '09618193a261d6458e981e58aae0707786b7ea52329e8fac9c0cf0f2db3d893c'
5
5
  SHA512:
6
- metadata.gz: 2708cffbd3168ba0031c5a8c6e7bb4c22a9a6b603c1b581cf9d9a7e20f6f79ea61d9a9ab75b1ca7ec00dd5720c6a2efe86fad4e46e9dd605d52222330444df4a
7
- data.tar.gz: 3608b20519393ceaeec0b350849e119f8d6b33aaa72605b8c1da277ef86ec677352a8bd754b957b4ac0fe13ede1b0cf6119d82f740e664ba2feae4d3fd751e56
6
+ metadata.gz: f377b9b1787844823210e863aad4be03119eda020a133a13a52e17cb33f51a41f2ca3fe3371d09d174a601ab0fca53ae3f0a25a6b39396d4db87bd3209113202
7
+ data.tar.gz: cf8496804665f0cba3663c1438bca3feec2c61bc82a915fec1c4d90c307b5d59bb48d9748a8701a758988e1adbfc530262f51379d3f2676c6ceadb8b77281d44
data/Gemfile.lock CHANGED
@@ -1,21 +1,21 @@
1
1
  PATH
2
2
  remote: ../cis
3
3
  specs:
4
- vsphere-automation-cis (0.2.1)
5
- vsphere-automation-runtime (~> 0.2.1)
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.1)
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-content (0.2.1)
17
- vsphere-automation-cis (~> 0.2.1)
18
- vsphere-automation-runtime (~> 0.2.1)
16
+ vsphere-automation-content (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
@@ -3,7 +3,7 @@
3
3
  The Ruby gem for the vSphere Content 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 Content
11
- VERSION = '0.2.1'
11
+ VERSION = '0.2.2'
12
12
  end
13
13
  end
@@ -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.1'
27
- s.add_runtime_dependency 'vsphere-automation-cis', '~> 0.2.1'
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-content
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,28 +16,28 @@ 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: 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.1
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.1
40
+ version: 0.2.2
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -481,6 +481,7 @@ files:
481
481
  - lib/vsphere-automation-content/models/vapi_std_errors_unsupported_error.rb
482
482
  - lib/vsphere-automation-content/models/vapi_std_localizable_message.rb
483
483
  - lib/vsphere-automation-content/version.rb
484
+ - pkg/vsphere-automation-content-0.2.1.gem
484
485
  - spec/api/configuration_api_spec.rb
485
486
  - spec/api/library_api_spec.rb
486
487
  - spec/api/library_item_api_spec.rb