# -*- encoding: utf-8 -*- # stub: tagz 8.2.0 ruby lib Gem::Specification.new do |s| s.name = "tagz".freeze s.version = "8.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ara T. Howard".freeze] s.date = "2011-02-18" s.description = "\ntagz.rb is generates html, xml, or any sgml variant like a small ninja\nrunning across the backs of a herd of giraffes swatting of heads like\na mark-up weedwacker. weighing in at less than 300 lines of code\ntagz.rb adds an html/xml/sgml syntax to ruby that is both unobtrusive,\nsafe, and available globally to objects without the need for any\nbuilder or superfluous objects. tagz.rb is designed for applications\nthat generate html to be able to do so easily in any context without\nheavyweight syntax or scoping issues, like a ninja sword through\nbutter.\n\n".freeze s.email = "ara.t.howard@gmail.com".freeze s.files = ["README".freeze, "Rakefile".freeze, "lib/tagz.rb".freeze, "lib/tagz/rails.rb".freeze, "readme.erb".freeze, "samples/a.rb".freeze, "samples/b.rb".freeze, "samples/c.rb".freeze, "samples/d.rb".freeze, "samples/e.rb".freeze, "samples/f.rb".freeze, "samples/g.rb".freeze, "tagz.gemspec".freeze, "test/tagz_test.rb".freeze] s.homepage = "http://github.com/ahoward/tagz".freeze s.rubygems_version = "3.5.10".freeze s.summary = "tagz".freeze end