Sha256: 78c1dafdd7d6fa1c04d9dbab94f01a270b1ae3c31ee5d330a52552f092d5cb63
Contents?: true
Size: 1.68 KB
Versions: 0
Compression: gzip
Compressed size: 787 Bytes
Stored size: 787 Bytes
Contents
--- !ruby/object:Gem::Specification name: trenni version: !ruby/object:Gem::Version version: 1.0.0 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 into native Ruby code including string \n\tinterpolations which means that you generally get the best possible speed.\n\t\n\tIn addition, Trenni includes an SGML/XML builder to assist with the generation\n\tof valid nicely 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: 4320630080508960898 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: 4320630080508960898 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