govuk_document_types 0.1.9 → 0.1.10

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
  SHA1:
3
- metadata.gz: d5a57f755ee5a15def3df0a149b50d6a857be66e
4
- data.tar.gz: e5013c1a3ec76ae565b2eaee65a7e29330936a12
3
+ metadata.gz: da9bb08ba34061d74c93de08a2c23ff63b880852
4
+ data.tar.gz: aa7ed4d14c32d035fadacc750fb1ba59a2c1197c
5
5
  SHA512:
6
- metadata.gz: 7952ab24321e5057e815479473ff8541ce63534607210a0879e67578db0f216767fec3f6d660c3f2e4009909a5dafe0aa3473e44f2b01fcf2b0bb76ac55f778d
7
- data.tar.gz: bfa9fb0e9bfca6f6a9c8bbb88b8d7d58dc554558737139ddec04aefc6250a0c8e68ec8fca76a996963e3b50d6d071085f172e4af44af336c92eebb111a1a1194
6
+ metadata.gz: 78e3796c8f3de7b74553af09f826379249adb7b7ab3728de64ad2dd90107163704fc2e00e88d4146896da2a0ab49f94edd96695fad7c33aa1534b7bbcc3d00b1
7
+ data.tar.gz: 87a7657fb82f983637f3a46abaa1e3fa79f57c3f3d6e8ad514e92ab7e39c8f8c6ac0f3946025cd94ad8c6ed19fdbd92a9cf38cd785d57cb32f1573db7df2a5bd
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ # 0.1.10
2
+
3
+ * Add calendar document type to search_user_need_document_supertype
4
+ * Add calendar document type to navigation_document_supertype
5
+
1
6
  # 0.1.9
2
7
 
3
8
  * Add search_user_need_document_supertype for boosting search results for certain document types
data/data/supertypes.yml CHANGED
@@ -6,6 +6,7 @@ navigation_document_supertype:
6
6
  - id: guidance
7
7
  document_types:
8
8
  - answer
9
+ - calendar
9
10
  - contact
10
11
  - detailed_guide
11
12
  - document_collection
@@ -59,6 +60,7 @@ search_user_need_document_supertype:
59
60
  - id: core
60
61
  document_types:
61
62
  - answer
63
+ - calendar
62
64
  - guide
63
65
  - local_transaction
64
66
  - place
@@ -1,3 +1,3 @@
1
1
  module GovukDocumentTypes
2
- VERSION = "0.1.9".freeze
2
+ VERSION = "0.1.10".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.1.9
4
+ version: 0.1.10
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-01 00:00:00.000000000 Z
11
+ date: 2017-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake