Sha256: 550ac2e85448e0bfb34ce56d17d3d17b69d84b0ef9813e976ca1fe5da54f72e4
Contents?: true
Size: 1.78 KB
Versions: 0
Compression: gzip
Compressed size: 794 Bytes
Stored size: 794 Bytes
Contents
--- !ruby/object:Gem::Specification name: trenni version: !ruby/object:Gem::Version hash: 31 prerelease: segments: - 1 - 0 - 4 version: 1.0.4 platform: ruby authors: - Samuel Williams autorequire: bindir: bin cert_chain: [] date: 2012-10-25 00:00:00 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/extensions/symbol-1.8.7.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 hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" 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