# -*- encoding: utf-8 -*-
# stub: html-pipeline-linuxfr 0.14.15 ruby lib
Gem::Specification.new do |s|
s.name = "html-pipeline-linuxfr".freeze
s.version = "0.14.15".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, "Bruno Michel".freeze]
s.date = "2014-03-09"
s.description = "LinuxFr.org HTML processing filters and utilities, adapted from those of GitHub".freeze
s.email = ["ryan@github.com".freeze, "jerry@github.com".freeze, "bmichel@menfin.info".freeze]
s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/html-pipeline".freeze, "html-pipeline-linuxfr.gemspec".freeze, "lib/html/pipeline.rb".freeze, "lib/html/pipeline/custom_links_filter.rb".freeze, "lib/html/pipeline/filter.rb".freeze, "lib/html/pipeline/linuxfr.rb".freeze, "lib/html/pipeline/markdown_filter.rb".freeze, "lib/html/pipeline/relative_links_filter.rb".freeze, "lib/html/pipeline/sanitization_filter.rb".freeze, "lib/html/pipeline/svgtex.rb".freeze, "lib/html/pipeline/syntax_highlight_filter.rb".freeze, "lib/html/pipeline/text_filter.rb".freeze, "lib/html/pipeline/toc_filter.rb".freeze, "lib/html/pipeline/version.rb".freeze, "test/helpers/mocked_instrumentation_service.rb".freeze, "test/html/pipeline/absolute_source_filter_test.rb".freeze, "test/html/pipeline/camo_filter_test.rb".freeze, "test/html/pipeline/image_max_width_filter_test.rb".freeze, "test/html/pipeline/markdown_filter_test.rb".freeze, "test/html/pipeline/mention_filter_test.rb".freeze, "test/html/pipeline/plain_text_input_filter_test.rb".freeze, "test/html/pipeline/sanitization_filter_test.rb".freeze, "test/html/pipeline/toc_filter_test.rb".freeze, "test/html/pipeline_test.rb".freeze, "test/test_helper.rb".freeze]
s.homepage = "https://github.com/nono/html-pipeline-linuxfr".freeze
s.licenses = ["MIT".freeze]
s.rubygems_version = "3.5.10".freeze
s.summary = "Helpers for processing content through a chain of filters".freeze
s.test_files = ["test/helpers/mocked_instrumentation_service.rb".freeze, "test/html/pipeline/absolute_source_filter_test.rb".freeze, "test/html/pipeline/camo_filter_test.rb".freeze, "test/html/pipeline/image_max_width_filter_test.rb".freeze, "test/html/pipeline/markdown_filter_test.rb".freeze, "test/html/pipeline/mention_filter_test.rb".freeze, "test/html/pipeline/plain_text_input_filter_test.rb".freeze, "test/html/pipeline/sanitization_filter_test.rb".freeze, "test/html/pipeline/toc_filter_test.rb".freeze, "test/html/pipeline_test.rb".freeze, "test/test_helper.rb".freeze]
s.specification_version = 4
s.add_runtime_dependency(%q.freeze, ["~> 1.4".freeze])
s.add_runtime_dependency(%q.freeze, ["~> 3.1".freeze])
s.add_runtime_dependency(%q.freeze, ["~> 0.5".freeze])
s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze])
s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze])
s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze])
s.add_runtime_dependency(%q.freeze, ["~> 0.4".freeze])
end