govuk_template 0.24.0 → 0.24.1
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/app/views/layouts/govuk_template.html.erb +1 -1
- data/lib/govuk_template/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 28052812cd3a2811bc627b703132c548c0fc9239847123baecbca6ea96ffcc0a
|
|
4
|
+
data.tar.gz: 876c58445f59d7a0157534befedc09a1eba352009f5be291e654d2d1e75fa547
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea924b45df0a21ba02caa20dc4cd2519bc1e0f162ac239c069bd0f62712fed05ed60f5666e2f574bf12d40d0426d54644d554c68f3c40d96bbae88e0ac8e2c9f
|
|
7
|
+
data.tar.gz: f7fde02ddf2f42cdc3a085b51f3d6eac1b5588fa6aca2ba5f94d1b04b5fc2bd1aa942e0f5c558c6f216956c72726ecae44045e8b1df2121f93019b89c00a5cd6
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
</div>
|
|
98
98
|
|
|
99
99
|
<div class="copyright">
|
|
100
|
-
<a href="https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/
|
|
100
|
+
<a href="https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/"><%= content_for?(:crown_copyright_message) ? yield(:crown_copyright_message) : "© Crown copyright" %></a>
|
|
101
101
|
</div>
|
|
102
102
|
</div>
|
|
103
103
|
</div>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: govuk_template
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.24.
|
|
4
|
+
version: 0.24.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- GOV.UK Dev
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-06-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -166,7 +166,7 @@ dependencies:
|
|
|
166
166
|
version: '0'
|
|
167
167
|
description: Rails engine supplying the GOV.UK header/footer template
|
|
168
168
|
email:
|
|
169
|
-
-
|
|
169
|
+
- govuk-dev@digital.cabinet-office.gov.uk
|
|
170
170
|
executables: []
|
|
171
171
|
extensions: []
|
|
172
172
|
extra_rdoc_files: []
|
|
@@ -234,7 +234,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
234
234
|
version: '0'
|
|
235
235
|
requirements: []
|
|
236
236
|
rubyforge_project:
|
|
237
|
-
rubygems_version: 2.7.
|
|
237
|
+
rubygems_version: 2.7.7
|
|
238
238
|
signing_key:
|
|
239
239
|
specification_version: 4
|
|
240
240
|
summary: Rails engine supplying the GOV.UK header/footer template
|