vsphere-automation-content 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: 5ad739740113ec88d2308f25fba668f1b88a0d6d7a32881f5bf634667f1f3c90
4
- data.tar.gz: a99a0a476144f710b607557b1a182a74458c1bd7485852a42937e47b4c4170bb
3
+ metadata.gz: 419c5988957bcf5488a70f2f7337308a20465afd2dff3c7d37fa054580e2bb89
4
+ data.tar.gz: 103fd1f938f5e2723682fe858a7bc1b364b94054076d9c3e01c63e8a283be615
5
5
  SHA512:
6
- metadata.gz: 49248fd05a9e14e57a788e87822ff2402e761a5f8c8ef2f9c317b5333c2a7f863f0081aeaa53f2ede893e4f6f76a03c1307fbbf692a3aaac4e4da6f2feae7cb3
7
- data.tar.gz: 2df320587f37e0d62564657ddc032b0d502119c9133b832499cfc662a2ab035322d66f51ce607d76a9b351a9b8b6ab5b9865ff7b33fa32fa6757f68de807b453
6
+ metadata.gz: c79d097b30f481390b856282b2fc37ee10bc9e2b7fd5d9efd8197880116e5962b0fda453f60f3bbb5f264c50a025709f846e55e572648ffc1e05e04000a2ffbb
7
+ data.tar.gz: 67deee8ed60ab97528b0a867dc61b4852ad7ed9154c8ff476b3605dfc2c2ba2e44656e8ed10e6f288c67912edfd34205524ab9feb65d43564560275b8a3cd6a4
data/Gemfile.lock CHANGED
@@ -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-content (0.4.3)
16
- vsphere-automation-cis (~> 0.4.3)
17
- vsphere-automation-runtime (~> 0.4.3)
15
+ vsphere-automation-content (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 Content 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 Content
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 (Content)"
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-content
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
@@ -480,6 +480,7 @@ files:
480
480
  - lib/vsphere-automation-content/version.rb
481
481
  - pkg/vsphere-automation-content-0.4.1.gem
482
482
  - pkg/vsphere-automation-content-0.4.2.gem
483
+ - pkg/vsphere-automation-content-0.4.3.gem
483
484
  - spec/api/configuration_api_spec.rb
484
485
  - spec/api/library_api_spec.rb
485
486
  - spec/api/library_item_api_spec.rb