brighter_planet_layout 0.2.38 → 0.2.39
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/VERSION +1 -1
- data/app/views/layouts/_footer.html.erb +1 -1
- data/app/views/layouts/_header.html.erb +1 -1
- data/brighter_planet_layout.gemspec +2 -2
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.39
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
<p>Real-time, scalable web services to enhance your business applications. <%= link_to_homesite 'Learn more', 'middleware' %></p>
|
|
28
28
|
</div>
|
|
29
29
|
<ul class="links">
|
|
30
|
+
<li><%= link_to_homesite 'Information for executives', 'tour' %> Industry solutions and case studies</li>
|
|
30
31
|
<li><%= link_to 'Information for developers', 'http://brighterplanet.github.com' %> Documentation, code samples, and libraries</li>
|
|
31
|
-
<li><%= link_to_homesite 'Information for executives', 'products' %> Industry solutions and case studies</li>
|
|
32
32
|
</ul>
|
|
33
33
|
</div>
|
|
34
34
|
<div id="applications">
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<ul>
|
|
4
4
|
<li><%= link_to_homesite 'Home' %></li>
|
|
5
5
|
<li><%= link_to_homesite 'About us', 'about' %></li>
|
|
6
|
-
<li><%= link_to_homesite '
|
|
6
|
+
<li><%= link_to_homesite 'Tour', 'tour' %></li>
|
|
7
7
|
<li><%= link_to 'Developers', 'http://brighterplanet.github.com' %></li>
|
|
8
8
|
<li><%= link_to 'Blog', 'http://numbers.brighterplanet.com/' %></li>
|
|
9
9
|
</ul>
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{brighter_planet_layout}
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.39"
|
|
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", "Seamus Abshere"]
|
|
12
|
-
s.date = %q{2010-
|
|
12
|
+
s.date = %q{2010-10-06}
|
|
13
13
|
s.description = %q{Layouts, partials, stylesheets, and images}
|
|
14
14
|
s.email = %q{andy@rossmeissl.net}
|
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 2
|
|
8
|
-
-
|
|
9
|
-
version: 0.2.
|
|
8
|
+
- 39
|
|
9
|
+
version: 0.2.39
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Andy Rossmeissl
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-
|
|
18
|
+
date: 2010-10-06 00:00:00 -04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|