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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fdc53275544b5c4bb4d790621c9e925af6410a748c42385faf08782358780ee1
4
- data.tar.gz: 0a4cbc40a74aea0c8d16936aa1b4da56ebc6721d70a7fe5b214cd5517a1938ba
3
+ metadata.gz: 39f5acc1dde296737a01e44890c3ad422ab8a57c62bf7e47354a6879d7346d38
4
+ data.tar.gz: 602fb710c95c85813fa6de08ef43b894e5db0dd647254545d3cba1b66855f2be
5
5
  SHA512:
6
- metadata.gz: a0432c2a813cc575aae6e5be273884ba88618f6fd74e1bbd92377141effddcdbf4f48573309671afbe126b8d8b46be243c687cec84e3e8f19bd6cc60ff3cbb48
7
- data.tar.gz: c24d17736456dd9a9050cb632e1aced1228f9fbc86aece00567c7d985cbeb8b7f9b70657d80c62902c290ddf50b218b6d590ce2a18573c1e2d8db80229517565
6
+ metadata.gz: 63405208ddcbf47b6a3afeacce58ecb60de23b94231b49a500f9d27d16aa995d83796d15614136f329f04b3304b6fbfd0bfddf439e6e2b1604cfa91c1e155ea6
7
+ data.tar.gz: e7415f9d02c248fb5aaf35caa16ce8116361bb305b40771c135780980b6fcc6db7add7a1df3668719e52c27a38cc8345a39cbf67e047de67133bef9d97bbc572
@@ -1,3 +1,7 @@
1
+ # 0.9.2
2
+
3
+ * Moved `case_study` from policy papers and consultations to news and comms.
4
+
1
5
  # 0.9.1
2
6
 
3
7
  * Removed `contact` from the guidance group.
@@ -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
@@ -1,3 +1,3 @@
1
1
  module GovukDocumentTypes
2
- VERSION = "0.9.1".freeze
2
+ VERSION = "0.9.2".freeze
3
3
  end
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.1
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-06-07 00:00:00.000000000 Z
11
+ date: 2019-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake