govuk_template 0.21.0 → 0.22.0

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: 5a87931b533830ee6c02c8ce5fb9ff00901c8251
4
- data.tar.gz: 722158638fefa8839e472e5dfb86f6fab9441793
3
+ metadata.gz: 8482d584eb17505df0db4f5e348c23143f0338fb
4
+ data.tar.gz: f44e528e8b5532791df4ee82e42d88326cca6a6f
5
5
  SHA512:
6
- metadata.gz: b554aeebcf36e47fc4521c37b0fe815e3fa5eeeb81ea0636d0a4aa68c3f44095f343223de845b2bcbb175819a983f8e39c297bb94a4ff850e9317600f21e68b1
7
- data.tar.gz: 5844cfa3cf16ca12c059559c190d3e4860b2908f924fd7e3151c95f93cbfa3e6faa8eca57028cae41ab04988974d2f3b3f516c2dbdc8d17fec1cbc8a4ee0f4f3
6
+ metadata.gz: a55082b7726adee9ecd619c1251fc55338190cd7b8d878e4d1da4963f89d14d7f14e76602b8dc325f7d845cc0ab01aea6a58d1c6b15d85a1e1f42cae42fc3396
7
+ data.tar.gz: bd245c2fd6d9bae3e40b7a985b09786fe279ad155c47bd8e4b43acdca6866ef70084a63caa9c2a92683f9a43c7b61896776975ded1e7ce7d83cb00e45bd3f22b
@@ -6,16 +6,15 @@
6
6
  <meta charset="utf-8" />
7
7
  <title><%= content_for?(:page_title) ? yield(:page_title) : "GOV.UK - The best place to find government services and information" %></title>
8
8
 
9
- <!--[if gt IE 8]><!--><%= stylesheet_link_tag "govuk-template.css", integrity: true, crossorigin: "anonymous" %><!--<![endif]-->
9
+ <!--[if gt IE 8]><!--><link href="<%= asset_path "govuk-template.css" %>" media="screen" rel="stylesheet" /><!--<![endif]-->
10
10
  <!--[if IE 6]><link href="<%= asset_path "govuk-template-ie6.css" %>" media="screen" rel="stylesheet" /><![endif]-->
11
11
  <!--[if IE 7]><link href="<%= asset_path "govuk-template-ie7.css" %>" media="screen" rel="stylesheet" /><![endif]-->
12
12
  <!--[if IE 8]><link href="<%= asset_path "govuk-template-ie8.css" %>" media="screen" rel="stylesheet" /><![endif]-->
13
- <%= stylesheet_link_tag "govuk-template-print.css", media: "print", integrity: true, crossorigin: "anonymous" %>
13
+ <link href="<%= asset_path "govuk-template-print.css" %>" media="print" rel="stylesheet" />
14
14
 
15
15
  <!--[if IE 8]><link href="<%= asset_path "fonts-ie8.css" %>" media="all" rel="stylesheet" /><![endif]-->
16
- <!--[if gte IE 9]><!--><%= stylesheet_link_tag "fonts.css", media: "all", integrity: true, crossorigin: "anonymous" %><!--<![endif]-->
17
- <!--[if gte IE 9]><!--><%= stylesheet_link_tag "fonts.css", media: "all", integrity: true, crossorigin: "anonymous" %><!--<![endif]-->
18
- <!--[if lt IE 9]><%= javascript_include_tag "ie.js", integrity: true, crossorigin: "anonymous" %><![endif]-->
16
+ <!--[if gte IE 9]><!--><link href="<%= asset_path "fonts.css" %>" media="all" rel="stylesheet" /><!--<![endif]-->
17
+ <!--[if lt IE 9]><script src="<%= asset_path "ie.js" %>"></script><![endif]-->
19
18
 
20
19
  <link rel="shortcut icon" href="<%= asset_path 'favicon.ico' %>" type="image/x-icon" />
21
20
  <%# the colour used for mask-icon is the standard palette $black from
@@ -7,10 +7,10 @@ module GovukTemplate
7
7
  fonts*.css
8
8
  govuk-template.js
9
9
  ie.js
10
- apple-touch-icon-120x120.png
10
+ apple-touch-icon-180x180.png
11
+ apple-touch-icon-167x167.png
11
12
  apple-touch-icon-152x152.png
12
- apple-touch-icon-60x60.png
13
- apple-touch-icon-76x76.png
13
+ apple-touch-icon.png
14
14
  gov.uk_logotype_crown_invert.png
15
15
  gov.uk_logotype_crown_invert_trans.png
16
16
  gov.uk_logotype_crown.svg
@@ -1,3 +1,3 @@
1
1
  module GovukTemplate
2
- VERSION = "0.21.0"
2
+ VERSION = "0.22.0"
3
3
  end
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.21.0
4
+ version: 0.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Tomlins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-15 00:00:00.000000000 Z
11
+ date: 2017-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails