Sha256: 7f19303bc64646eec844fe90e20ca30faf3b429d26896caa76c05b33cac506af

Contents?: true

Size: 981 Bytes

Versions: 1

Compression:

Stored size: 981 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "html-conditional-comment"
  spec.version       = HtmlConditionalComment::VERSION
  spec.authors       = ["Carson Reinke"]
  spec.email         = ["carson@reinke.co"]

  spec.summary       = %q{Parse HTML conditional comments}
  spec.homepage      = "https://github.com/carsonreinke/html-conditional-comment"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "minitest"
  spec.add_development_dependency "byebug"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
html-conditional-comment-0.1.0 html-conditional-comment.gemspec