brighter_planet_layout 0.2.12 → 0.2.13

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.12
1
+ 0.2.13
@@ -2,9 +2,10 @@
2
2
  <h1><span>Brighter Planet</span></h1>
3
3
  <ul>
4
4
  <li><%= link_to 'Home', 'http://brighterplanet.com' %></li>
5
+ <li><%= link_to 'Products', 'http://brighterplanet.com/products' %></li>
5
6
  <li><%= link_to 'About us', 'http://brighterplanet.com/about' %></li>
6
- <li><%= link_to 'Blog', 'http://blog.brighterplanet.com/' %></li>
7
- <li><%= link_to 'Dev hub', 'http://brighterplanet.com' %></li>
7
+ <li><%= link_to 'Blog', 'http://numbers.brighterplanet.com/' %></li>
8
+ <li><%= link_to 'Dev hub', 'http://brighterplanet.github.com' %></li>
8
9
  </ul>
9
10
  </div>
10
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.12"
8
+ s.version = "0.2.13"
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
- - 12
9
- version: 0.2.12
8
+ - 13
9
+ version: 0.2.13
10
10
  platform: ruby
11
11
  authors:
12
12
  - Andy Rossmeissl