rasputin 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
1
1
  require 'tilt'
2
+ require 'sprockets/engines'
2
3
 
3
4
  module Rasputin
4
5
  class HandlebarsTemplate < Tilt::Template
@@ -28,5 +29,4 @@ SC.TEMPLATES[#{template_path(scope.logical_path).inspect}] = SC.Handlebars.compi
28
29
  end
29
30
  end
30
31
 
31
- Sprockets::Engines #invoke autoloading
32
32
  Sprockets.register_engine '.handlebars', Rasputin::HandlebarsTemplate
@@ -1,3 +1,3 @@
1
1
  module Rasputin
2
- VERSION = "0.5.2"
2
+ VERSION = "0.5.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rasputin
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.5.2
5
+ version: 0.5.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Paul Chavard
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-08-01 00:00:00 Z
13
+ date: 2011-08-02 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: railties