publishing_platform_schemas 0.5.0 → 0.5.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: 3644c1bbf5666b23c65e7f2657ce732336b563994ade8a78aa742bfaf35ef13b
4
- data.tar.gz: 44ed246394cb9d489522c29dc8fe4f569645c8bdbc6675ea3e91785ef44b1575
3
+ metadata.gz: a079b27a26804e2cc5d5df4b117a58ff1d95baba44a852f75bb5f4e3c0484fa3
4
+ data.tar.gz: 970daf03e4bfb835e89061198d53377ad505add3ae823d454710f5bada61e812
5
5
  SHA512:
6
- metadata.gz: fd07d8d281b8990a64bffee536eda1aed596f8395dab695a2cf7c5650d444c2306cc6d977947e56596f1277ab3c12908a26484c9347aeb8172aafd968fbe09f5
7
- data.tar.gz: 2fb3105b491c34ac637ada888fd236423a9de8e8bca2a2d6340984bf09e7e5a9ada1d0622b1d7b3c6336a79e49917864c4d5d4553ddd5cdc473c8e391964c8d6
6
+ metadata.gz: c1ab453033caa8a541fac558982a104ca5d7d43a1cd1342e6dd05fe5cf0c4801884446072e10c49b41773eabbf6fd526f3f4471598b0890232bddc6a7f2e9618
7
+ data.tar.gz: '0094b76a96aa8ac04085ccb4a7e0cad5ac6be1e96acd4fcc301cdb8c9aa8a1c651f3a8c0ef7c389eaf862282c77081c96b63a8f5bd68285e71a2b9f01d6ee60f'
@@ -0,0 +1,10 @@
1
+ on:
2
+ workflow_dispatch: {}
3
+ schedule:
4
+ - cron: '30 10 * * 1-5' # 10:30am UTC, Mon-Fri.
5
+
6
+ jobs:
7
+ autorelease:
8
+ uses: publishing-platform/publishing-platform-infrastructure/.github/workflows/autorelease-rubygem.yml@main
9
+ secrets:
10
+ GH_TOKEN: ${{ secrets.PUBLISHING_PLATFORM_CI_GITHUB_API_TOKEN }}
@@ -18,8 +18,8 @@ jobs:
18
18
  with:
19
19
  repository: publishing-platform/publishing-api
20
20
  ref: main
21
- path: tmp/publishing-api
22
- token: ${{ secrets.PUBLISHING_PLATFORM_CI_GITHUB_API_TOKEN }}
21
+ path: tmp/publishing-api
22
+
23
23
  - uses: ruby/setup-ruby@v1
24
24
  with:
25
25
  ruby-version: ${{ matrix.ruby }}
@@ -0,0 +1,4 @@
1
+ api_version: 2
2
+ defaults:
3
+ auto_merge: true
4
+ update_external_dependencies: true
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PublishingPlatformSchemas
4
- VERSION = "0.5.0"
4
+ VERSION = "0.5.1"
5
5
  end
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
  # This should be kept in sync with the json-schema version of publishing-api.
21
21
  spec.add_dependency "json-schema", ">= 2.8", "< 6.2"
22
22
 
23
- spec.add_development_dependency "climate_control"
24
- spec.add_development_dependency "publishing_platform_rubocop"
25
- spec.add_development_dependency "simplecov"
23
+ spec.add_development_dependency "climate_control", "~> 1.2"
24
+ spec.add_development_dependency "publishing_platform_rubocop", "~> 0.2"
25
+ spec.add_development_dependency "simplecov", "~> 0.22"
26
26
  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.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Publishing Platform
@@ -33,44 +33,44 @@ dependencies:
33
33
  name: climate_control
34
34
  requirement: !ruby/object:Gem::Requirement
35
35
  requirements:
36
- - - ">="
36
+ - - "~>"
37
37
  - !ruby/object:Gem::Version
38
- version: '0'
38
+ version: '1.2'
39
39
  type: :development
40
40
  prerelease: false
41
41
  version_requirements: !ruby/object:Gem::Requirement
42
42
  requirements:
43
- - - ">="
43
+ - - "~>"
44
44
  - !ruby/object:Gem::Version
45
- version: '0'
45
+ version: '1.2'
46
46
  - !ruby/object:Gem::Dependency
47
47
  name: publishing_platform_rubocop
48
48
  requirement: !ruby/object:Gem::Requirement
49
49
  requirements:
50
- - - ">="
50
+ - - "~>"
51
51
  - !ruby/object:Gem::Version
52
- version: '0'
52
+ version: '0.2'
53
53
  type: :development
54
54
  prerelease: false
55
55
  version_requirements: !ruby/object:Gem::Requirement
56
56
  requirements:
57
- - - ">="
57
+ - - "~>"
58
58
  - !ruby/object:Gem::Version
59
- version: '0'
59
+ version: '0.2'
60
60
  - !ruby/object:Gem::Dependency
61
61
  name: simplecov
62
62
  requirement: !ruby/object:Gem::Requirement
63
63
  requirements:
64
- - - ">="
64
+ - - "~>"
65
65
  - !ruby/object:Gem::Version
66
- version: '0'
66
+ version: '0.22'
67
67
  type: :development
68
68
  prerelease: false
69
69
  version_requirements: !ruby/object:Gem::Requirement
70
70
  requirements:
71
- - - ">="
71
+ - - "~>"
72
72
  - !ruby/object:Gem::Version
73
- version: '0'
73
+ version: '0.22'
74
74
  description: Gem to work with the Publishing Platform content schemas
75
75
  executables: []
76
76
  extensions: []
@@ -78,8 +78,10 @@ extra_rdoc_files: []
78
78
  files:
79
79
  - ".github/dependabot.yml"
80
80
  - ".github/workflows/actionlint.yml"
81
+ - ".github/workflows/autorelease.yml"
81
82
  - ".github/workflows/ci.yml"
82
83
  - ".gitignore"
84
+ - ".publishing_platform_dependabot_merger.yml"
83
85
  - ".rspec"
84
86
  - ".rubocop.yml"
85
87
  - ".ruby-version"
@@ -113,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
115
  - !ruby/object:Gem::Version
114
116
  version: '0'
115
117
  requirements: []
116
- rubygems_version: 4.0.9
118
+ rubygems_version: 4.0.10
117
119
  specification_version: 4
118
120
  summary: Gem to work with the Publishing Platform content schemas
119
121
  test_files: []