html-pipeline-bungo 0.7.0 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 50fbcfe325a3a97131d0dbd4dfdd368cb8a18964
|
4
|
+
data.tar.gz: 61d97dd17e3273d91b19f7a48a0f71dd94cbfab9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d794733bdfb7846d957086213b2d251b00da27fafa66928627fc0a05573bbd6f6e35787d950b9f275a7488a56e599245005d52e6d59bddfa98ff2323a3223c67
|
7
|
+
data.tar.gz: 67b6cf0c7e206396f6fedb4fa29bc742a87fa530a5c6fc4f62acb7d3f9a3afd26de8a1e20433780d0c455592a225fa5803235b5d82c5ca8a80b6eed456e140cf
|
@@ -9,7 +9,7 @@ module HTML
|
|
9
9
|
private
|
10
10
|
|
11
11
|
def emph_dot_filter(text)
|
12
|
-
text.gsub(/:([^:\(\)
|
12
|
+
text.gsub(/:([^:\(\)\|\!]+?)\|/) do |match|
|
13
13
|
literals = $1.split(//).map{|lt| "<span class='boten'>#{lt}</span>"}
|
14
14
|
"<span class='botenparent'>#{literals.join}</span>"
|
15
15
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: html-pipeline-bungo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- tetuyoko
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-07-
|
11
|
+
date: 2016-07-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: html-pipeline
|