html-pipeline-bungo 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/html/pipeline/bungo/dash_filter.rb +17 -0
- data/lib/html/pipeline/bungo/version.rb +1 -1
- data/lib/html/pipeline/bungo.rb +1 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 01a078be7b839fe1c541c079f44d530b4d4874e2
|
4
|
+
data.tar.gz: 1df1b2670d2c6d032660bf52f83b21cd118fbac3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ee613d92e91ea224fc51a825c878a21c3d23391cd837450a99d2b654c955c0ebe3a9a357c0c23fbb52e4b9064710420ed2b8a0fb93f33d7ddc83c608658aea4
|
7
|
+
data.tar.gz: 43b67d51413bab82cd33185957253961bda904dccec86c9b7a64601b956268a2e36ca2fd8c61fa4694421e655d08bced0623030ae098ecbb7a81eba26364b1f2
|
data/lib/html/pipeline/bungo.rb
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
require "html/pipeline"
|
2
2
|
require "html/pipeline/bungo/version"
|
3
3
|
require "html/pipeline/bungo/bold_filter.rb"
|
4
|
+
require "html/pipeline/bungo/dash_filter.rb"
|
4
5
|
require "html/pipeline/bungo/emph_filter.rb"
|
5
6
|
require "html/pipeline/bungo/paragraph_filter.rb"
|
6
7
|
require "html/pipeline/bungo/ruby_filter.rb"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: html-pipeline-bungo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- tetuyoko
|
@@ -99,6 +99,7 @@ files:
|
|
99
99
|
- html-pipeline-bungo.gemspec
|
100
100
|
- lib/html/pipeline/bungo.rb
|
101
101
|
- lib/html/pipeline/bungo/bold_filter.rb
|
102
|
+
- lib/html/pipeline/bungo/dash_filter.rb
|
102
103
|
- lib/html/pipeline/bungo/emph_filter.rb
|
103
104
|
- lib/html/pipeline/bungo/nowrap_plain_text_input_filter.rb
|
104
105
|
- lib/html/pipeline/bungo/paragraph_filter.rb
|