brighter_planet_layout 0.2.24 → 0.2.25

Sign up to get free protection for your applications and to get access to all the features.
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
data/.gitignore CHANGED
@@ -1,21 +1,21 @@
1
- ## MAC OS
2
- .DS_Store
3
-
4
- ## TEXTMATE
5
- *.tmproj
6
- tmtags
7
-
8
- ## EMACS
9
- *~
10
- \#*
11
- .\#*
12
-
13
- ## VIM
14
- *.swp
15
-
16
- ## PROJECT::GENERAL
17
- coverage
18
- rdoc
19
- pkg
20
-
21
- ## PROJECT::SPECIFIC
1
+ ## MAC OS
2
+ .DS_Store
3
+
4
+ ## TEXTMATE
5
+ *.tmproj
6
+ tmtags
7
+
8
+ ## EMACS
9
+ *~
10
+ \#*
11
+ .\#*
12
+
13
+ ## VIM
14
+ *.swp
15
+
16
+ ## PROJECT::GENERAL
17
+ coverage
18
+ rdoc
19
+ pkg
20
+
21
+ ## PROJECT::SPECIFIC
data/LICENSE CHANGED
@@ -1,20 +1,20 @@
1
- Copyright (c) 2009 Andy Rossmeissl
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1
+ Copyright (c) 2009 Andy Rossmeissl
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.24
1
+ 0.2.25
@@ -14,7 +14,7 @@
14
14
  <% blog_post = ::BrighterPlanetLayout.latest_blog_post -%>
15
15
  <% if blog_post %>
16
16
  <div id="blog" class="<%= blog_post.author.downcase.dasherize %>">
17
- <p><%= link_to blog_post.title, blog_post.link %> by <%= blog_post.author %> <%= time_ago_in_words blog_post.updated %> ago on <%= link_to 'Safety in Numbers', 'http://numbers.brighterplanet.com' %>, our blog</p>
17
+ <p><%= link_to blog_post.title, blog_post.link %> <span>by <%= blog_post.author %> <%= time_ago_in_words blog_post.updated %> ago on <%= link_to 'Safety in Numbers', 'http://numbers.brighterplanet.com' %>, our blog</span></p>
18
18
  </div>
19
19
  <% end %>
20
20
  <% end %>
@@ -17,7 +17,7 @@
17
17
  <h1>Brighter Planet</h1>
18
18
  <p class="slogan">Carbon is everywhere</p>
19
19
  <p class="description">Enterprise-grade cloud technology for climate intelligence.</p>
20
- <p class="description"><%= link_to_homesite 'About us', 'about' %> &nbsp;&middot;&nbsp; <%= link_to 'Our blog', 'http://numbers.brighterplanet.com' %></p>
20
+ <p class="description"><%= link_to_homesite 'About us', 'about' %></p>
21
21
  </div>
22
22
  <div id="middleware">
23
23
  <div class="main">
@@ -25,11 +25,16 @@
25
25
  <p>Real-time, scalable web services to enhance your business applications. <%= link_to_homesite 'Learn more', 'middleware' %></p>
26
26
  </div>
27
27
  <ul class="links">
28
- <li><%= link_to_homesite 'Brighter Planet Visa credit and debit cards', 'cards' %> powered by Carbon Middleware technology</li>
29
- <li><%= link_to_homesite 'Carbon footprint profiles', 'sessions/new' %> powered by Carbon Middleware technology</li>
28
+ <li><%= link_to 'Information for developers', 'http://brighterplanet.github.com' %> Documentation, code samples, and libraries</li>
29
+ <li><%= link_to_homesite 'Information for executives', 'products' %> Industry solutions and case studies</li>
30
30
  </ul>
31
31
  </div>
32
32
  <div id="applications">
33
+ <h3>Live applications</h3>
34
+ <ul>
35
+ <li class="cards"><%= link_to_homesite 'Visa credit and debit cards', 'cards' %> powered by Carbon Middleware technology</li>
36
+ <li class="profiler"><%= link_to_homesite 'Carbon footprint profiles', 'sessions/new' %> powered by Carbon Middleware technology</li>
37
+ </ul>
33
38
  </div>
