Sha256: e115dad01d7fbe3c52576142701cfba25d058c9f4511aae65f2873a05ced8e90
Contents?: true
Size: 1.72 KB
Versions: 0
Compression: gzip
Compressed size: 791 Bytes
Stored size: 791 Bytes
Contents
--- !ruby/object:Gem::Specification name: trenni version: !ruby/object:Gem::Version version: 1.0.2 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/strings.rb - lib/trenni/template.rb - lib/trenni/version.rb - test/test_builder.rb - test/test_strings.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: -2578082460541813883 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: -2578082460541813883 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_strings.rb - test/test_template.rb