dry_haml_handlebars 0.0.9 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
@@ -96,13 +96,6 @@ module DryHamlHandlebars
|
|
96
96
|
env = #{env}
|
97
97
|
INFO_STRING
|
98
98
|
|
99
|
-
if [:development, :test].include?(env)
|
100
|
-
Rails.logger.info <<-INFO_STRING
|
101
|
-
File.mtime(compiled_template_path) = #{File.mtime(compiled_template_path)}
|
102
|
-
File.mtime(template.identifier) = #{File.mtime(template.identifier)}
|
103
|
-
INFO_STRING
|
104
|
-
end
|
105
|
-
|
106
99
|
if options[:force_handlebars_compile] or !File.exist?(compiled_template_path) or ( [:development, :test].include?(env) and ( File.mtime(compiled_template_path) < File.mtime(template.identifier) ) )
|
107
100
|
source = template.source
|
108
101
|
source = DryHamlHandlebars.dedent_hbs(source)
|
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.10
|
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:
|
13
|
+
date: 2013-01-01 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|