endymion-origami 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
2
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
3
  <html xmlns="http://www.w3.org/1999/xhtml">
4
- <head>
5
- <% head do %>
4
+ <% head do %>
5
+
6
6
  <title>The Blog Style 3 column Liquid Layout. Pixel widths. Cross-Browser. Equal Height Columns.</title>
7
7
  <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
8
8
  <meta name="description" content="The Blog Style 3 column Liquid Layout. Pixel widths. Cross-Browser. Equal Height Columns." />
@@ -158,11 +158,9 @@
158
158
  }
159
159
  </style>
160
160
  <![endif]-->
161
- <% end %>
162
- </head>
163
- <body>
161
+ <% end %>
164
162
 
165
- <% frame do %>
163
+ <% body do %>
166
164
 
167
165
  <div id="header">
168
166
  <% header do %>
@@ -258,11 +256,8 @@
258
256
  <% footer do %>
259
257
  <p>This page uses the <a href="http://matthewjamestaylor.com/blog/ultimate-3-column-blog-style-pixels.htm">Ultimate 'Blog Style' 3 column Liquid Layout</a> by <a href="http://matthewjamestaylor.com">Matthew James Taylor</a>. View more <a href="http://matthewjamestaylor.com/blog/-website-layouts">website layouts</a> and <a href="http://matthewjamestaylor.com/blog/-web-design">web design articles</a>.</p>
260
258
  <% end %>
261
- </div>
262
-
263
- <% end %>
264
259
 
265
260
  <%= google_analytics_tracker GOOGLE_ANALYTICS_ACCOUNT if defined?(GOOGLE_ANALYTICS_ACCOUNT) -%>
266
261
 
267
- </body>
262
+ <% end %>
268
263
  </html>
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{origami}
5
- s.version = "0.1.2"
5
+ s.version = "0.1.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Ryan Porter", "Matthew James Taylor"]
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 1
3
- :patch: 2
3
+ :patch: 3
4
4
  :major: 0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: endymion-origami
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Porter