# -*- encoding: utf-8 -*-
# stub: html-pipeline 3.2.0 ruby lib
Gem::Specification.new do |s|
s.name = "html-pipeline".freeze
s.version = "3.2.0".freeze
s.required_rubygems_version = Gem::Requirement.new(">= 3.3.22".freeze) if s.respond_to? :required_rubygems_version=
s.metadata = { "funding_uri" => "https://github.com/sponsors/gjtorikian/", "rubygems_mfa_required" => "true" } if s.respond_to? :metadata=
s.require_paths = ["lib".freeze]
s.authors = ["Garen J. Torikian".freeze]
s.date = "2024-04-30"
s.description = "HTML processing filters and utilities".freeze
s.email = ["gjtorikian@gmail.com".freeze]
s.files = [".github/FUNDING.yml".freeze, ".github/dependabot.yml".freeze, ".github/workflows/automerge.yml".freeze, ".github/workflows/ci.yml".freeze, ".github/workflows/lint.yml".freeze, ".github/workflows/publish.yml".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, ".vscode/settings.json".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "UPGRADING.md".freeze, "html-pipeline.gemspec".freeze, "lib/html-pipeline.rb".freeze, "lib/html_pipeline.rb".freeze, "lib/html_pipeline/convert_filter.rb".freeze, "lib/html_pipeline/convert_filter/markdown_filter.rb".freeze, "lib/html_pipeline/filter.rb".freeze, "lib/html_pipeline/node_filter.rb".freeze, "lib/html_pipeline/node_filter/absolute_source_filter.rb".freeze, "lib/html_pipeline/node_filter/asset_proxy_filter.rb".freeze, "lib/html_pipeline/node_filter/emoji_filter.rb".freeze, "lib/html_pipeline/node_filter/https_filter.rb".freeze, "lib/html_pipeline/node_filter/image_max_width_filter.rb".freeze, "lib/html_pipeline/node_filter/mention_filter.rb".freeze, "lib/html_pipeline/node_filter/syntax_highlight_filter.rb".freeze, "lib/html_pipeline/node_filter/table_of_contents_filter.rb".freeze, "lib/html_pipeline/node_filter/team_mention_filter.rb".freeze, "lib/html_pipeline/sanitization_filter.rb".freeze, "lib/html_pipeline/text_filter.rb".freeze, "lib/html_pipeline/text_filter/image_filter.rb".freeze, "lib/html_pipeline/text_filter/plain_text_input_filter.rb".freeze, "lib/html_pipeline/version.rb".freeze]
s.homepage = "https://github.com/gjtorikian/html-pipeline".freeze
s.licenses = ["MIT".freeze]
s.post_install_message = "-------------------------------------------------\nThank you for installing html-pipeline!\nYou must bundle filter gem dependencies.\nSee the html-pipeline README.md for more details:\nhttps://github.com/gjtorikian/html-pipeline#dependencies\n-------------------------------------------------\n".freeze
s.required_ruby_version = Gem::Requirement.new("~> 3.1".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, ["~> 0.1".freeze])
s.add_runtime_dependency(%q.freeze, ["~> 2.5".freeze])
end