--- !ruby/object:Gem::Specification 
name: html-template-pro
version: !ruby/object:Gem::Version 
  version: 0.0.3
platform: ruby
authors: 
- Tsuruhara Tom
autorequire: 
bindir: bin
cert_chain: []

date: 2009-10-03 00:00:00 +09:00
default_executable: 
dependencies: 
- !ruby/object:Gem::Dependency 
  name: hoe
  type: :development
  version_requirement: 
  version_requirements: !ruby/object:Gem::Requirement 
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        version: 2.3.3
    version: 
description: |-
  A Ruby port of `HTML::Template::Pro'. `HTML::Template::Pro' is
  template engine originally written in Perl and XS. It's so fast
  because of its C based implementation. Its syntax is very simple.
  This results clearly separation of application logic and its view.
  
  Template syntax complies with original perl module's syntax.
  Please see, HTML::Template::SYNTAX[http://search.cpan.org/~viy/HTML-Template-Pro-0.92/lib/HTML/Template/SYNTAX.pod#SYNOPSIS].
email: 
- tom.lpsd@gmail.com
executables: []

extensions: 
- ext/html/template/extconf.rb
extra_rdoc_files: 
- History.txt
- Manifest.txt
- website/index.txt
- README.rdoc
files: 
- .autotest
- ARTISTIC
- History.txt
- LGPL
- Manifest.txt
- README.rdoc
- Rakefile
- benchmark.rb
- config/website.yml
- ext/html/template/Pro.xs
- ext/html/template/builtin_findfile.inc
- ext/html/template/calc.h
- ext/html/template/calc.inc
- ext/html/template/callback_stubs.inc
- ext/html/template/expr.c
- ext/html/template/expr.y
- ext/html/template/expr_iface.c
- ext/html/template/exprpstr.h
- ext/html/template/exprpstr.inc
- ext/html/template/exprtool.h
- ext/html/template/exprtool.inc
- ext/html/template/exprtype.h
- ext/html/template/exprval.h
- ext/html/template/extconf.rb
- ext/html/template/internal.c
- ext/html/template/loadfile.h
- ext/html/template/loadfile.inc
- ext/html/template/pabidecl.h
- ext/html/template/pabstract.h
- ext/html/template/parse_expr.h
- ext/html/template/pbuffer.c
- ext/html/template/pbuffer.h
- ext/html/template/pmiscdef.h
- ext/html/template/pparam.h
- ext/html/template/ppport.h
- ext/html/template/procore.c
- ext/html/template/procore.h
- ext/html/template/proparam.c
- ext/html/template/proparam.h
- ext/html/template/proscope.h
- ext/html/template/proscope.inc
- ext/html/template/prostate.h
- ext/html/template/prostate.inc
- ext/html/template/provalue.h
- ext/html/template/pstring.h
- ext/html/template/pstrutils.h
- ext/html/template/pstrutils.inc
- ext/html/template/tagstack.h
- ext/html/template/tagstack.inc
- ext/html/template/tmpllog.c
- ext/html/template/tmpllog.h
- ext/html/template/tmplpro.h
- ext/html/template/tmplpro_version.c
- lib/html/template/pro.rb
- script/console
- script/destroy
- script/generate
- script/txt2html
- tasks/extconf.rake
- tasks/extconf/tmplpro.rake
- templates-Pro/a.incl
- templates-Pro/empty.incl
- templates-Pro/include/1/a.incl
- templates-Pro/include/2.out
- templates-Pro/include/2.tmpl
- templates-Pro/include/2/a.incl
- templates-Pro/include/3.tmpl
- templates-Pro/include/4.tmpl
- templates-Pro/include/a.incl
- templates-Pro/test_broken.tmpl
- templates-Pro/test_broken1.out
- templates-Pro/test_broken1.tmpl
- templates-Pro/test_esc1.out
- templates-Pro/test_esc1.tmpl
- templates-Pro/test_esc2.out
- templates-Pro/test_esc2.tmpl
- templates-Pro/test_esc3.out
- templates-Pro/test_esc3.tmpl
- templates-Pro/test_esc4.out
- templates-Pro/test_esc4.tmpl
- templates-Pro/test_expr1.out
- templates-Pro/test_expr1.tmpl
- templates-Pro/test_expr2.out
- templates-Pro/test_expr2.tmpl
- templates-Pro/test_expr3.out
- templates-Pro/test_expr3.tmpl
- templates-Pro/test_expr4.out
- templates-Pro/test_expr4.tmpl
- templates-Pro/test_expr5.out
- templates-Pro/test_expr5.tmpl
- templates-Pro/test_expr6.out
- templates-Pro/test_expr6.tmpl
- templates-Pro/test_expr7.out
- templates-Pro/test_expr7.tmpl
- templates-Pro/test_expr8.out
- templates-Pro/test_expr8.tmpl
- templates-Pro/test_if1.out
- templates-Pro/test_if1.tmpl
- templates-Pro/test_if2.out
- templates-Pro/test_if2.tmpl
- templates-Pro/test_if3.out
- templates-Pro/test_if3.tmpl
- templates-Pro/test_if4.out
- templates-Pro/test_if4.tmpl
- templates-Pro/test_if5.out
- templates-Pro/test_if5.tmpl
- templates-Pro/test_if6.out
- templates-Pro/test_if6.tmpl
- templates-Pro/test_if7.out
- templates-Pro/test_if7.tmpl
- templates-Pro/test_include1.out
- templates-Pro/test_include1.tmpl
- templates-Pro/test_include2.out
- templates-Pro/test_include2.tmpl
- templates-Pro/test_include3.out
- templates-Pro/test_include3.tmpl
- templates-Pro/test_include4.out
- templates-Pro/test_include4.tmpl
- templates-Pro/test_include5.out
- templates-Pro/test_include5.tmpl
- templates-Pro/test_loop1.erb
- templates-Pro/test_loop1.out
- templates-Pro/test_loop1.tmpl
- templates-Pro/test_loop2.erb
- templates-Pro/test_loop2.out
- templates-Pro/test_loop2.tmpl
- templates-Pro/test_loop3.out
- templates-Pro/test_loop3.tmpl
- templates-Pro/test_loop4.out
- templates-Pro/test_loop4.tmpl
- templates-Pro/test_loop5.out
- templates-Pro/test_loop5.tmpl
- templates-Pro/test_loop6.out
- templates-Pro/test_loop6.tmpl
- templates-Pro/test_malloc.tmpl
- templates-Pro/test_userfunc1.out
- templates-Pro/test_userfunc1.tmpl
- templates-Pro/test_userfunc2.out
- templates-Pro/test_userfunc2.tmpl
- templates-Pro/test_userfunc3.out
- templates-Pro/test_userfunc3.tmpl
- templates-Pro/test_userfunc4.out
- templates-Pro/test_userfunc4.tmpl
- templates-Pro/test_userfunc5.out
- templates-Pro/test_userfunc5.tmpl
- templates-Pro/test_userfunc6.out
- templates-Pro/test_userfunc6.tmpl
- templates-Pro/test_var1.erb
- templates-Pro/test_var1.out
- templates-Pro/test_var1.tmpl
- templates-Pro/test_var2.erb
- templates-Pro/test_var2.out
- templates-Pro/test_var2.tmpl
- templates-Pro/test_var3.out
- templates-Pro/test_var3.tmpl
- templates/case_loop.tmpl
- templates/context.tmpl
- templates/counter.tmpl
- templates/default.tmpl
- templates/default_escape.tmpl
- templates/double_loop.tmpl
- templates/escape.tmpl
- templates/global-loops.tmpl
- templates/globals.tmpl
- templates/if.tmpl
- templates/ifelse.tmpl
- templates/include.tmpl
- templates/include_path/a.tmpl
- templates/include_path/b.tmpl
- templates/include_path/inner.tmpl
- templates/include_path/one.tmpl
- templates/include_path2/inner.tmpl
- templates/included.tmpl
- templates/included2.tmpl
- templates/js.tmpl
- templates/long_loops.tmpl
- templates/loop-context.tmpl
- templates/loop-if.tmpl
- templates/medium.tmpl
- templates/multiline_tags.tmpl
- templates/newline_test1.tmpl
- templates/newline_test2.tmpl
- templates/other-loop.tmpl
- templates/outer.tmpl
- templates/query-test.tmpl
- templates/query-test2.tmpl
- templates/recursive.tmpl
- templates/searchpath/included.tmpl
- templates/searchpath/three.tmpl
- templates/searchpath/two.tmpl
- templates/simple-loop-nonames.tmpl
- templates/simple-loop.tmpl
- templates/simple.tmpl
- templates/unless.tmpl
- templates/urlescape.tmpl
- templates/vanguard1.tmpl
- templates/vanguard2.tmpl
- test/templates/complex.tmpl
- test/templates/foo.tmpl
- test/templates/func.tmpl
- test/templates/loop.tmpl
- test/templates/negative.tmpl
- test/templates/numerics.tmpl
- test/templates/register.tmpl
- test/test_basic.rb
- test/test_coderefs.rb
- test/test_complex.rb
- test/test_helper.rb
- test/test_html_template.rb
- test/test_html_template_pro.rb
- test/test_path_like_variable_scope.rb
- test/test_random.rb
- test/test_realloc.rb
- test/test_register.rb
- test/test_tmplpro.rb
- test/tests.rb
- website/index.txt
- website/javascripts/rounded_corners_lite.inc.js
- website/stylesheets/screen.css
- website/template.html.erb
has_rdoc: true
homepage: http://github.com/tom-lpsd/ruby-html-template-pro
licenses: []

post_install_message: 
rdoc_options: 
- --main
- README.rdoc
require_paths: 
- lib
- ext/html
required_ruby_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">"
    - !ruby/object:Gem::Version 
      version: 1.9.0
  version: 
required_rubygems_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
requirements: []

rubyforge_project: tmplpro
rubygems_version: 1.3.5
signing_key: 
specification_version: 3
summary: A Ruby port of HTML::Template::Pro
test_files: 
- test/test_basic.rb
- test/test_coderefs.rb
- test/test_complex.rb
- test/test_helper.rb
- test/test_html_template.rb
- test/test_html_template_pro.rb
- test/test_path_like_variable_scope.rb
- test/test_random.rb
- test/test_realloc.rb
- test/test_register.rb
- test/test_tmplpro.rb