Commit 2fbe974
Changed files (2)
lib
xml
lib/xml/kit/template.rb
@@ -28,7 +28,7 @@ module Xml
end
def template
- @template ||= Tilt.new(template_path)
+ @template ||= Tilt.new(template_path.to_s)
end
end
end
lib/xml/kit/version.rb
@@ -1,5 +1,5 @@
module Xml
module Kit
- VERSION = "0.1.10"
+ VERSION = "0.1.11"
end
end