lib/tilt.rb in tilt-2.0.6 vs lib/tilt.rb in tilt-2.0.7

- old
+ new

@@ -2,10 +2,10 @@ require 'tilt/template' # Namespace for Tilt. This module is not intended to be included anywhere. module Tilt # Current version. - VERSION = '2.0.6' + VERSION = '2.0.7' @default_mapping = Mapping.new # @return [Tilt::Mapping] the main mapping object def self.default_mapping