pieces 0.3.6 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eb85e13971e74df3509db8078f7ec41d341e76f1
4
- data.tar.gz: 02482b2abae90426cdbec474e2c206d74567471a
3
+ metadata.gz: 40ae8859a3219222e45a76520b46ee3d2cb2be80
4
+ data.tar.gz: 936d5f4895bdfeeac42bc26e6d39598571035de3
5
5
  SHA512:
6
- metadata.gz: a64b911c48f119f39e7ac6fc05335d6072c95655e3df021860d3fbbdb910cba04277c4a688cab24ae40365ac389cc36fc68bb9e67bcb0546d33f632b687abb94
7
- data.tar.gz: 0f84fca34704b78dfed748d29d4f296665ef5decdf9475fb5b331ecee541dfd8174639ce8430fe55e5bc707cfaa13d29979ea43250fcc0d817bed325d43484d4
6
+ metadata.gz: 49cfc280a32a40df762a3bcfff13d93f6108f36a15093d09683f607dd2758c798c247e71b7b400a6cb917aed8b0c06934ffc19411d4ceb30d7ead5eb4415eb33
7
+ data.tar.gz: 13f123fa2a0f53bcbcfc20f7f74bf0bae5a080a880aef12d45ffa6332993bfda7c753e43870225e1a4b9cc27be835fc992fd9d7fdd15ffd6cb8957cbd0ce6bf2
@@ -2,13 +2,13 @@ require 'tilt'
2
2
 
3
3
  module Tilt
4
4
  if respond_to?(:register_lazy)
5
- register_lazy :MustacheTemplate, 'pieces/tilt/mustache', 'mustache', 'ms'
6
- register_lazy :CssTemplate, 'pieces/tilt/css', 'css'
5
+ register_lazy 'Pieces::Tilt::MustacheTemplate', 'pieces/tilt/mustache', 'mustache', 'ms'
6
+ register_lazy 'Pieces::Tilt::CssTemplate', 'pieces/tilt/css', 'css'
7
7
  else # support tilt v1
8
8
  require 'pieces/tilt/mustache'
9
- register Tilt::MustacheTemplate, 'mustache', 'ms'
9
+ register Pieces::Tilt::MustacheTemplate, 'mustache', 'ms'
10
10
 
11
11
  require 'pieces/tilt/css'
12
- register Tilt::CssTemplate, 'css'
12
+ register Pieces::Tilt::CssTemplate, 'css'
13
13
  end
14
14
  end
@@ -1,3 +1,3 @@
1
1
  module Pieces
2
- VERSION = '0.3.6'
2
+ VERSION = '0.3.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pieces
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luke Morton