Sha256: 7333d0465273c0c240c80ca3be60478c61145526e6cb7aae180d1c2d5f7e0935

Contents?: true

Size: 1019 Bytes

Versions: 3

Compression:

Stored size: 1019 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "html_terminator"
  spec.version       = HtmlTerminator::VERSION
  spec.authors       = ["Steel Fu", "Matt Diebolt"]
  spec.email         = ["steel@polleverywhere.com", "matt@polleverywhere.com"]
  spec.description   = %q{Terminate Active Records fields of html}
  spec.summary       = %q{Terminate Active Records fields of html}
  spec.homepage      = "https://github.com/polleverywhere/html_terminator/"
  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", "~> 2.2.0"
  spec.add_development_dependency "rake"

  spec.add_runtime_dependency "sanitize", "~> 6.0.0"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
html_terminator-6.1.0 html_terminator.gemspec
html_terminator-6.0.1 html_terminator.gemspec
html_terminator-6.0.0 html_terminator.gemspec