publishing_platform_schemas 0.4.1 → 0.5.0
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 +4 -4
- data/.github/workflows/ci.yml +1 -1
- data/.ruby-version +1 -1
- data/lib/publishing_platform_schemas/version.rb +1 -1
- data/publishing_platform_schemas.gemspec +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3644c1bbf5666b23c65e7f2657ce732336b563994ade8a78aa742bfaf35ef13b
|
|
4
|
+
data.tar.gz: 44ed246394cb9d489522c29dc8fe4f569645c8bdbc6675ea3e91785ef44b1575
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd07d8d281b8990a64bffee536eda1aed596f8395dab695a2cf7c5650d444c2306cc6d977947e56596f1277ab3c12908a26484c9347aeb8172aafd968fbe09f5
|
|
7
|
+
data.tar.gz: 2fb3105b491c34ac637ada888fd236423a9de8e8bca2a2d6340984bf09e7e5a9ada1d0622b1d7b3c6336a79e49917864c4d5d4553ddd5cdc473c8e391964c8d6
|
data/.github/workflows/ci.yml
CHANGED
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.2.
|
|
1
|
+
3.2.9
|
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.summary = "Gem to work with the Publishing Platform content schemas"
|
|
11
11
|
spec.description = "Gem to work with the Publishing Platform content schemas"
|
|
12
12
|
spec.license = "MIT"
|
|
13
|
-
spec.required_ruby_version = ">= 3.
|
|
13
|
+
spec.required_ruby_version = ">= 3.2"
|
|
14
14
|
|
|
15
15
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
16
16
|
spec.bindir = "exe"
|
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
|
18
18
|
spec.require_paths = %w[lib]
|
|
19
19
|
|
|
20
20
|
# This should be kept in sync with the json-schema version of publishing-api.
|
|
21
|
-
spec.add_dependency "json-schema", ">= 2.8", "< 6.
|
|
21
|
+
spec.add_dependency "json-schema", ">= 2.8", "< 6.2"
|
|
22
22
|
|
|
23
23
|
spec.add_development_dependency "climate_control"
|
|
24
24
|
spec.add_development_dependency "publishing_platform_rubocop"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: publishing_platform_schemas
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Publishing Platform
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '2.8'
|
|
19
19
|
- - "<"
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: '6.
|
|
21
|
+
version: '6.2'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '2.8'
|
|
29
29
|
- - "<"
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: '6.
|
|
31
|
+
version: '6.2'
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: climate_control
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -106,14 +106,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
106
106
|
requirements:
|
|
107
107
|
- - ">="
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
|
-
version: '3.
|
|
109
|
+
version: '3.2'
|
|
110
110
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
111
111
|
requirements:
|
|
112
112
|
- - ">="
|
|
113
113
|
- !ruby/object:Gem::Version
|
|
114
114
|
version: '0'
|
|
115
115
|
requirements: []
|
|
116
|
-
rubygems_version:
|
|
116
|
+
rubygems_version: 4.0.9
|
|
117
117
|
specification_version: 4
|
|
118
118
|
summary: Gem to work with the Publishing Platform content schemas
|
|
119
119
|
test_files: []
|