--- !ruby/object:Gem::Specification
name: html-pipeline
version: !ruby/object:Gem::Version
version: 2.4.1
platform: ruby
authors:
- Ryan Tomayko
- Jerry Cheung
autorequire:
bindir: bin
cert_chain: []
date: 2016-05-11 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: nokogiri
requirement: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: '1.4'
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: '1.4'
- !ruby/object:Gem::Dependency
name: activesupport
requirement: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: '2'
- - "<"
- !ruby/object:Gem::Version
version: '5'
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: '2'
- - "<"
- !ruby/object:Gem::Version
version: '5'
description: GitHub HTML processing filters and utilities
email:
- ryan@github.com
- jerry@github.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- ".gitignore"
- ".travis.yml"
- CHANGELOG.md
- CONTRIBUTING.md
- Gemfile
- LICENSE
- README.md
- Rakefile
- bin/html-pipeline
- html-pipeline.gemspec
- lib/html/pipeline.rb
- lib/html/pipeline/@mention_filter.rb
- lib/html/pipeline/absolute_source_filter.rb
- lib/html/pipeline/autolink_filter.rb
- lib/html/pipeline/body_content.rb
- lib/html/pipeline/camo_filter.rb
- lib/html/pipeline/email_reply_filter.rb
- lib/html/pipeline/emoji_filter.rb
- lib/html/pipeline/filter.rb
- lib/html/pipeline/https_filter.rb
- lib/html/pipeline/image_filter.rb
- lib/html/pipeline/image_max_width_filter.rb
- lib/html/pipeline/markdown_filter.rb
- lib/html/pipeline/plain_text_input_filter.rb
- lib/html/pipeline/sanitization_filter.rb
- lib/html/pipeline/syntax_highlight_filter.rb
- lib/html/pipeline/text_filter.rb
- lib/html/pipeline/textile_filter.rb
- lib/html/pipeline/toc_filter.rb
- lib/html/pipeline/version.rb
- script/changelog
- script/package
- script/release
- test/helpers/mocked_instrumentation_service.rb
- test/html/pipeline/absolute_source_filter_test.rb
- test/html/pipeline/autolink_filter_test.rb
- test/html/pipeline/camo_filter_test.rb
- test/html/pipeline/email_reply_filter_test.rb
- test/html/pipeline/emoji_filter_test.rb
- test/html/pipeline/https_filter_test.rb
- test/html/pipeline/image_filter_test.rb
- test/html/pipeline/image_max_width_filter_test.rb
- test/html/pipeline/markdown_filter_test.rb
- test/html/pipeline/mention_filter_test.rb
- test/html/pipeline/plain_text_input_filter_test.rb
- test/html/pipeline/sanitization_filter_test.rb
- test/html/pipeline/syntax_highlight_filter_test.rb
- test/html/pipeline/toc_filter_test.rb
- test/html/pipeline_test.rb
- test/test_helper.rb
homepage: https://github.com/jch/html-pipeline
licenses:
- MIT
metadata: {}
post_install_message: |
-------------------------------------------------
Thank you for installing html-pipeline!
You must bundle Filter gem dependencies.
See html-pipeline README.md for more details.
https://github.com/jch/html-pipeline#dependencies
-------------------------------------------------
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: '0'
requirements: []
rubyforge_project:
rubygems_version: 2.5.1
signing_key:
specification_version: 4
summary: Helpers for processing content through a chain of filters
test_files:
- test/helpers/mocked_instrumentation_service.rb
- test/html/pipeline/absolute_source_filter_test.rb
- test/html/pipeline/autolink_filter_test.rb
- test/html/pipeline/camo_filter_test.rb
- test/html/pipeline/email_reply_filter_test.rb
- test/html/pipeline/emoji_filter_test.rb
- test/html/pipeline/https_filter_test.rb
- test/html/pipeline/image_filter_test.rb
- test/html/pipeline/image_max_width_filter_test.rb
- test/html/pipeline/markdown_filter_test.rb
- test/html/pipeline/mention_filter_test.rb
- test/html/pipeline/plain_text_input_filter_test.rb
- test/html/pipeline/sanitization_filter_test.rb
- test/html/pipeline/syntax_highlight_filter_test.rb
- test/html/pipeline/toc_filter_test.rb
- test/html/pipeline_test.rb
- test/test_helper.rb