Sha256: 1979dcbba6a862b032edca16d0986a04e7f448d1418c97e01b27d0df37b4ae9b
Contents?: true
Size: 1.42 KB
Versions: 1
Compression:
Stored size: 1.42 KB
Contents
## tagz.gemspec # Gem::Specification::new do |spec| spec.name = "tagz" spec.version = "7.2.2" spec.platform = Gem::Platform::RUBY spec.summary = "tagz" spec.description = " tagz.rb is generates html, xml, or any sgml variant like a small ninja\n running across the backs of a herd of giraffes swatting of heads like\n a mark-up weedwacker. weighing in at less than 300 lines of code\n tagz.rb adds an html/xml/sgml syntax to ruby that is both unobtrusive,\n safe, and available globally to objects without the need for any\n builder or superfluous objects. tagz.rb is designed for applications\n that generate html to be able to do so easily in any context without\n heavyweight syntax or scoping issues, like a ninja sword through\n butter.\n" spec.files = ["lib", "lib/tagz.rb", "Rakefile", "README", "readme.erb", "samples", "samples/a.rb", "samples/b.rb", "samples/c.rb", "samples/d.rb", "samples/e.rb", "samples/f.rb", "samples/g.rb", "tagz.gemspec", "test", "test/tagz.rb"] spec.executables = [] spec.require_path = "lib" spec.has_rdoc = true spec.test_files = "test/tagz.rb" #spec.add_dependency 'lib', '>= version' #spec.add_dependency 'fattr' spec.extensions.push(*[]) spec.rubyforge_project = "codeforpeople" spec.author = "Ara T. Howard" spec.email = "ara.t.howard@gmail.com" spec.homepage = "http://github.com/ahoward/tagz/tree/master" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tagz-7.2.2 | tagz.gemspec |