brighter_planet_layout 0.3.6 → 0.3.7

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/.document CHANGED
@@ -1,5 +1,5 @@
1
- README.rdoc
2
- lib/**/*.rb
3
- bin/*
4
- features/**/*.feature
5
- LICENSE
1
+ README.rdoc
2
+ lib/**/*.rb
3
+ bin/*
4
+ features/**/*.feature
5
+ LICENSE
@@ -8,6 +8,10 @@
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 "/stylesheets/brighter_planet.css" %>
13
+ <%= stylesheet_link_tag "/stylesheets/idle.css" %>
14
+ <![endif]-->
11
15
  <% if File.exist? File.join(::BrighterPlanetLayout.rails_root, 'public', 'stylesheets', 'application.css') %>
12
16
  <%= stylesheet_link_tag "application" %>
13
17
  <% end %>
@@ -1,3 +1,3 @@
1
1
  module BrighterPlanetLayout
2
- VERSION = '0.3.6'
2
+ VERSION = '0.3.7'
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: 31
5
- prerelease:
4
+ hash: 29
5
+ prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 6
10
- version: 0.3.6
9
+ - 7
10
+ version: 0.3.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andy Rossmeissl
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-03-11 00:00:00 -06:00
19
+ date: 2011-03-17 00:00:00 -04:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -148,6 +148,7 @@ files:
148
148
  - public/stylesheets/images/patti.jpg
149
149
  - public/stylesheets/images/prism.png
150
150
  - public/stylesheets/images/radiant_earth-small.png
151
+ - public/stylesheets/images/radiant_earth-smaller.png
151
152
  - public/stylesheets/images/robbie.jpg
152
153
  - public/stylesheets/images/seamus.jpg
153
154
  - rails/init.rb
@@ -183,10 +184,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
184
  requirements: []
184
185
 
185
186
  rubyforge_project: brighter_planet_layout
186
- rubygems_version: 1.6.2
187
+ rubygems_version: 1.3.7
187
188
  signing_key:
188
189
  specification_version: 3
189
190
  summary: Layout assets for Brighter Planet sites
190
- test_files:
191
- - test/helper.rb
192
- - test/test_brighter_planet_layout.rb
191
+ test_files: []
192
+