Sha256: 89fe6b018d6ef5ae0b8c64f74d851deeb222c7ee44f95ffee3e615a5f7b6d398

Contents?: true

Size: 1.09 KB

Versions: 7

Compression:

Stored size: 1.09 KB

Contents

# -*- encoding: utf-8 -*-
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"]
  gem.email         = ["ryan@github.com", "jerry@github.com"]
  gem.description   = %q{GitHub HTML processing filters and utilities}
  gem.summary       = %q{Helpers for processing content through a chain of filters}
  gem.homepage      = "https://github.com/jch/html-pipeline"

  gem.files         = `git ls-files`.split $/
  gem.test_files    = gem.files.grep(%r{^test})
  gem.require_paths = ["lib"]

  gem.add_dependency "nokogiri", ">= 1.4"
  gem.add_dependency "activesupport", [">= 2", "< 5"]

  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

7 entries across 7 versions & 1 rubygems

Version Path
html-pipeline-2.4.1 html-pipeline.gemspec
html-pipeline-2.4.0 html-pipeline.gemspec
html-pipeline-2.3.0 html-pipeline.gemspec
html-pipeline-2.2.4 html-pipeline.gemspec
html-pipeline-2.2.3 html-pipeline.gemspec
html-pipeline-2.2.2 html-pipeline.gemspec
html-pipeline-2.2.1 html-pipeline.gemspec