guard-mirror 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,14 +1,12 @@
1
1
  module ::Jade
2
- class Template
2
+ class Template < Tilt::Template
3
3
 
4
4
  private
5
5
 
6
6
  def compile_function
7
7
  if file.end_with? '.html.jade'
8
- Template.default_mime_type = 'text/html'
9
8
  compiler = HtmlCompiler
10
9
  else
11
- Template.default_mime_type = 'application/javascript'
12
10
  compiler = Compiler
13
11
  end
14
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-mirror
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: