govuk_document_types 0.1.2 → 0.1.3
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 +5 -1
- data/data/supertypes.yml +0 -1
- data/lib/govuk_document_types/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 84a39f79544cda6c0ab1a464b8d1b3f0a475a005
|
|
4
|
+
data.tar.gz: decac97a42a4080f866a953bad303874cec0f038
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e261cde9bfce9856e619e4fbc94fc184c1de7eaa28069c4191c1b40a6406a68334be6bd5ffcbe8d36ad6dd19a6d4436637007881225e9a154856f3c4e440e71e
|
|
7
|
+
data.tar.gz: 277470579d6d53604b6074e6ba5a0413c5b6efb950fd8073956be1e97266531e0d3691c1c43ca33ebe334d744c8b34b91df5d666785306872f7b9f35bb0a4ffb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
|
+
# 0.1.3
|
|
2
|
+
|
|
3
|
+
* Remove `notice` from list of guidance document types
|
|
4
|
+
|
|
1
5
|
# 0.1.2
|
|
2
6
|
|
|
3
7
|
* Allow users to specify a default group
|
|
4
8
|
* Add a "user journey" supertype to indicate whether a page is "finding" or "thing"
|
|
5
|
-
* Add names & descriptions to the supertypes
|
|
9
|
+
* Add names & descriptions to the supertypes
|
|
6
10
|
|
|
7
11
|
# 0.1.1
|
|
8
12
|
|
data/data/supertypes.yml
CHANGED
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.3
|
|
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-03-
|
|
11
|
+
date: 2017-03-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|