lib/tilt.rb in tilt-1.3.4 vs lib/tilt.rb in tilt-1.3.5
- old
+ new
@@ -1,7 +1,7 @@
module Tilt
- VERSION = '1.3.4'
+ VERSION = '1.3.5'
@preferred_mappings = Hash.new
@template_mappings = Hash.new { |h, k| h[k] = [] }
# Hash of template path pattern => template implementation class mappings.
@@ -198,7 +198,7 @@
require 'tilt/asciidoc'
register AsciidoctorTemplate, 'ad', 'adoc', 'asciidoc'
require 'tilt/plain'
- register PlainTemplate, 'htmf'
+ register PlainTemplate, 'html'
end