File: metadata.yml

package info (click to toggle)
ruby-html-pipeline 1.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 312 kB
  • ctags: 288
  • sloc: ruby: 1,587; sh: 12; makefile: 2
file content (141 lines) | stat: -rw-r--r-- 4,226 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
--- !ruby/object:Gem::Specification
name: html-pipeline
version: !ruby/object:Gem::Version
  version: 1.11.0
platform: ruby
authors:
- Ryan Tomayko
- Jerry Cheung
autorequire: 
bindir: bin
cert_chain: []
date: 2014-09-15 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'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '>='
      - !ruby/object:Gem::Version
        version: '2'
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_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/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/emoji_filter_test.rb
- test/html/pipeline/https_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.0.14
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/emoji_filter_test.rb
- test/html/pipeline/https_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