# -*- encoding: utf-8 -*-
# stub: html-pipeline 2.14.3 ruby lib
Gem::Specification.new do |s|
s.name = "html-pipeline".freeze
s.version = "2.14.3".freeze
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Ryan Tomayko".freeze, "Jerry Cheung".freeze, "Garen J. Torikian".freeze]
s.date = "2022-10-14"
s.description = "GitHub HTML processing filters and utilities".freeze
s.email = ["ryan@github.com".freeze, "jerry@github.com".freeze, "gjtorikian@gmail.com".freeze]
s.files = [".github/FUNDING.yml".freeze, ".gitignore".freeze, ".travis.yml".freeze, "Appraisals".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/html-pipeline".freeze, "html-pipeline.gemspec".freeze, "lib/html/pipeline.rb".freeze, "lib/html/pipeline/@mention_filter.rb".freeze, "lib/html/pipeline/@team_mention_filter.rb".freeze, "lib/html/pipeline/absolute_source_filter.rb".freeze, "lib/html/pipeline/autolink_filter.rb".freeze, "lib/html/pipeline/body_content.rb".freeze, "lib/html/pipeline/camo_filter.rb".freeze, "lib/html/pipeline/email_reply_filter.rb".freeze, "lib/html/pipeline/emoji_filter.rb".freeze, "lib/html/pipeline/filter.rb".freeze, "lib/html/pipeline/https_filter.rb".freeze, "lib/html/pipeline/image_filter.rb".freeze, "lib/html/pipeline/image_max_width_filter.rb".freeze, "lib/html/pipeline/markdown_filter.rb".freeze, "lib/html/pipeline/plain_text_input_filter.rb".freeze, "lib/html/pipeline/sanitization_filter.rb".freeze, "lib/html/pipeline/syntax_highlight_filter.rb".freeze, "lib/html/pipeline/text_filter.rb".freeze, "lib/html/pipeline/textile_filter.rb".freeze, "lib/html/pipeline/toc_filter.rb".freeze, "lib/html/pipeline/version.rb".freeze]
s.homepage = "https://github.com/jch/html-pipeline".freeze
s.licenses = ["MIT".freeze]
s.post_install_message = "-------------------------------------------------\nThank you for installing html-pipeline!\nYou must bundle Filter gem dependencies.\nSee html-pipeline README.md for more details.\nhttps://github.com/jch/html-pipeline#dependencies\n-------------------------------------------------\n".freeze
s.rubygems_version = "3.5.10".freeze
s.summary = "Helpers for processing content through a chain of filters".freeze
s.specification_version = 4
s.add_runtime_dependency(%q.freeze, [">= 2".freeze])
s.add_runtime_dependency(%q.freeze, [">= 1.4".freeze])
end