hubbub 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
@@ -34,8 +34,10 @@
|
|
34
34
|
<div id="header" class="section">
|
35
35
|
<%= render :partial => 'shared/header' %>
|
36
36
|
</div>
|
37
|
+
<br style="clear: both;">
|
37
38
|
<div id="body" class="section">
|
38
39
|
<%= yield %>
|
40
|
+
<br style="clear: both;">
|
39
41
|
</div>
|
40
42
|
<div id="footer" class="section">
|
41
43
|
<%= render :partial => 'shared/footer' %>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hubbub
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- rich
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-01-
|
12
|
+
date: 2010-01-09 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|