brighter_planet_layout 0.2.36 → 0.2.37
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/brighter_planet_layout.gemspec +3 -2
- data/public/maintenance.html +30 -0
- metadata +5 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.37
|
|
@@ -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.37"
|
|
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-08-
|
|
12
|
+
s.date = %q{2010-08-31}
|
|
13
13
|
s.description = %q{Layouts, partials, stylesheets, and images}
|
|
14
14
|
s.email = %q{andy@rossmeissl.net}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -50,6 +50,7 @@ Gem::Specification.new do |s|
|
|
|
50
50
|
"public/javascripts/effects.js",
|
|
51
51
|
"public/javascripts/prototype.js",
|
|
52
52
|
"public/javascripts/rails.js",
|
|
53
|
+
"public/maintenance.html",
|
|
53
54
|
"public/stylesheets/brighter_planet.css",
|
|
54
55
|
"public/stylesheets/fonts/DejaVuSansMono-Oblique.eot",
|
|
55
56
|
"public/stylesheets/fonts/DejaVuSansMono-Oblique.ttf",
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
|
+
|
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
5
|
+
|
|
6
|
+
<head>
|
|
7
|
+
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
8
|
+
<title>Site temporarily unavailable</title>
|
|
9
|
+
<style type="text/css">
|
|
10
|
+
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
|
11
|
+
div.dialog {
|
|
12
|
+
width: 25em;
|
|
13
|
+
padding: 0 4em;
|
|
14
|
+
margin: 4em auto 0 auto;
|
|
15
|
+
border: 1px solid #ccc;
|
|
16
|
+
border-right-color: #999;
|
|
17
|
+
border-bottom-color: #999;
|
|
18
|
+
}
|
|
19
|
+
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
|
|
20
|
+
</style>
|
|
21
|
+
</head>
|
|
22
|
+
|
|
23
|
+
<body>
|
|
24
|
+
<div class="dialog">
|
|
25
|
+
<h1>Site temporarily unavailable</h1>
|
|
26
|
+
<p>The server is undergoing software updates and will be available shortly.</p>
|
|
27
|
+
<!-- <p>You may be able to find more information on <a href="http://numbers.brighterplanet.com">Safety in Numbers</a>, Brighter Planet's blog.</p> -->
|
|
28
|
+
</div>
|
|
29
|
+
</body>
|
|
30
|
+
</html>
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: brighter_planet_layout
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 93
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 37
|
|
10
|
+
version: 0.2.37
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Andy Rossmeissl
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2010-08-
|
|
19
|
+
date: 2010-08-31 00:00:00 -05:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
@@ -94,6 +94,7 @@ files:
|
|
|
94
94
|
- public/javascripts/effects.js
|
|
95
95
|
- public/javascripts/prototype.js
|
|
96
96
|
- public/javascripts/rails.js
|
|
97
|
+
- public/maintenance.html
|
|
97
98
|
- public/stylesheets/brighter_planet.css
|
|
98
99
|
- public/stylesheets/fonts/DejaVuSansMono-Oblique.eot
|
|
99
100
|
- public/stylesheets/fonts/DejaVuSansMono-Oblique.ttf
|