moj_template 0.11.0 → 0.11.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.
@@ -53,7 +53,10 @@
53
53
  <meta name="viewport" content="width=device-width, initial-scale=1">
54
54
  <meta property="og:image" content="<%= asset_path "opengraph-image.png" %>">
55
55
 
56
- <link href="<%= asset_path "moj-template.css" %>" media="screen" rel="stylesheet" type="text/css" />
56
+ <!--[if gt IE 8]><!--><link href="<%= asset_path "moj-template.css" %>" media="screen" rel="stylesheet" type="text/css" /><!--<![endif]-->
57
+ <!--[if IE 6]><link href="<%= asset_path "moj-template-ie6.css" %>" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
58
+ <!--[if IE 7]><link href="<%= asset_path "moj-template-ie7.css" %>" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
59
+ <!--[if IE 8]><link href="<%= asset_path "moj-template-ie8.css" %>" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
57
60
 
58
61
  <%= yield :stylesheets %>
59
62
  <%= yield :head %>
@@ -8,7 +8,7 @@ module MojTemplate
8
8
  ie.js
9
9
  vendor/goog/webfont-debug.js
10
10
 
11
- moj-template.css
11
+ moj-template*.css
12
12
  moj.js
13
13
  vendor/jquery/jquery-1.11.0.min.js
14
14
  )
@@ -1,3 +1,3 @@
1
1
  module MojTemplate
2
- VERSION = "0.11.0"
2
+ VERSION = "0.11.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moj_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dom Smith
@@ -152,6 +152,8 @@ files:
152
152
  - app/assets/stylesheets/fonts/NTA-Bold-20130221.eot
153
153
  - app/assets/stylesheets/fonts/NTATabularNumbers-Light.eot
154
154
  - app/assets/stylesheets/fonts/NTA-Bold-20130221.woff
155
+ - app/assets/stylesheets/moj-template-ie8.css.erb
156
+ - app/assets/stylesheets/moj-template-ie7.css.erb
155
157
  - app/assets/stylesheets/images/open-government-licence.png
156
158
  - app/assets/stylesheets/images/govuk-crest-2x.png
157
159
  - app/assets/stylesheets/images/govuk-crest.png
@@ -169,6 +171,7 @@ files:
169
171
  - app/assets/stylesheets/govuk-template.css.erb
170
172
  - app/assets/stylesheets/govuk-template-ie7.css.erb
171
173
  - app/assets/stylesheets/moj-template.css.erb
174
+ - app/assets/stylesheets/moj-template-ie6.css.erb
172
175
  - app/assets/stylesheets/fonts-ie8.css.erb
173
176
  - app/assets/stylesheets/fonts.css.erb
174
177
  - app/assets/stylesheets/govuk-template-print.css.erb