brighter_planet_layout 0.2.21 → 0.2.22

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.21
1
+ 0.2.22
@@ -2,10 +2,10 @@
2
2
  <h1><span>Brighter Planet</span></h1>
3
3
  <ul>
4
4
  <li><%= link_to_homesite 'Home' %></li>
5
- <li><%= link_to_homesite 'Products', 'products' %></li>
6
5
  <li><%= link_to_homesite 'About us', 'about' %></li>
7
- <li><%= link_to 'Blog', 'http://numbers.brighterplanet.com/' %></li>
6
+ <li><%= link_to_homesite 'Products', 'products' %></li>
8
7
  <li><%= link_to 'Developers', 'http://brighterplanet.github.com' %></li>
8
+ <li><%= link_to 'Blog', 'http://numbers.brighterplanet.com/' %></li>
9
9
  </ul>
10
10
  </div>
11
11
 
@@ -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.21"
8
+ s.version = "0.2.22"
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"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 21
9
- version: 0.2.21
8
+ - 22
9
+ version: 0.2.22
10
10
  platform: ruby
11
11
  authors:
12
12
  - Andy Rossmeissl