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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2db3d7d1d6a7c3adab93331ed8c258c66a957087
4
- data.tar.gz: cd3d636494435645b78a9a0fd73783e216952d33
3
+ metadata.gz: 2d3af9aed9d6ff7994ee40e51deabcebcca6e5d8
4
+ data.tar.gz: fe148d8ea57f05f1b7d4b668fcada1971fa8e3eb
5
5
  SHA512:
6
- metadata.gz: 61b658b442e3b405fee966043c8ae21e8be066fb70402080d8d03a9e4aa2392b56cda9769dd66620c2aba00964e3afcdf7a117d11985d5b3cf367ef922aa2190
7
- data.tar.gz: 2f0ce0eebc900c0ffe2bde644073f308a91e7cfb5dc265520c34d3396f726ed3aec61dd894e6e92c85a6294e5a4af0c4613fb62b2d6ddb505651f07a9d559694
6
+ metadata.gz: a11383d6b6d5098fb0d6fc04ee19c3fd74d6dacbe4d3eb0bc61390d1796e5a866d87bcb9e53b1a4d8f4ecb3454d93c61256100f5f05d5f3a9a9626dc37a40cb5
7
+ data.tar.gz: 6f6c9fcbe4525aceb150823073f80496c4b30a3da32d3beee4585e587d39da0d3dd2764a936d7a15fa5cff8f242feb4807cd6835bb2690f2db1185c061e6bec6
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ # 0.1.6
2
+
3
+ * Move all consultation document types under the same email_document_supertype
4
+ to resolve a problem with subscriber lists we've never emailed from Whitehall
5
+
1
6
  # 0.1.5
2
7
 
3
8
  * Add email_document_supertype > announcements > world_news_story to fix some
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
@@ -1,3 +1,3 @@
1
1
  module GovukDocumentTypes
2
- VERSION = "0.1.5".freeze
2
+ VERSION = "0.1.6".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_document_types
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev