brighter_planet_layout 0.3.5 → 0.3.6

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.
@@ -8,10 +8,6 @@
8
8
  <%= stylesheet_link_tag 'fonts' %>
9
9
  <%= stylesheet_link_tag brighter_planet_layout_cdn_url("/stylesheets/brighter_planet.css") %>
10
10
  <%= stylesheet_link_tag brighter_planet_layout_cdn_url("/stylesheets/idle.css") %>
11
- <!--[if IE]>
12
- <%= stylesheet_link_tag 'brighter_planet' %>
13
- <%= stylesheet_link_tag 'idle.css' %>
14
- <![endif]-->
15
11
  <% if File.exist? File.join(::BrighterPlanetLayout.rails_root, 'public', 'stylesheets', 'application.css') %>
16
12
  <%= stylesheet_link_tag "application" %>
17
13
  <% end %>
@@ -1,3 +1,3 @@
1
1
  module BrighterPlanetLayout
2
- VERSION = '0.3.5'
2
+ VERSION = '0.3.6'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brighter_planet_layout
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 5
10
- version: 0.3.5
9
+ - 6
10
+ version: 0.3.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andy Rossmeissl