34
39
  <%= render :partial => 'layouts/elsewhere' %>
35
40
  </div>
@@ -1,110 +1,110 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
- # -*- encoding: utf-8 -*-
5
-
6
- Gem::Specification.new do |s|
7
- s.name = %q{brighter_planet_layout}
8
- s.version = "0.2.24"
9
-
10
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Andy Rossmeissl"]
12
- s.date = %q{2010-07-29}
13
- s.description = %q{Layouts, partials, stylesheets, and images}
14
- s.email = %q{andy@rossmeissl.net}
15
- s.extra_rdoc_files = [
16
- "LICENSE",
17
- "README.rdoc"
18
- ]
19
- s.files = [
20
- ".document",
21
- ".gitignore",
22
- "LICENSE",
23
- "README.rdoc",
24
- "Rakefile",
25
- "VERSION",
26
- "app/helpers/brighter_planet_helper.rb",
27
- "app/views/layouts/_elsewhere.html.erb",
28
- "app/views/layouts/_footer.html.erb",
29
- "app/views/layouts/_google_analytics.html.erb",
30
- "app/views/layouts/_header.html.erb",
31
- "app/views/layouts/brighter_planet.html.erb",
32
- "brighter_planet_layout.gemspec",
33
- "lib/brighter_planet_layout.rb",
34
- "lib/brighter_planet_layout/rails.rb",
35
- "lib/brighter_planet_layout/railtie.rb",
36
- "lib/brighter_planet_layout/rake_tasks.rb",
37
- "public/401.html",
38
- "public/403.html",
39
- "public/403.xml",
40
- "public/404.html",
41
- "public/404.json",
42
- "public/404.xml",
43
- "public/409.html",
44
- "public/422.html",
45
- "public/500.html",
46
- "public/favicon.ico",
47
- "public/javascripts/controls.js",
48
- "public/javascripts/dragdrop.js",
49
- "public/javascripts/effects.js",
50
- "public/javascripts/prototype.js",
51
- "public/javascripts/rails.js",
52
- "public/stylesheets/brighter_planet.css",
53
- "public/stylesheets/fonts/DejaVuSansMono-Oblique.eot",
54
- "public/stylesheets/fonts/DejaVuSansMono-Oblique.ttf",
55
- "public/stylesheets/fonts/DejaVuSansMono.eot",
56
- "public/stylesheets/fonts/DejaVuSansMono.ttf",
57
- "public/stylesheets/fonts/KievitOT-Bold.otf",
58
- "public/stylesheets/fonts/KievitOT-BoldItalic.otf",
59
- "public/stylesheets/fonts/KievitOT-Italic.otf",
60
- "public/stylesheets/fonts/KievitOT-Regular.otf",
61
- "public/stylesheets/fonts/KievitWebPro-Bold.eot",
62
- "public/stylesheets/fonts/KievitWebPro-Bold.woff",
63
- "public/stylesheets/fonts/KievitWebPro-BoldIta.eot",
64
- "public/stylesheets/fonts/KievitWebPro-BoldIta.woff",
65
- "public/stylesheets/fonts/KievitWebPro-Ita.eot",
66
- "public/stylesheets/fonts/KievitWebPro-Ita.woff",
67
- "public/stylesheets/fonts/KievitWebPro.eot",
68
- "public/stylesheets/fonts/KievitWebPro.woff",
69
- "public/stylesheets/idle.css",
70
- "public/stylesheets/images/bg.png",
71
- "public/stylesheets/images/cards.png",
72
- "public/stylesheets/images/emitters.png",
73
- "public/stylesheets/images/gears.png",
74
- "public/stylesheets/images/logo.png",
75
- "public/stylesheets/images/prism.png",
76
- "public/stylesheets/images/radiant_earth-small.png",
77
- "rails/init.rb",
78
- "test/helper.rb",
79
- "test/test_brighter_planet_layout.rb"
80
- ]
81
- s.homepage = %q{http://github.com/brighterplanet/brighter_planet_layout}
82
- s.rdoc_options = ["--charset=UTF-8"]
83
- s.require_paths = ["lib"]
84
- s.rubygems_version = %q{1.3.7}
85
- s.summary = %q{Layout assets for Brighter Planet sites}
86
- s.test_files = [
87
- "test/helper.rb",
88
- "test/test_brighter_planet_layout.rb"
89
- ]
90
-
91
- if s.respond_to? :specification_version then
92
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
93
- s.specification_version = 3
94
-
95
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
96
- s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
97
- s.add_runtime_dependency(%q<ultraviolet>, ["= 0.10.2"])
98
- s.add_runtime_dependency(%q<simple-rss>, ["= 1.2.3"])
99
- else
100
- s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
101
- s.add_dependency(%q<ultraviolet>, ["= 0.10.2"])
102
- s.add_dependency(%q<simple-rss>, ["= 1.2.3"])
103
- end
104
- else
105
- s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
106
- s.add_dependency(%q<ultraviolet>, ["= 0.10.2"])
107
- s.add_dependency(%q<simple-rss>, ["= 1.2.3"])
108
- end
109
- end
110
-
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{brighter_planet_layout}
8
+ s.version = "0.2.25"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Andy Rossmeissl"]
12
+ s.date = %q{2010-07-29}
13
+ s.description = %q{Layouts, partials, stylesheets, and images}
14
+ s.email = %q{andy@rossmeissl.net}
15
+ s.extra_rdoc_files = [
16
+ "LICENSE",
17
+ "README.rdoc"
18
+ ]
19
+ s.files = [
20
+ ".document",
21
+ ".gitignore",
22
+ "LICENSE",
23
+ "README.rdoc",
24
+ "Rakefile",
25
+ "VERSION",
26
+ "app/helpers/brighter_planet_helper.rb",
27
+ "app/views/layouts/_elsewhere.html.erb",
28
+ "app/views/layouts/_footer.html.erb",
29
+ "app/views/layouts/_google_analytics.html.erb",
30
+ "app/views/layouts/_header.html.erb",
31
+ "app/views/layouts/brighter_planet.html.erb",
32
+ "brighter_planet_layout.gemspec",
33
+ "lib/brighter_planet_layout.rb",
34
+ "lib/brighter_planet_layout/rails.rb",
35
+ "lib/brighter_planet_layout/railtie.rb",
36
+ "lib/brighter_planet_layout/rake_tasks.rb",
37
+ "public/401.html",
38
+ "public/403.html",
39
+ "public/403.xml",
40
+ "public/404.html",
41
+ "public/404.json",
42
+ "public/404.xml",
43
+ "public/409.html",
44
+ "public/422.html",
45
+ "public/500.html",
46
+ "public/favicon.ico",
47
+ "public/javascripts/controls.js",
48
+ "public/javascripts/dragdrop.js",
49
+ "public/javascripts/effects.js",
50
+ "public/javascripts/prototype.js",
51
+ "public/javascripts/rails.js",
52
+ "public/stylesheets/brighter_planet.css",
53
+ "public/stylesheets/fonts/DejaVuSansMono-Oblique.eot",
54
+ "public/stylesheets/fonts/DejaVuSansMono-Oblique.ttf",
55
+ "public/stylesheets/fonts/DejaVuSansMono.eot",
56
+ "public/stylesheets/fonts/DejaVuSansMono.ttf",
57
+ "public/stylesheets/fonts/KievitOT-Bold.otf",
58
+ "public/stylesheets/fonts/KievitOT-BoldItalic.otf",
59
+ "public/stylesheets/fonts/KievitOT-Italic.otf",
60
+ "public/stylesheets/fonts/KievitOT-Regular.otf",
61
+ "public/stylesheets/fonts/KievitWebPro-Bold.eot",
62
+ "public/stylesheets/fonts/KievitWebPro-Bold.woff",
63
+ "public/stylesheets/fonts/KievitWebPro-BoldIta.eot",
64
+ "public/stylesheets/fonts/KievitWebPro-BoldIta.woff",
65
+ "public/stylesheets/fonts/KievitWebPro-Ita.eot",
66
+ "public/stylesheets/fonts/KievitWebPro-Ita.woff",
67
+ "public/stylesheets/fonts/KievitWebPro.eot",
68
+ "public/stylesheets/fonts/KievitWebPro.woff",
69
+ "public/stylesheets/idle.css",
70
+ "public/stylesheets/images/bg.png",
71
+ "public/stylesheets/images/cards.png",
72
+ "public/stylesheets/images/gears.png",
73
+ "public/stylesheets/images/logo.png",
74
+ "public/stylesheets/images/meter.png",
75
+ "public/stylesheets/images/prism.png",
76
+ "public/stylesheets/images/radiant_earth-small.png",
77
+ "rails/init.rb",
78
+ "test/helper.rb",
79
+ "test/test_brighter_planet_layout.rb"
80
+ ]
81
+ s.homepage = %q{http://github.com/brighterplanet/brighter_planet_layout}
82
+ s.rdoc_options = ["--charset=UTF-8"]
83
+ s.require_paths = ["lib"]
84
+ s.rubygems_version = %q{1.3.6}
85
+ s.summary = %q{Layout assets for Brighter Planet sites}
86
+ s.test_files = [
87
+ "test/helper.rb",
88
+ "test/test_brighter_planet_layout.rb"
89
+ ]
90
+
91
+ if s.respond_to? :specification_version then
92
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
93
+ s.specification_version = 3
94
+
95
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
96
+ s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
97
+ s.add_runtime_dependency(%q<ultraviolet>, ["= 0.10.2"])
98
+ s.add_runtime_dependency(%q<simple-rss>, ["= 1.2.3"])
99
+ else
100
+ s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
101
+ s.add_dependency(%q<ultraviolet>, ["= 0.10.2"])
102
+ s.add_dependency(%q<simple-rss>, ["= 1.2.3"])
103
+ end
104
+ else
105
+ s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
106
+ s.add_dependency(%q<ultraviolet>, ["= 0.10.2"])
107
+ s.add_dependency(%q<simple-rss>, ["= 1.2.3"])
108
+ end
109
+ end
110
+
@@ -568,8 +568,8 @@ p.flash.error:before {
568
568
  }
569
569
 
570
570
  #footer #map #slogan {
571
- margin: 25px 10px 0 10px;
572
- width: 150px;
571
+ margin: 25px 10px 0 13px;
572
+ width: 147px;
573
573
  float: left;
574
574
  }
575
575
 
@@ -593,7 +593,7 @@ p.flash.error:before {
593
593
  color: silver;
594
594
  }
595
595
 
596
- #footer #map #middleware, #footer #map #status {
596
+ #footer #map #middleware, #footer #map #applications {
597
597
  margin: 25px 30px 0 0;
598
598
  float: left;
599
599
  width: 225px;
@@ -659,57 +659,54 @@ p.flash.error:before {
659
659
  border-bottom: 1px solid black;
660
660
  }
661
661
 
662
- #footer #map #status h3 {
663
- padding-left: 10px;
662
+ #footer #map #applications {
663
+ margin: 25px 20px 0 0;
664
664
  }
