pdbook 0.1.6 → 0.1.7

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.
Files changed (3) hide show
  1. data/lib/pdbook.rb +1 -1
  2. data/lib/pdbook/converter.rb +8 -1
  3. metadata +1 -1
@@ -4,5 +4,5 @@ $:.unshift(File.dirname(__FILE__)) unless
4
4
  require 'pdbook/converter'
5
5
 
6
6
  module Pdbook
7
- VERSION = '0.1.6'
7
+ VERSION = '0.1.7'
8
8
  end
@@ -106,9 +106,16 @@ module Pdbook
106
106
  text.gsub!('﹂', '」')
107
107
  text.gsub!('︽', '《')
108
108
  text.gsub!('︾', '》')
109
- text.gsub!('|', 'ー‎')
109
+ text.gsub!('|', '')
110
110
  text.gsub!('︵', '(')
111
111
  text.gsub!('︶', ')')
112
+ text.gsub!('﹃', '『')
113
+ text.gsub!('﹄', '』')
114
+ text.gsub!('︹', '〔')
115
+ text.gsub!('︺', '〕')
116
+ text.gsub!('︻', '【')
117
+ text.gsub!('︼', '】')
118
+
112
119
  text
113
120
  end
114
121
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdbook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francis Chong