hanber-rails 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -45,7 +45,7 @@ module Hanber
45
45
  end
46
46
 
47
47
  def template_target(scope)
48
- "Hanber.TEMPLATES[#{template_path(scope.logical_path).inspect}]"
48
+ "Ember.TEMPLATES[#{template_path(scope.logical_path).inspect}]"
49
49
  end
50
50
 
51
51
  def compile_handlebars(string)
@@ -57,7 +57,7 @@ module Hanber
57
57
  end
58
58
 
59
59
  def compile_ember_handlebars(string)
60
- "Hanber.Handlebars.compile(#{indent(string).inspect});"
60
+ "Ember.Handlebars.compile(#{indent(string).inspect});"
61
61
  end
62
62
 
63
63
  def precompile_ember_handlebars(string)
@@ -1,5 +1,5 @@
1
1
  module Hanber
2
2
  module Rails
3
- VERSION = '0.0.9'
3
+ VERSION = '0.0.10'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hanber-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: