dry_haml_handlebars 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -69,7 +69,7 @@ module DryHamlHandlebars
|
|
69
69
|
#even if the dev forgets to run the view that requires a changed partial
|
70
70
|
#the rule is, render ANY page, and ALL partials should be re-compiled (if needed)
|
71
71
|
#while for changed templates, you MUST run the view that you have changed
|
72
|
-
if DryHamlHandlebars.on_next_request.values.any?
|
72
|
+
if DryHamlHandlebars.on_next_request and DryHamlHandlebars.on_next_request.values.any?
|
73
73
|
DryHamlHandlebars.on_next_request.keys.each do |method|
|
74
74
|
DryHamlHandlebars.on_next_request[method] = false
|
75
75
|
case method
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: dry_haml_handlebars
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.8
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Jonathan Chambers
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2012-12-
|
13
|
+
date: 2012-12-25 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|