frank 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
data/frank.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{frank}
8
- s.version = "0.1.2"
8
+ s.version = "0.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["blahed", "nwah"]
12
- s.date = %q{2010-01-25}
12
+ s.date = %q{2010-02-18}
13
13
  s.description = %q{Create/Dump static builds using whatever templating/helper languages you wish}
14
14
  s.email = %q{travis.dunn@thisismedium.com}
15
15
  s.executables = ["frank", "frankout", "frankup"]
@@ -43,11 +43,6 @@ dynamic_folder: dynamic
43
43
 
44
44
  # ----------------------
45
45
  # Templates:
46
- #
47
- # 'extension' is appended to requests to find
48
- # a template. For example, if you request
49
- # '/blog/archive', Frank will look in the
50
- # 'blog' folder for 'archive.haml'.
51
46
  #
52
47
  # 'default' is the optional default template to
53
48
  # serve from a folder (include the root folder)
@@ -61,7 +56,6 @@ dynamic_folder: dynamic
61
56
  # - name: normal
62
57
  # not: [blog, ajax]
63
58
  templates:
64
- extension: haml
65
59
  default: index
66
60
  layouts:
67
61
  - name: layout
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: frank
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
  - blahed
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2010-01-25 00:00:00 -05:00
13
+ date: 2010-02-18 00:00:00 -05:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency