Sha256: ca9a4e5f469e2f03d92076b1c25a3c55ff7d7836117f86ff789e12ce3f1598cd

Contents?: true

Size: 1.1 KB

Versions: 4

Compression:

Stored size: 1.1 KB

Contents

require File.expand_path('../lib/html/pipeline/version', __FILE__)

Gem::Specification.new do |gem|
  gem.name          = 'html-pipeline'
  gem.version       = HTML::Pipeline::VERSION
  gem.license       = 'MIT'
  gem.authors       = ['Ryan Tomayko', 'Jerry Cheung', 'Garen J. Torikian']
  gem.email         = ['ryan@github.com', 'jerry@github.com', 'gjtorikian@gmail.com']
  gem.description   = 'GitHub HTML processing filters and utilities'
  gem.summary       = 'Helpers for processing content through a chain of filters'
  gem.homepage      = 'https://github.com/jch/html-pipeline'

  gem.files         = `git ls-files -z`.split("\x0").reject { |f| f =~ %r{^(test|gemfiles|script)/} }
  gem.require_paths = ['lib']

  gem.add_dependency 'activesupport', '>= 2'
  gem.add_dependency 'nokogiri', '>= 1.4'

  gem.post_install_message = <<msg
-------------------------------------------------
Thank you for installing html-pipeline!
You must bundle Filter gem dependencies.
See html-pipeline README.md for more details.
https://github.com/jch/html-pipeline#dependencies
-------------------------------------------------
msg
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
html-pipeline-2.11.0 html-pipeline.gemspec
html-pipeline-2.10.0 html-pipeline.gemspec
html-pipeline-2.9.2 html-pipeline.gemspec
html-pipeline-2.9.1 html-pipeline.gemspec