Sha256: f50b4ac1a7142fbcac7f3b3113e6c05dc587b9cc2cca3d3b8ae7f5b094c113d0
Contents?: true
Size: 1.65 KB
Versions: 0
Compression: gzip
Compressed size: 783 Bytes
Stored size: 783 Bytes
Contents
--- !ruby/object:Gem::Specification name: trenni version: !ruby/object:Gem::Version version: 1.0.1 prerelease: platform: ruby authors: - Samuel Williams autorequire: bindir: bin cert_chain: [] date: 2012-10-25 00:00:00.000000000 Z dependencies: [] description: ! "\tTrenni is a templating system that evaluates textual strings containing Ruby\n\tcode. It compiles templates directly into native code which means that you\n\tgenerally get the best possible performance.\n\n\tIn addition, Trenni includes an SGML/XML builder to assist with the generation\n\tof pleasantly formatted markup.\n" email: - samuel.williams@oriontransfer.co.nz executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - Gemfile - README.md - Rakefile - lib/trenni.rb - lib/trenni/builder.rb - lib/trenni/template.rb - lib/trenni/version.rb - test/test_builder.rb - test/test_template.rb - trenni.gemspec homepage: https://github.com/ioquatix/trenni licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: -1799901624385534337 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: -1799901624385534337 requirements: [] rubyforge_project: rubygems_version: 1.8.24 signing_key: specification_version: 3 summary: A fast native templating system that compiles directly to Ruby code. test_files: - test/test_builder.rb - test/test_template.rb