govuk_schemas 6.2.0 → 6.2.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 +4 -4
- data/.github/dependabot.yml +10 -0
- data/.github/workflows/actionlint.yml +1 -1
- data/.github/workflows/ci.yml +2 -2
- data/CHANGELOG.md +4 -0
- data/govuk_schemas.gemspec +1 -1
- data/lib/govuk_schemas/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fcb3ea9274509fd37054665c393f2a5029703d810bb8822461394290301ec9a6
|
|
4
|
+
data.tar.gz: 4776b52110c36855154faa6c6b29325642ec3891c6730697b5ee262d0d5a1b48
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3de68f5d7ba8b17b9ec4631f0fb8aee6be146512dacceac179dba51c8bf29c0da181a317cae7b70d9846dae819c296f545044fa0c65a863c95d9db0b40bda60f
|
|
7
|
+
data.tar.gz: 61526455f5ebf8abce5fcfd25d83bba868874f885f8b10206a9a8ed743fb8271fe66ac1cc8076740abe380b33602490c3b0d557cb1b36c49451f891bc30453dc
|
data/.github/workflows/ci.yml
CHANGED
|
@@ -31,11 +31,11 @@ jobs:
|
|
|
31
31
|
ruby: [3.2, 3.3, 3.4]
|
|
32
32
|
runs-on: ubuntu-latest
|
|
33
33
|
steps:
|
|
34
|
-
- uses: actions/checkout@
|
|
34
|
+
- uses: actions/checkout@v6
|
|
35
35
|
with:
|
|
36
36
|
ref: ${{ inputs.ref || github.ref }}
|
|
37
37
|
- name: Clone content-schemas
|
|
38
|
-
uses: actions/checkout@
|
|
38
|
+
uses: actions/checkout@v6
|
|
39
39
|
with:
|
|
40
40
|
repository: alphagov/publishing-api
|
|
41
41
|
ref: main
|
data/CHANGELOG.md
CHANGED
data/govuk_schemas.gemspec
CHANGED
|
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
|
|
|
19
19
|
spec.require_paths = %w[lib]
|
|
20
20
|
|
|
21
21
|
# This should be kept in sync with the json-schema version of publishing-api.
|
|
22
|
-
spec.add_dependency "json-schema", ">= 2.8", "< 6.
|
|
22
|
+
spec.add_dependency "json-schema", ">= 2.8", "< 6.2"
|
|
23
23
|
|
|
24
24
|
spec.add_development_dependency "climate_control"
|
|
25
25
|
spec.add_development_dependency "pry-byebug"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: govuk_schemas
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.2.
|
|
4
|
+
version: 6.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GOV.UK Dev
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '2.8'
|
|
19
19
|
- - "<"
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: '6.
|
|
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.
|
|
31
|
+
version: '6.2'
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: climate_control
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -106,6 +106,7 @@ executables: []
|
|
|
106
106
|
extensions: []
|
|
107
107
|
extra_rdoc_files: []
|
|
108
108
|
files:
|
|
109
|
+
- ".github/dependabot.yml"
|
|
109
110
|
- ".github/workflows/actionlint.yml"
|
|
110
111
|
- ".github/workflows/autorelease.yml"
|
|
111
112
|
- ".github/workflows/ci.yml"
|
|
@@ -152,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
152
153
|
- !ruby/object:Gem::Version
|
|
153
154
|
version: '0'
|
|
154
155
|
requirements: []
|
|
155
|
-
rubygems_version:
|
|
156
|
+
rubygems_version: 4.0.4
|
|
156
157
|
specification_version: 4
|
|
157
158
|
summary: Gem to generate test data based on GOV.UK content schemas
|
|
158
159
|
test_files: []
|