dry_haml_handlebars 0.0.7 → 0.0.8

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.
@@ -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
@@ -1,3 +1,3 @@
1
1
  module DryHamlHandlebars
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
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.7
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-21 00:00:00 Z
13
+ date: 2012-12-25 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails