ghp-layouts 0.0.1 → 0.0.2

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 CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -0,0 +1,4 @@
1
+ -----
2
+ filter: erb
3
+ -----
4
+ footer
@@ -0,0 +1,4 @@
1
+ -----
2
+ filter: erb
3
+ -----
4
+ header
@@ -0,0 +1,14 @@
1
+ -----
2
+ filter: erb
3
+ -----
4
+ <!DOCTYPE html>
5
+ <html lang="en">
6
+ <head>
7
+ <title><%= @item[:title] %></title>
8
+ </head>
9
+ <body>
10
+ <%= render '_header' %>
11
+ <%= yield %>
12
+ <%= render '_footer' %>
13
+ </body>
14
+ </html>
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ghp-layouts
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem
@@ -36,6 +36,9 @@ files:
36
36
  - README.md
37
37
  - lib/development.rb
38
38
  - lib/ghp/layouts/version.rb
39
+ - layouts/_footer.erb
40
+ - layouts/_header.erb
41
+ - layouts/default.erb
39
42
  has_rdoc: true
40
43
  homepage: https://github.com/destructuring/ghp-layouts
41
44
  licenses: []