publishing_platform_schemas 0.3.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: 28b746e71aa3fa2da5fcd6b25cd398f315c7ca830f6462e688529faaa3144241
4
- data.tar.gz: 3a99432a8668c48a09f021017c8a526eea1dc8af84bbb4945975f932d1b37bbe
3
+ metadata.gz: 960dadf7d0a3c68ea879485a3f580f998c29346b1e825ca1890dabc326eadd65
4
+ data.tar.gz: 24d0fa15f4381c40bf283e2680bb8bbb2c8274d85ea38275df918e0b83eff78e
5
5
  SHA512:
6
- metadata.gz: 978b46ca15a78589c0cbf2b4fb6c16ba00c343b4181957383ab3619e0c4fa54554738f3b252418fbd7f1cbd683ded8d39bc575fc0cd7a3b339408c340c03e6d7
7
- data.tar.gz: 940423b9ace1f728c42cca4741557d1bc8d82aa53969cab09d4d2d7da3e8bdfdfcaba9b2eda21603fbeb4d485cdba2592291bb7d4cd3a12c9e785cb295aae9bf
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PublishingPlatformSchemas
4
- VERSION = "0.3.0"
4
+ VERSION = "0.4.0"
5
5
  end
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.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Publishing Platform
@@ -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.8
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: []