Sha256: da70bf1826e21118e1c06b7e29a6c94b3fff17130d4e34b9e0867c243bb9e44a

Contents?: true

Size: 951 Bytes

Versions: 7

Compression:

Stored size: 951 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'HTML/AutoTag/version'

Gem::Specification.new do |spec|
  spec.name          = "HTML-AutoTag"
  spec.version       = HTML::AutoTag::VERSION
  spec.authors       = ["jeffa"]
  spec.email         = ["jeffa@cpan.org"]
  spec.description   = %q{Just another HTML tag generator for ruby.}
  spec.summary       = %q{Generate HTML tags with ease (HTML4, HTML5, XHTML and SVG).}
  spec.homepage      = "https://github.com/jeffa/html-autotag-ruby"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
  spec.add_dependency "htmlentities"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
HTML-AutoTag-1.0.1 HTML-AutoTag.gemspec
HTML-AutoTag-1.0.0 HTML-AutoTag.gemspec
HTML-AutoTag-0.0.6 HTML-AutoTag.gemspec
HTML-AutoTag-0.0.5 HTML-AutoTag.gemspec
HTML-AutoTag-0.0.4 HTML-AutoTag.gemspec
HTML-AutoTag-0.0.3 HTML-AutoTag.gemspec
HTML-AutoTag-0.0.2 HTML-AutoTag.gemspec