publishing_platform_schemas 0.4.0 → 0.4.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f2bce5bb44e021d2a138d4784f11854fea293442f0bda8c9a58cef6b5d4dce0a
|
4
|
+
data.tar.gz: 34ea32eb0e03f65544cc91c81a97ccd5efbd96b9ce034ceb53932b88dd862b02
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd1a8b8822ff2e9e3566eafb1f5951f23638f443827c7e6eb19d84d4cec05f8877eb0c03265f789a124d624dbbf0bc25079af35168af5e6457f4a0c6ae8da390
|
7
|
+
data.tar.gz: eb782971141b35d3a035eb4d86d16a6cbeba91c37b0c2c6df62f9d2b64b1c56a5e0e9ed5932f54dcff452f52aec31fe38e9ca2a8fa1faa1b8eee2a677ddc26dd
|
data/.github/workflows/ci.yml
CHANGED
@@ -11,8 +11,9 @@ jobs:
|
|
11
11
|
ruby: [3.2, 3.3]
|
12
12
|
runs-on: ubuntu-latest
|
13
13
|
steps:
|
14
|
-
-
|
15
|
-
|
14
|
+
- name: Checkout repository
|
15
|
+
uses: actions/checkout@v4
|
16
|
+
- name: Checkout Publishing API (for Content Schemas)
|
16
17
|
uses: actions/checkout@v4
|
17
18
|
with:
|
18
19
|
repository: publishing-platform/publishing-api
|
@@ -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", "<
|
21
|
+
spec.add_dependency "json-schema", ">= 2.8", "< 6.1"
|
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.
|
4
|
+
version: 0.4.1
|
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: '
|
21
|
+
version: '6.1'
|
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: '
|
31
|
+
version: '6.1'
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: climate_control
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
@@ -113,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
113
|
- !ruby/object:Gem::Version
|
114
114
|
version: '0'
|
115
115
|
requirements: []
|
116
|
-
rubygems_version: 3.
|
116
|
+
rubygems_version: 3.7.1
|
117
117
|
specification_version: 4
|
118
118
|
summary: Gem to work with the Publishing Platform content schemas
|
119
119
|
test_files: []
|