lib/html/template/pro.rb in html-template-pro-0.0.1 vs lib/html/template/pro.rb in html-template-pro-0.0.2
- old
+ new
@@ -1,6 +1,6 @@
-require 'html_template_internal'
+require 'html/template/internal'
module HTML
module Template
def Internal.register_functions_impl(registory, func_spec, &block)
@@ -16,10 +16,10 @@
end
end
class Pro
- VERSION = "0.0.1"
+ VERSION = "0.0.2"
include HTML::Template::Internal
INPUTS = [:filename, :filehandle, :arrayref, :scalarref, :source]