brighter_planet_layout 0.2.19 → 0.2.20

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.19
1
+ 0.2.20
@@ -22,7 +22,7 @@
22
22
  <div id="middleware">
23
23
  <div class="main">
24
24
  <h3>Carbon Middleware</h3>
25
- <p>Real-time, scalable web services to enhance your business applications. <%= link_to 'Learn more', 'http://brighterplanet.com/products/carbon_middleware' %></p>
25
+ <p>Real-time, scalable web services to enhance your business applications. <%= link_to 'Learn more', 'http://brighterplanet.com/middleware' %></p>
26
26
  </div>
27
27
  <ul class="links">
28
28
  <li><%= link_to 'Brighter Planet Visa credit and debit cards', 'http://brighterplanet.com/cards' %> powered by Carbon Middleware technology</li>
@@ -30,7 +30,7 @@
30
30
  </ul>
31
31
  </div>
32
32
  <div id="status">
33
- <p><%= link_to 'Details', '#FIXME' %></p>
33
+ <p><%= link_to 'Details', 'http://twitter.com/brighterplanet' %></p>
34
34
  <h3>Service status</h3>
35
35
  <dl>
36
36
  <dt>Emission estimates</dt>
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{brighter_planet_layout}
8
- s.version = "0.2.19"
8
+ s.version = "0.2.20"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Andy Rossmeissl"]
@@ -3,7 +3,8 @@ if defined? ::Rails and ::Rails::VERSION::MAJOR == 2
3
3
  require ::BrighterPlanetLayout.helper_file
4
4
  ::Rails.configuration.to_prepare do
5
5
  ::ApplicationController.helper ::BrighterPlanetHelper
6
- ::ApplicationController.layout 'brighter_planet'
6
+ # sabshere 7/29/10 this makes it impossible to apply selectively
7
+ # ::ApplicationController.layout 'brighter_planet'
7
8
  # sabshere 7/29/10 the view path appears to be magically appended
8
9
  # ::ApplicationController.append_view_path ::BrighterPlanetLayout.view_path
9
10
  end
@@ -714,7 +714,7 @@ p.flash.error:before {
714
714
 
715
715
  #footer #map #elsewhere {
716
716
  float: left;
717
- width: 320px;
717
+ width: 300px;
718
718
  margin: 25px 0 0;
719
719
  color: silver;
720
720
  }
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 19
9
- version: 0.2.19
8
+ - 20
9
+ version: 0.2.20
10
10
  platform: ruby
11
11
  authors:
12
12
  - Andy Rossmeissl