rasputin 0.5.2 → 0.5.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rasputin/handlebars_template.rb +1 -1
- data/lib/rasputin/version.rb +1 -1
- metadata +2 -2
@@ -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
|
data/lib/rasputin/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: rasputin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.5.
|
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-
|
13
|
+
date: 2011-08-02 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: railties
|