govuk_template 0.4.0 → 0.4.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.
- data/README.md +1 -1
- data/app/views/layouts/govuk_template.html.erb +1 -1
- data/lib/govuk_template/version.rb +1 -1
- metadata +4 -4
data/README.md
CHANGED
|
@@ -95,4 +95,4 @@ This will then create a navigation block which is shown on desktop sized devices
|
|
|
95
95
|
|
|
96
96
|
## Contributing
|
|
97
97
|
|
|
98
|
-
Please follow the [contribution guidelines](https://github.com/alphagov/govuk_template/CONTRIBUTING.md).
|
|
98
|
+
Please follow the [contribution guidelines](https://github.com/alphagov/govuk_template/blob/master/CONTRIBUTING.md).
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
</div>
|
|
111
111
|
|
|
112
112
|
<div class="copyright">
|
|
113
|
-
<a href="http://www.nationalarchives.gov.uk/information-management/our-services/crown-copyright.htm">© Crown
|
|
113
|
+
<a href="http://www.nationalarchives.gov.uk/information-management/our-services/crown-copyright.htm">© Crown copyright</a>
|
|
114
114
|
</div>
|
|
115
115
|
</div>
|
|
116
116
|
</div>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: govuk_template
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-01-
|
|
12
|
+
date: 2014-01-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -189,7 +189,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
189
189
|
version: '0'
|
|
190
190
|
segments:
|
|
191
191
|
- 0
|
|
192
|
-
hash:
|
|
192
|
+
hash: -3808021327500782869
|
|
193
193
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
194
194
|
none: false
|
|
195
195
|
requirements:
|
|
@@ -198,7 +198,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
198
198
|
version: '0'
|
|
199
199
|
segments:
|
|
200
200
|
- 0
|
|
201
|
-
hash:
|
|
201
|
+
hash: -3808021327500782869
|
|
202
202
|
requirements: []
|
|
203
203
|
rubyforge_project:
|
|
204
204
|
rubygems_version: 1.8.23
|