staticmatic 0.10.5 → 0.10.6
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: staticmatic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stephen Bartholomew
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-10-
|
12
|
+
date: 2009-10-08 00:00:00 +01:00
|
13
13
|
default_executable: staticmatic
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -76,7 +76,6 @@ files:
|
|
76
76
|
- spec/sandbox/test_site/site/page_with_error
|
77
77
|
- spec/sandbox/test_site/site/page_with_partial_error
|
78
78
|
- spec/sandbox/test_site/site/stylesheets/application.css
|
79
|
-
- spec/sandbox/test_site/site/sub_folder/another_sub_folder.
|
80
79
|
- spec/sandbox/test_site/site/sub_folder/another_sub_folder/index.html
|
81
80
|
- spec/sandbox/test_site/site/sub_folder/another_sub_folder/index.html.html
|
82
81
|
- spec/sandbox/test_site/site/sub_folder/index.html
|
@@ -1,4 +0,0 @@
|
|
1
|
-
<h1>NoMethodError</h1>
|
2
|
-
<p>undefined method `[]' for nil:NilClass</p>
|
3
|
-
<h2>Stack Trace</h2>
|
4
|
-
./bin/../lib/staticmatic/template.rb:27:in `handler_for'<br/>./bin/../lib/staticmatic/template.rb:13:in `template_for'<br/>./bin/../lib/staticmatic/mixins/render.rb:4:in `render'<br/>./bin/../lib/staticmatic/mixins/build.rb:9:in `build'<br/>./bin/../lib/staticmatic/mixins/build.rb:4:in `each'<br/>./bin/../lib/staticmatic/mixins/build.rb:4:in `build'<br/>./bin/../lib/staticmatic/base.rb:58:in `send'<br/>./bin/../lib/staticmatic/base.rb:58:in `run'<br/>bin/staticmatic:23
|