govuk_document_types 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/data/supertypes.yml +0 -4
- data/lib/govuk_document_types/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d3af9aed9d6ff7994ee40e51deabcebcca6e5d8
|
4
|
+
data.tar.gz: fe148d8ea57f05f1b7d4b668fcada1971fa8e3eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a11383d6b6d5098fb0d6fc04ee19c3fd74d6dacbe4d3eb0bc61390d1796e5a866d87bcb9e53b1a4d8f4ecb3454d93c61256100f5f05d5f3a9a9626dc37a40cb5
|
7
|
+
data.tar.gz: 6f6c9fcbe4525aceb150823073f80496c4b30a3da32d3beee4585e587d39da0d3dd2764a936d7a15fa5cff8f242feb4807cd6835bb2690f2db1185c061e6bec6
|
data/CHANGELOG.md
CHANGED
data/data/supertypes.yml
CHANGED
@@ -102,11 +102,7 @@ government_document_supertype:
|
|
102
102
|
- id: consultations
|
103
103
|
document_types:
|
104
104
|
- consultation
|
105
|
-
- id: open-consultations
|
106
|
-
document_types:
|
107
105
|
- open_consultation
|
108
|
-
- id: closed-consultations
|
109
|
-
document_types:
|
110
106
|
- consultation_outcome
|
111
107
|
- closed_consultation
|
112
108
|
- id: policy-papers
|