Sha256: 05889526a2fc6effee603262dee8f68534ea73ba5cc9fd3ae4f2fcaa031f80fc

Contents?: true

Size: 1017 Bytes

Versions: 1

Compression:

Stored size: 1017 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", "~> 1.3"
  spec.add_development_dependency "rake"

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
html_terminator-5.0.0 html_terminator.gemspec