Sha256: bf13b84a6dd29ce0d9dbd77e5ec2e0355fec7261928c3a4fd9b34799971eb892
Contents?: true
Size: 1.46 KB
Versions: 1
Compression:
Stored size: 1.46 KB
Contents
## tagz.gemspec # Gem::Specification::new do |spec| spec.name = "tagz" spec.version = "8.0.0" 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", "lib/tagz/rails.rb", "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-8.0.0 | tagz.gemspec |