lib/tilt.rb in tilt-1.3.1 vs lib/tilt.rb in tilt-1.3.2
- old
+ new
@@ -1,6 +1,6 @@
module Tilt
- VERSION = '1.3.1'
+ VERSION = '1.3.2'
@preferred_mappings = Hash.new
@template_mappings = Hash.new { |h, k| h[k] = [] }
# Hash of template path pattern => template implementation class mappings.