pdbook 0.1.2 → 0.1.3

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 +2 -0
  3. metadata +1 -1
data/lib/pdbook.rb CHANGED
@@ -4,5 +4,5 @@ $:.unshift(File.dirname(__FILE__)) unless
4
4
  require 'pdbook/converter'
5
5
 
6
6
  module Pdbook
7
- VERSION = '0.1.2'
7
+ VERSION = '0.1.3'
8
8
  end
@@ -102,6 +102,8 @@ module Pdbook
102
102
  text.gsub!('︽', '《')
103
103
  text.gsub!('︾', '》')
104
104
  text.gsub!('|', 'ー‎')
105
+ text.gsub!('︵', '(')
106
+ text.gsub!('︶', ')')
105
107
  text
106
108
  end
107
109
 
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francis Chong