vsphere-automation-cis 0.4.3 → 0.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 12d432a2c48865b0567d1a847b22cd72b41543628bdf493e628a2a68b7a270f8
4
- data.tar.gz: 841a999d689e6c63cf0c1d498e5dcb1ebb6e64e91faaa91401573c29eedff3fd
3
+ metadata.gz: 7a560919df237bef0b0269629ba0aaf799e81622e6c9ba5e2acb2b79b93bd135
4
+ data.tar.gz: 6afb9f00cbcfa503dbac0eb254e1c666447ae500cc7e76dfb8f241a087c4ed36
5
5
  SHA512:
6
- metadata.gz: ab1ee857911c6f7ffea38373a860d5eb0fec7fbf0d998c8267e79ce1b91cfd28ce639b8e44786d46d7bf70fb6ed4d00609a480d811c66b296a9b97abca428571
7
- data.tar.gz: afb18a2cfabd0be33919dc992a1957e75b9cccf3304e7b615ea95e54089fc340818f6b2a6d003accf1df1f42598b75a0c8ae289bde1f04fd21e4136787418570
6
+ metadata.gz: 9a7fff1bc8c1cc3aa8a062a1358c9c3d67070a63170a1ac0dde791a9e4a015a0c9ae089d3f97c0d261b6632833b988e6ceb70ccc62569c986c92370731615b17
7
+ data.tar.gz: 72f9a124615192f7c0921c53f8f0cee596690189188fe61feade7558b3f616d957466f44ac49feedf3e71c2c9a090152a8f58cd971fd304604d4c594f81e791a
data/Gemfile.lock CHANGED
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: ../runtime
3
3
  specs:
4
- vsphere-automation-runtime (0.4.3)
4
+ vsphere-automation-runtime (0.4.4)
5
5
 
6
6
  PATH
7
7
  remote: .
8
8
  specs:
9
- vsphere-automation-cis (0.4.3)
10
- vsphere-automation-runtime (~> 0.4.3)
9
+ vsphere-automation-cis (0.4.4)
10
+ vsphere-automation-runtime (~> 0.4.4)
11
11
 
12
12
  GEM
13
13
  remote: https://rubygems.org/
@@ -23,7 +23,7 @@ GEM
23
23
  jaro_winkler (1.5.3)
24
24
  method_source (0.9.2)
25
25
  parallel (1.17.0)
26
- parser (2.6.4.1)
26
+ parser (2.6.5.0)
27
27
  ast (~> 2.4.0)
28
28
  pry (0.12.2)
29
29
  coderay (~> 1.1.0)
@@ -37,13 +37,13 @@ GEM
37
37
  rspec-mocks (~> 3.8.0)
38
38
  rspec-core (3.8.2)
39
39
  rspec-support (~> 3.8.0)
40
- rspec-expectations (3.8.4)
40
+ rspec-expectations (3.8.5)
41
41
  diff-lcs (>= 1.2.0, < 2.0)
42
42
  rspec-support (~> 3.8.0)
43
- rspec-mocks (3.8.1)
43
+ rspec-mocks (3.8.2)
44
44
  diff-lcs (>= 1.2.0, < 2.0)
45
45
  rspec-support (~> 3.8.0)
46
- rspec-support (3.8.2)
46
+ rspec-support (3.8.3)
47
47
  rubocop (0.73.0)
48
48
  jaro_winkler (~> 1.5.1)
49
49
  parallel (~> 1.10)
@@ -55,7 +55,7 @@ GEM
55
55
  safe_yaml (1.0.5)
56
56
  unicode-display_width (1.6.0)
57
57
  vcr (5.0.0)
58
- webmock (3.7.5)
58
+ webmock (3.7.6)
59
59
  addressable (>= 2.3.6)
60
60
  crack (>= 0.3.2)
61
61
  hashdiff (>= 0.4.0, < 2.0.0)
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.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 CIS
11
- VERSION = '0.4.3'
11
+ VERSION = '0.4.4'
12
12
  end
13
13
  end
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
22
22
  s.description = "A Ruby SDK for the vSphere REST APIs (CIS)"
23
23
  s.license = 'MIT'
24
24
  s.required_ruby_version = ">= 2.3"
25
- s.add_runtime_dependency 'vsphere-automation-runtime', '~> 0.4.3'
25
+ s.add_runtime_dependency 'vsphere-automation-runtime', '~> 0.4.4'
26
26
 
27
27
  s.add_development_dependency 'bundler', '~> 2.0'
28
28
  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.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,14 +16,14 @@ 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: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -312,6 +312,7 @@ files:
312
312
  - lib/vsphere-automation-cis/version.rb
313
313
  - pkg/vsphere-automation-cis-0.4.1.gem
314
314
  - pkg/vsphere-automation-cis-0.4.2.gem
315
+ - pkg/vsphere-automation-cis-0.4.3.gem
315
316
  - spec/api/session_api_spec.rb
316
317
  - spec/api/tagging_category_api_spec.rb
317
318
  - spec/api/tagging_tag_api_spec.rb