govuk_document_types 0.9.1 → 0.9.2
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/CHANGELOG.md +4 -0
- data/data/supertypes.yml +2 -2
- data/lib/govuk_document_types/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 39f5acc1dde296737a01e44890c3ad422ab8a57c62bf7e47354a6879d7346d38
|
4
|
+
data.tar.gz: 602fb710c95c85813fa6de08ef43b894e5db0dd647254545d3cba1b66855f2be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63405208ddcbf47b6a3afeacce58ecb60de23b94231b49a500f9d27d16aa995d83796d15614136f329f04b3304b6fbfd0bfddf439e6e2b1604cfa91c1e155ea6
|
7
|
+
data.tar.gz: e7415f9d02c248fb5aaf35caa16ce8116361bb305b40771c135780980b6fcc6db7add7a1df3668719e52c27a38cc8345a39cbf67e047de67133bef9d97bbc572
|
data/CHANGELOG.md
CHANGED
data/data/supertypes.yml
CHANGED
@@ -388,6 +388,7 @@ content_purpose_subgroup:
|
|
388
388
|
- drug_safety_update
|
389
389
|
- id: news
|
390
390
|
document_types:
|
391
|
+
- case_study
|
391
392
|
- news_article
|
392
393
|
- news_story
|
393
394
|
- press_release
|
@@ -453,7 +454,6 @@ content_purpose_subgroup:
|
|
453
454
|
- id: policy
|
454
455
|
document_types:
|
455
456
|
- impact_assessment
|
456
|
-
- case_study
|
457
457
|
- policy_paper
|
458
458
|
- id: consultations
|
459
459
|
document_types:
|
@@ -516,6 +516,7 @@ content_purpose_supergroup:
|
|
516
516
|
- correspondence
|
517
517
|
- speech
|
518
518
|
- government_response
|
519
|
+
- case_study
|
519
520
|
- id: services
|
520
521
|
document_types:
|
521
522
|
- completed_transaction
|
@@ -553,7 +554,6 @@ content_purpose_supergroup:
|
|
553
554
|
- id: policy_and_engagement
|
554
555
|
document_types:
|
555
556
|
- impact_assessment
|
556
|
-
- case_study
|
557
557
|
- policy_paper
|
558
558
|
- open_consultation
|
559
559
|
- closed_consultation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: govuk_document_types
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GOV.UK Dev
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-07-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|