665
665
 
666
- #footer #map #status p {
667
- float: right;
668
- width: 100px;
669
- text-align: right;
670
- color: gray;
671
- padding-right: 10px;
672
- font-size: 11px;
673
- }
674
-
675
- #footer #map #status p a {
676
- color: inherit;
666
+ #footer #map #applications h3 {
667
+ display: none;
677
668
  }
678
669
 
679
- #footer #map #status dl {
680
- background: black;
670
+ #footer #map #applications ul {
671
+ background: #080808;
681
672
  -moz-border-radius: 5px;
682
673
  -webkit-border-radius: 5px;
683
674
  border-radius: 5px;
684
- overflow: auto;
685
- padding-bottom: 1px;
686
- margin: 5px 0 0;
687
- line-height: 13px;
675
+ -moz-box-shadow: -1px -1px 0 black;
676
+ -webkit-box-shadow: -1px -1px 0 black;
677
+ box-shadow: -1px -1px 0 black;
678
+ list-style: none;
688
679
  }
689
680
 
690
- #footer #map #status dl dt {
691
- float: left;
692
- width: 120px;
681
+ #footer #map #applications ul li {
693
682
  padding: 10px;
694
683
  border-bottom: 1px solid #111;
695
- clear: left;
684
+ border-top: 1px solid black;
696
685
  color: gray;
