# -*- encoding: utf-8 -*-
# stub: trenni 1.0.1 ruby lib

Gem::Specification.new do |s|
  s.name = "trenni".freeze
  s.version = "1.0.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Samuel Williams".freeze]
  s.date = "2012-10-25"
  s.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".freeze
  s.email = ["samuel.williams@oriontransfer.co.nz".freeze]
  s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "lib/trenni.rb".freeze, "lib/trenni/builder.rb".freeze, "lib/trenni/template.rb".freeze, "lib/trenni/version.rb".freeze, "test/test_builder.rb".freeze, "test/test_template.rb".freeze, "trenni.gemspec".freeze]
  s.homepage = "https://github.com/ioquatix/trenni".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "A fast native templating system that compiles directly to Ruby code.".freeze
  s.test_files = ["test/test_builder.rb".freeze, "test/test_template.rb".freeze]
end