Sha256: 0e32cc7ac2b65ffc92e829f990a9a9bc98a36c26e8d0885bce7c3b8a8b0d4cee

Contents?: true

Size: 1.13 KB

Versions: 12

Compression:

Stored size: 1.13 KB

Contents

# frozen_string_literal: true

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

12 entries across 12 versions & 1 rubygems

Version Path
html-pipeline-2.14.3 html-pipeline.gemspec
html-pipeline-2.14.2 html-pipeline.gemspec
html-pipeline-2.14.1 html-pipeline.gemspec
html-pipeline-2.13.2 html-pipeline.gemspec
html-pipeline-2.13.1 html-pipeline.gemspec
html-pipeline-2.14.0 html-pipeline.gemspec
html-pipeline-2.13.0 html-pipeline.gemspec
html-pipeline-2.12.3 html-pipeline.gemspec
html-pipeline-2.12.2 html-pipeline.gemspec
html-pipeline-2.12.1 html-pipeline.gemspec
html-pipeline-2.12.0 html-pipeline.gemspec
html-pipeline-2.11.1 html-pipeline.gemspec