--- !ruby/object:Gem::Specification
name: html-template-pro
version: !ruby/object:Gem::Version
version: 0.0.1
platform: ruby
authors:
- Tsuruhara Tom
autorequire:
bindir: bin
cert_chain: []
date: 2009-10-01 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 (template engine originally written
in Perl and XS).
email:
- tom.lpsd@gmail.com
executables: []
extensions:
- ext/html/template/internal/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/internal/Pro.xs
- ext/html/template/internal/builtin_findfile.inc
- ext/html/template/internal/calc.h
- ext/html/template/internal/calc.inc
- ext/html/template/internal/callback_stubs.inc
- ext/html/template/internal/expr.c
- ext/html/template/internal/expr.y
- ext/html/template/internal/expr_iface.c
- ext/html/template/internal/exprpstr.h
- ext/html/template/internal/exprpstr.inc
- ext/html/template/internal/exprtool.h
- ext/html/template/internal/exprtool.inc
- ext/html/template/internal/exprtype.h
- ext/html/template/internal/exprval.h
- ext/html/template/internal/extconf.rb
- ext/html/template/internal/internal.c
- ext/html/template/internal/loadfile.h
- ext/html/template/internal/loadfile.inc
- ext/html/template/internal/pabidecl.h
- ext/html/template/internal/pabstract.h
- ext/html/template/internal/parse_expr.h
- ext/html/template/internal/pbuffer.c
- ext/html/template/internal/pbuffer.h
- ext/html/template/internal/pmiscdef.h
- ext/html/template/internal/pparam.h
- ext/html/template/internal/ppport.h
- ext/html/template/internal/procore.c
- ext/html/template/internal/procore.h
- ext/html/template/internal/proparam.c
- ext/html/template/internal/proparam.h
- ext/html/template/internal/proscope.h
- ext/html/template/internal/proscope.inc
- ext/html/template/internal/prostate.h
- ext/html/template/internal/prostate.inc
- ext/html/template/internal/provalue.h
- ext/html/template/internal/pstring.h
- ext/html/template/internal/pstrutils.h
- ext/html/template/internal/pstrutils.inc
- ext/html/template/internal/tagstack.h
- ext/html/template/internal/tagstack.inc
- ext/html/template/internal/tmpllog.c
- ext/html/template/internal/tmpllog.h
- ext/html/template/internal/tmplpro.h
- ext/html/template/internal/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_internal_extn.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: "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_internal_extn.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