697
686
  }
698
687
 
699
- #footer #map #status dl dd {
700
- float: left;
701
- width: 64px;
702
- padding: 10px;
703
- border-bottom: 1px solid #111;
704
- clear: right;
705
- color: #2DB56A;
706
- text-transform: uppercase;
707
- text-align: right;
688
+ #footer #map #applications ul li:first-child {
689
+ border-top: none;
690
+ }
691
+
692
+ #footer #map #applications ul li:last-child {
693
+ border-bottom: none;
694
+ }
695
+
696
+ #footer #map #applications ul li.cards {
697
+ padding-top: 70px;
698
+ text-align: center;
699
+ background: url(images/cards.png) no-repeat 50% 4px;
700
+ }
701
+
702
+ #footer #map #applications ul li.profiler {
708
703
  font-size: 11px;
704
+ padding-left: 50px;
705
+ background: url(images/meter.png) no-repeat 10px 60%;
709
706
  }
710
707
 
711
- #footer #map #status dl .last {
712
- border: none;
708
+ #footer #map #applications ul li a {
709
+ color: silver;
713
710
  }
714
711
 
715
712
  #footer #map #elsewhere {
@@ -723,25 +720,23 @@ p.flash.error:before {
723
720
  position: relative;
724
721
  }
725
722
 
