govuk_tech_docs 1.8.2 → 1.8.3
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
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: ca98142d9889b9d327ef922e841aadb51dee44d44ba1e649219e7db4e1c8494d
|
4
|
+
data.tar.gz: 9ddc5532e23363a4916e5c0b90adf32e11aceb02ebdcacde6e2175476bc83116
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab412d6c77c2e49f5d7d21474fb5e16fccaf20f338d64cf1eb29d32ad58af238f9889d44b39bc799ab7639b3b319233b880508beb2e394c58b8db701d58ee245
|
7
|
+
data.tar.gz: 305c7029a492835b53775ae79d4b6e43f66319b669adc1fb7375fd0aacdaa6d1643bc1a97f7260ef89a2e172f549cb6e101b9c0a0589f626b72412101f25518a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 1.8.3
|
4
|
+
|
5
|
+
Fixes bug where search results disappear when opening results in a new tab, making it difficult to open several results in a batch (PR #86).
|
6
|
+
|
3
7
|
## 1.8.2
|
4
8
|
|
5
9
|
Adds a `show_expiry` config option to allow you to choose whether to show the review due date and expired banner from your pages. Find out more about the [page expiry and review feature][expiry].
|
@@ -9,7 +9,7 @@ $cabinet-office-websafe: #347da4;
|
|
9
9
|
$civil-service: #af292e;
|
10
10
|
$department-for-business-innovation-skills: #003479;
|
11
11
|
$department-for-business-innovation-skills-websafe: #347da4;
|
12
|
-
$department-for-communities-and-local-government: #
|
12
|
+
$department-for-communities-and-local-government: #009999;
|
13
13
|
$department-for-communities-and-local-government-websafe: #37836e;
|
14
14
|
$department-for-culture-media-sport: #d40072;
|
15
15
|
$department-for-culture-media-sport-websafe: #a03155;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: govuk_tech_docs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.8.
|
4
|
+
version: 1.8.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Government Digital Service
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -466,7 +466,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
466
466
|
version: '0'
|
467
467
|
requirements: []
|
468
468
|
rubyforge_project:
|
469
|
-
rubygems_version: 2.
|
469
|
+
rubygems_version: 2.7.7
|
470
470
|
signing_key:
|
471
471
|
specification_version: 4
|
472
472
|
summary: Gem to distribute the GOV.UK Tech Docs Template
|