# -*- encoding: utf-8 -*- # stub: html-pipeline 2.0 ruby lib Gem::Specification.new do |s| s.name = "html-pipeline".freeze s.version = "2.0".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] s.date = "2015-07-20" s.description = "GitHub HTML processing filters and utilities".freeze s.email = ["ryan@github.com".freeze, "jerry@github.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".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/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_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, "script/changelog".freeze, "script/package".freeze, "script/release".freeze, "test/helpers/mocked_instrumentation_service.rb".freeze, "test/html/pipeline/absolute_source_filter_test.rb".freeze, "test/html/pipeline/autolink_filter_test.rb".freeze, "test/html/pipeline/camo_filter_test.rb".freeze, "test/html/pipeline/emoji_filter_test.rb".freeze, "test/html/pipeline/https_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/syntax_highlight_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/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.test_files = ["test/helpers/mocked_instrumentation_service.rb".freeze, "test/html/pipeline/absolute_source_filter_test.rb".freeze, "test/html/pipeline/autolink_filter_test.rb".freeze, "test/html/pipeline/camo_filter_test.rb".freeze, "test/html/pipeline/emoji_filter_test.rb".freeze, "test/html/pipeline/https_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/syntax_highlight_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, "<= 1.6.5".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2".freeze, "< 5".freeze]) end