726
- #footer #map #elsewhere>div:before {
727
- content: "";
723
+ #footer #map #elsewhere>div:after {
724
+ content: "";
728
725
  position: absolute;
729
- bottom: 5px;
730
- left: 0;
726
+ bottom: 8px;
727
+ right: 0;
731
728
  width: 50px;
732
- text-align: right;
733
729
  color: #222;
734
- text-shadow: -1px -1px 0 black;
735
730
  font-size: 18px;
736
731
  }
737
732
 
738
733
  #footer #map #elsewhere #twitter {
739
- background: url(images/radiant_earth-small.png) no-repeat 8px 100%;
740
- margin: 0 0 15px;
734
+ background: url(images/radiant_earth-small.png) no-repeat 100% 100%;
735
+ margin: 0 0 25px;
741
736
  }
742
737
 
743
738
  #footer #map #elsewhere #blog.derek {
744
- background: url(http://numbers.brighterplanet.com/stylesheets/images/derek.jpg) no-repeat 0 100%;
739
+ background: url(http://numbers.brighterplanet.com/stylesheets/images/derek.jpg) no-repeat 100% 100%;
745
740
  }
746
741
 
747
742
  #footer #map #elsewhere>div p {
@@ -757,7 +752,7 @@ p.flash.error:before {
757
752
 
758
753
  #footer #map #elsewhere p {
759
754
  padding: 10px;
760
- margin: 0 0 0 48px;
755
+ margin: 0 48px 0 0;
761
756
  }
762
757
 
763
758
  #footer #map #elsewhere p span {
Binary file
Binary file
data/test/helper.rb CHANGED
@@ -1,10 +1,10 @@
1
- require 'rubygems'
2
- require 'test/unit'
3
- require 'shoulda'
4
-
5
- $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
6
- $LOAD_PATH.unshift(File.dirname(__FILE__))
7
- require 'brighter_planet_layout'
8
-
9
- class Test::Unit::TestCase
10
- end
1
+ require 'rubygems'
2
+ require 'test/unit'
3
+ require 'shoulda'
4
+
5
+ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
6
+ $LOAD_PATH.unshift(File.dirname(__FILE__))
7
+ require 'brighter_planet_layout'
8
+
9
+ class Test::Unit::TestCase
10
+ end
@@ -1,7 +1,7 @@
1
- require 'helper'
2
-
3
- class TestBrighterPlanetLayout < Test::Unit::TestCase
4
- should "probably rename this file and start testing for real" do
5
- flunk "hey buddy, you should probably rename this file and start testing for real"
6
- end
7
- end
1
+ require 'helper'
2
+
3
+ class TestBrighterPlanetLayout < Test::Unit::TestCase
4
+ should "probably rename this file and start testing for real" do
5
+ flunk "hey buddy, you should probably rename this file and start testing for real"
6
+ end
7
+ end
metadata CHANGED
@@ -1,13 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brighter_planet_layout
3
3
  version: !ruby/object:Gem::Version
4
- hash: 39
5
4
  prerelease: false
6
5
  segments:
7
6
  - 0
8
7
  - 2
9
- - 24
10
- version: 0.2.24
8
+ - 25
9
+ version: 0.2.25
11
10
  platform: ruby
12
11
  authors:
13
12
  - Andy Rossmeissl
@@ -22,11 +21,9 @@ dependencies:
22
21
  name: thoughtbot-shoulda
23
22
  prerelease: false
24
23
  requirement: &id001 !ruby/object:Gem::Requirement
25
- none: false
26
24
  requirements:
27
25
  - - ">="
28
26
  - !ruby/object:Gem::Version
29
- hash: 3
30
27
  segments:
31
28
  - 0
32
29
  version: "0"
@@ -36,11 +33,9 @@ dependencies:
36
33
  name: ultraviolet
37
34
  prerelease: false
38
35
  requirement: &id002 !ruby/object:Gem::Requirement
39
- none: false
40
36
  requirements:
41
37
  - - "="
42
38
  - !ruby/object:Gem::Version
43
- hash: 51
44
39
  segments:
45
40
  - 0
46
41
  - 10
@@ -52,11 +47,9 @@ dependencies:
52
47
  name: simple-rss
53
48
  prerelease: false
54
49
  requirement: &id003 !ruby/object:Gem::Requirement
55
- none: false
56
50
  requirements:
57
51
  - - "="
58
52
  - !ruby/object:Gem::Version
59
- hash: 25
60
53
  segments:
61
54
  - 1
62
55
  - 2
@@ -126,9 +119,9 @@ files:
126
119
  - public/stylesheets/idle.css
127
120
  - public/stylesheets/images/bg.png
128
121
  - public/stylesheets/images/cards.png
129
- - public/stylesheets/images/emitters.png
130
122
  - public/stylesheets/images/gears.png
131
123
  - public/stylesheets/images/logo.png
124
+ - public/stylesheets/images/meter.png
132
125
  - public/stylesheets/images/prism.png
133
126
  - public/stylesheets/images/radiant_earth-small.png
134
127
  - rails/init.rb
@@ -144,27 +137,23 @@ rdoc_options:
144
137
  require_paths:
145
138
  - lib
146
139
  required_ruby_version: !ruby/object:Gem::Requirement
147
- none: false
148
140
  requirements:
149
141
  - - ">="
150
142
  - !ruby/object:Gem::Version
151
- hash: 3
152
143
  segments:
153
144
  - 0
154
145
  version: "0"
155
146
  required_rubygems_version: !ruby/object:Gem::Requirement
156
- none: false
157
147
  requirements:
158
148
  - - ">="
159
149
  - !ruby/object:Gem::Version
160
- hash: 3
161
150
  segments:
162
151
  - 0
163
152
  version: "0"
164
153
  requirements: []
165
154
 
166
155
  rubyforge_project:
167
- rubygems_version: 1.3.7
156
+ rubygems_version: 1.3.6
168
157
  signing_key:
169
158
  specification_version: 3
170
159
  summary: Layout assets for Brighter Planet sites
Binary file