metadata-json-lint 3.0.1 → 3.0.2

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: 88296907a8034712ed315c9673b18f7da0f6315246be651f2e62a59b32192ac9
4
- data.tar.gz: e5d6b34c8b897688cb062121657fed5c02aa5cc8c28277896fe93833c4e68d82
3
+ metadata.gz: a1036e4f4179fccfbd7488937108d8f438994c29db5f0cfbd6e84db74bd31dc4
4
+ data.tar.gz: dfefd1e61975162c0823543f2a7a514e2b62039c605db8901536ea212cc44b29
5
5
  SHA512:
6
- metadata.gz: '0008127ce7d0379fd7f5aa394fb4d0f346c4868a71dc6875598af8aedbb005927d0f6ea050bdf143b508e812915c116143df25e647db63c05f8f6af8f6bb3ec3'
7
- data.tar.gz: 39e8387ed09f30c2a4bc5edc22babc68b13b0ab16ec4753c6973f97509837532ca091f39df19b4826742b180725b13238cd4c5c09555f284ceed614b5d3a7fb4
6
+ metadata.gz: 1523f620322d4de61fd91244623aa0bf6230bbad016486ed17bb414ccd96e6320ba27b94cb9ac549d599771f10870d8f72f18d92125702a4ec64f3024915e1f0
7
+ data.tar.gz: 2374ddb87307f429f6c16510360984d50acebe8aeeb61b563d02f3682a8cf99372379b01900791ae77f8812d2d8d1f7f0eb6207f3cf420d055df10eadcf6dce2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.0.2](https://github.com/voxpupuli/metadata-json-lint/tree/3.0.2) (2022-05-03)
4
+
5
+ [Full Changelog](https://github.com/voxpupuli/metadata-json-lint/compare/3.0.1...3.0.2)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Update json-schema requirement from ~\> 2.8 to \>= 2.8, \< 4.0 [\#121](https://github.com/voxpupuli/metadata-json-lint/pull/121) ([dependabot[bot]](https://github.com/apps/dependabot))
10
+
3
11
  ## [3.0.1](https://github.com/voxpupuli/metadata-json-lint/tree/3.0.1) (2021-08-13)
4
12
 
5
13
  [Full Changelog](https://github.com/voxpupuli/metadata-json-lint/compare/3.0.0...3.0.1)
@@ -2,7 +2,7 @@ require 'date'
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'metadata-json-lint'
5
- s.version = '3.0.1'
5
+ s.version = '3.0.2'
6
6
  s.date = Date.today.to_s
7
7
  s.summary = 'metadata-json-lint /path/to/metadata.json'
8
8
  s.description = 'Utility to verify Puppet metadata.json files'
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
17
  s.license = 'Apache-2.0'
18
18
 
19
19
  s.required_ruby_version = '>= 2.1.0'
20
- s.add_runtime_dependency 'json-schema', '~> 2.8'
20
+ s.add_runtime_dependency 'json-schema', '>= 2.8', '< 4.0'
21
21
  s.add_runtime_dependency 'spdx-licenses', '~> 1.0'
22
22
  s.add_development_dependency 'pry'
23
23
  s.add_development_dependency 'rake'
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metadata-json-lint
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vox Pupuli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-13 00:00:00.000000000 Z
11
+ date: 2022-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json-schema
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '2.8'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '4.0'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
25
28
  - !ruby/object:Gem::Version
26
29
  version: '2.8'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '4.0'
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: spdx-licenses
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -226,7 +232,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
226
232
  - !ruby/object:Gem::Version
227
233
  version: '0'
228
234
  requirements: []
229
- rubygems_version: 3.2.22
235
+ rubygems_version: 3.2.33
230
236
  signing_key:
231
237
  specification_version: 4
232
238
  summary: metadata-json-lint /path/to/metadata.json