-
Name
-
trenni
-
Version
-
1.3.0
-
Platform
-
ruby
-
Authors
-
Samuel Williams
-
Bindir
-
bin
-
Date
-
2014-05-27 00:00:00 UTC
-
Dependencies
-
bundler (~> 1.3, development)
rspec (~> 3.0.0.rc1, development)
rake (>= 0, development)
-
Description
-
Trenni is a templating system that evaluates textual strings containing Ruby
code. It compiles templates directly into native code which means that you
generally get the best possible performance.
In addition, Trenni includes an SGML/XML builder to assist with the generation
of pleasantly formatted markup.
-
Email
-
samuel.williams@oriontransfer.co.nz
-
Files
-
.gitignore
.travis.yml
Gemfile
README.md
Rakefile
lib/trenni.rb
lib/trenni/builder.rb
lib/trenni/extensions/symbol-1.8.7.rb
lib/trenni/parser.rb
lib/trenni/strings.rb
lib/trenni/template.rb
lib/trenni/version.rb
spec/trenni/builder_spec.rb
spec/trenni/parser_spec.rb
spec/trenni/strings_spec.rb
spec/trenni/template_spec.rb
trenni.gemspec
-
Homepage
-
https://github.com/ioquatix/trenni
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
2.2.2
-
Specification version
-
4
-
Summary
-
A fast native templating system that compiles directly to Ruby code.
-
Test files
-
spec/trenni/builder_spec.rb
spec/trenni/parser_spec.rb
spec/trenni/strings_spec.rb
spec/trenni/template_spec.rb
-
Original platform
-
ruby
-
New platform
-
ruby