govuk_document_types 0.1.8 → 0.1.9
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 +16 -0
- data/lib/govuk_document_types/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d5a57f755ee5a15def3df0a149b50d6a857be66e
|
|
4
|
+
data.tar.gz: e5013c1a3ec76ae565b2eaee65a7e29330936a12
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7952ab24321e5057e815479473ff8541ce63534607210a0879e67578db0f216767fec3f6d660c3f2e4009909a5dafe0aa3473e44f2b01fcf2b0bb76ac55f778d
|
|
7
|
+
data.tar.gz: bfa9fb0e9bfca6f6a9c8bbb88b8d7d58dc554558737139ddec04aefc6250a0c8e68ec8fca76a996963e3b50d6d071085f172e4af44af336c92eebb111a1a1194
|
data/CHANGELOG.md
CHANGED
data/data/supertypes.yml
CHANGED
|
@@ -51,6 +51,22 @@ user_journey_document_supertype:
|
|
|
51
51
|
- topic
|
|
52
52
|
- topical_event
|
|
53
53
|
|
|
54
|
+
search_user_need_document_supertype:
|
|
55
|
+
name: "Search user need"
|
|
56
|
+
description: "Used to group documents based on user need, core for mainstream users and government for specialist users in search results"
|
|
57
|
+
default: government
|
|
58
|
+
items:
|
|
59
|
+
- id: core
|
|
60
|
+
document_types:
|
|
61
|
+
- answer
|
|
62
|
+
- guide
|
|
63
|
+
- local_transaction
|
|
64
|
+
- place
|
|
65
|
+
- simple_smart_answer
|
|
66
|
+
- smart_answer
|
|
67
|
+
- transaction
|
|
68
|
+
- travel_advice
|
|
69
|
+
|
|
54
70
|
email_document_supertype:
|
|
55
71
|
name: "Email document type"
|
|
56
72
|
description: "High level group for email subscriptions use to identify publications and announcement"
|
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.1.
|
|
4
|
+
version: 0.1.9
|
|
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: 2017-
|
|
11
|
+
date: 2017-11-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
94
94
|
version: '0'
|
|
95
95
|
requirements: []
|
|
96
96
|
rubyforge_project:
|
|
97
|
-
rubygems_version: 2.6.
|
|
97
|
+
rubygems_version: 2.6.13
|
|
98
98
|
signing_key:
|
|
99
99
|
specification_version: 4
|
|
100
100
|
summary: Gem to share document type groupings
|