publishing_platform_schemas 0.2.0 → 0.4.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 960dadf7d0a3c68ea879485a3f580f998c29346b1e825ca1890dabc326eadd65
|
4
|
+
data.tar.gz: 24d0fa15f4381c40bf283e2680bb8bbb2c8274d85ea38275df918e0b83eff78e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5d1ded35ec667a9840a52fb07e64b915c0645763f8e7c4713dad715ee467ea3150ba80af9e92b8a556de4984c3d74a07ee2aeaed4c55db7747bb767b8f479eb
|
7
|
+
data.tar.gz: 6376a5a51fc49521493d0fe6560ca6f4ead6c7923d15dbba35960c7043bc1988ac5907bc362dc24761416525a08dd84d6e3f119c9d0ae044214ce6e4d58dde6b
|
@@ -0,0 +1,12 @@
|
|
1
|
+
name: Lint GitHub Actions
|
2
|
+
on:
|
3
|
+
push:
|
4
|
+
paths: ['.github/**']
|
5
|
+
jobs:
|
6
|
+
actionlint:
|
7
|
+
runs-on: ubuntu-latest
|
8
|
+
steps:
|
9
|
+
- uses: actions/checkout@v4
|
10
|
+
with:
|
11
|
+
show-progress: false
|
12
|
+
- uses: publishing-platform/publishing-platform-infrastructure/.github/actions/actionlint@main
|
@@ -42,6 +42,7 @@ module PublishingPlatformSchemas
|
|
42
42
|
links_schema: "#{schema_name}/publisher/links.json",
|
43
43
|
frontend_schema: "#{schema_name}/frontend/schema.json",
|
44
44
|
publisher_schema: "#{schema_name}/publisher/schema.json",
|
45
|
+
notification_schema: "#{schema_name}/notification/schema.json",
|
45
46
|
}[type]
|
46
47
|
end
|
47
48
|
|
@@ -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", "< 5.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.4.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: '
|
21
|
+
version: '5.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: '
|
31
|
+
version: '5.2'
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: climate_control
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
@@ -77,6 +77,7 @@ extensions: []
|
|
77
77
|
extra_rdoc_files: []
|
78
78
|
files:
|
79
79
|
- ".github/dependabot.yml"
|
80
|
+
- ".github/workflows/actionlint.yml"
|
80
81
|
- ".github/workflows/ci.yml"
|
81
82
|
- ".gitignore"
|
82
83
|
- ".rspec"
|
@@ -112,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
112
113
|
- !ruby/object:Gem::Version
|
113
114
|
version: '0'
|
114
115
|
requirements: []
|
115
|
-
rubygems_version: 3.6.
|
116
|
+
rubygems_version: 3.6.9
|
116
117
|
specification_version: 4
|
117
118
|
summary: Gem to work with the Publishing Platform content schemas
|
118
119
|
test_files: []
|