# -*- encoding: utf-8 -*- # stub: html-pipeline-linuxfr 0.14.28 ruby lib Gem::Specification.new do |s| s.name = "html-pipeline-linuxfr".freeze s.version = "0.14.28".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 = "2017-05-04" 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, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".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/markdown_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/markdown_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.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.8".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end