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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f2bce5bb44e021d2a138d4784f11854fea293442f0bda8c9a58cef6b5d4dce0a
4
- data.tar.gz: 34ea32eb0e03f65544cc91c81a97ccd5efbd96b9ce034ceb53932b88dd862b02
3
+ metadata.gz: 3644c1bbf5666b23c65e7f2657ce732336b563994ade8a78aa742bfaf35ef13b
4
+ data.tar.gz: 44ed246394cb9d489522c29dc8fe4f569645c8bdbc6675ea3e91785ef44b1575
5
5
  SHA512:
6
- metadata.gz: cd1a8b8822ff2e9e3566eafb1f5951f23638f443827c7e6eb19d84d4cec05f8877eb0c03265f789a124d624dbbf0bc25079af35168af5e6457f4a0c6ae8da390
7
- data.tar.gz: eb782971141b35d3a035eb4d86d16a6cbeba91c37b0c2c6df62f9d2b64b1c56a5e0e9ed5932f54dcff452f52aec31fe38e9ca2a8fa1faa1b8eee2a677ddc26dd
6
+ metadata.gz: fd07d8d281b8990a64bffee536eda1aed596f8395dab695a2cf7c5650d444c2306cc6d977947e56596f1277ab3c12908a26484c9347aeb8172aafd968fbe09f5
7
+ data.tar.gz: 2fb3105b491c34ac637ada888fd236423a9de8e8bca2a2d6340984bf09e7e5a9ada1d0622b1d7b3c6336a79e49917864c4d5d4553ddd5cdc473c8e391964c8d6
@@ -8,7 +8,7 @@ jobs:
8
8
  strategy:
9
9
  fail-fast: false
10
10
  matrix:
11
- ruby: [3.2, 3.3]
11
+ ruby: [3.2, 3.3, 3.4]
12
12
  runs-on: ubuntu-latest
13
13
  steps:
14
14
  - name: Checkout repository
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.2.4
1
+ 3.2.9
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PublishingPlatformSchemas
4
- VERSION = "0.4.1"
4
+ VERSION = "0.5.0"
5
5
  end
@@ -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.1"
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.1"
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.1
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.1'
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.1'
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.1'
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: 3.7.1
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: []