vsphere-automation-vapi 0.4.3 → 0.4.4

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: 204b78948b6d657806014630adb744888aa6518c62131b6965992373eea2e1c4
4
- data.tar.gz: 76ea0e0b127cd34574e5899e61120d7596b594256b14ab0a0dd97cc278c58370
3
+ metadata.gz: e8dcfd1374b6e9e34bc3f11c0a832bc6031fadb443c4b2986c41cd2809478735
4
+ data.tar.gz: d1da545b5207b73be26cf8d3dc689fe6a2f0624fe40ee1937ba98762238ed218
5
5
  SHA512:
6
- metadata.gz: b787a610c5840c3eb6ca35421ea4e997fd43ceb4de373f10c42344ca44aa0714b6861c2c16d4f69f6d743ac35785b54497aeb972abc1a4a06d8e155945a2a3b3
7
- data.tar.gz: 6e80d3b84809babed82906efef6b196d9527d08b4c105304dfd9f9a88f80d9fe9c0ddb285b065eb43d643a2ff7378e358a6074c1e0cdca9805cb49faa5a5d7e8
6
+ metadata.gz: 1ad0ff852a993f724f2eac896567b0982af3f88319bf5d593cb8ceede107471131d156a896af4d8ebc726e24012c09388b4cda139275f5adeb5e739b5f7cb44e
7
+ data.tar.gz: 2f5692d9211eac0b7a013f51d34e208c73496c27cdb0c2e4efa73a9a834392a7c1381f4582313e77f46684f39c9eaaa217dd73d9330a636f5e51de140c0f1673
@@ -1,20 +1,20 @@
1
1
  PATH
2
2
  remote: ../cis
3
3
  specs:
4
- vsphere-automation-cis (0.4.3)
5
- vsphere-automation-runtime (~> 0.4.3)
4
+ vsphere-automation-cis (0.4.4)
5
+ vsphere-automation-runtime (~> 0.4.4)
6
6
 
7
7
  PATH
8
8
  remote: ../runtime
9
9
  specs:
10
- vsphere-automation-runtime (0.4.3)
10
+ vsphere-automation-runtime (0.4.4)
11
11
 
12
12
  PATH
13
13
  remote: .
14
14
  specs:
15
- vsphere-automation-vapi (0.4.3)
16
- vsphere-automation-cis (~> 0.4.3)
17
- vsphere-automation-runtime (~> 0.4.3)
15
+ vsphere-automation-vapi (0.4.4)
16
+ vsphere-automation-cis (~> 0.4.4)
17
+ vsphere-automation-runtime (~> 0.4.4)
18
18
 
19
19
  GEM
20
20
  remote: https://rubygems.org/
@@ -30,7 +30,7 @@ GEM
30
30
  jaro_winkler (1.5.3)
31
31
  method_source (0.9.2)
32
32
  parallel (1.17.0)
33
- parser (2.6.4.0)
33
+ parser (2.6.5.0)
34
34
  ast (~> 2.4.0)
35
35
  pry (0.12.2)
36
36
  coderay (~> 1.1.0)
@@ -44,13 +44,13 @@ GEM
44
44
  rspec-mocks (~> 3.8.0)
45
45
  rspec-core (3.8.2)
46
46
  rspec-support (~> 3.8.0)
47
- rspec-expectations (3.8.4)
47
+ rspec-expectations (3.8.5)
48
48
  diff-lcs (>= 1.2.0, < 2.0)
49
49
  rspec-support (~> 3.8.0)
50
- rspec-mocks (3.8.1)
50
+ rspec-mocks (3.8.2)
51
51
  diff-lcs (>= 1.2.0, < 2.0)
52
52
  rspec-support (~> 3.8.0)
53
- rspec-support (3.8.2)
53
+ rspec-support (3.8.3)
54
54
  rubocop (0.73.0)
55
55
  jaro_winkler (~> 1.5.1)
56
56
  parallel (~> 1.10)
@@ -62,7 +62,7 @@ GEM
62
62
  safe_yaml (1.0.5)
63
63
  unicode-display_width (1.6.0)
64
64
  vcr (5.0.0)
65
- webmock (3.7.2)
65
+ webmock (3.7.6)
66
66
  addressable (>= 2.3.6)
67
67
  crack (>= 0.3.2)
68
68
  hashdiff (>= 0.4.0, < 2.0.0)
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  The Ruby gem for the vSphere VAPI API
4
4
 
5
5
  - API version: 2.0.0
6
- - Package version: 0.4.3
6
+ - Package version: 0.4.4
7
7
 
8
8
  ## Installation
9
9
 
@@ -8,6 +8,6 @@
8
8
 
9
9
  module VSphereAutomation
10
10
  module VAPI
11
- VERSION = '0.4.3'
11
+ VERSION = '0.4.4'
12
12
  end
13
13
  end
@@ -22,8 +22,8 @@ Gem::Specification.new do |s|
22
22
  s.description = "A Ruby SDK for the vSphere APIs (VAPI)"
23
23
  s.license = 'MIT'
24
24
  s.required_ruby_version = ">= 2.3"
25
- s.add_runtime_dependency 'vsphere-automation-runtime', '~> 0.4.3'
26
- s.add_runtime_dependency 'vsphere-automation-cis', '~> 0.4.3'
25
+ s.add_runtime_dependency 'vsphere-automation-runtime', '~> 0.4.4'
26
+ s.add_runtime_dependency 'vsphere-automation-cis', '~> 0.4.4'
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-vapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
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-09-25 00:00:00.000000000 Z
11
+ date: 2019-10-04 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.4.3
19
+ version: 0.4.4
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.4.3
26
+ version: 0.4.4
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.4.3
33
+ version: 0.4.4
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.4.3
40
+ version: 0.4.4
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -462,6 +462,7 @@ files:
462
462
  - lib/vsphere-automation-vapi/version.rb
463
463
  - pkg/vsphere-automation-vapi-0.4.1.gem
464
464
  - pkg/vsphere-automation-vapi-0.4.2.gem
465
+ - pkg/vsphere-automation-vapi-0.4.3.gem
465
466
  - spec/api/metadata_authentication_component_api_spec.rb
466
467
  - spec/api/metadata_authentication_package_api_spec.rb
467
468
  - spec/api/metadata_authentication_service_api_spec.rb