iciba 0.0.14 → 0.0.15

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.
@@ -19,7 +19,7 @@ module Iciba
19
19
  download_and_parse(words, dir, extended)
20
20
  puts wrap_text(self.result) if logs
21
21
  puts if self.result.contains_cjk? && logs && pinyin
22
- puts wrap_text(self.result.strip.gsub("\r\n", '|newline|').to_pinyin.gsub('|newline|', "\r\n\r\n"), 40) if self.result.contains_cjk? && pinyin && bin
22
+ puts wrap_text(self.result.strip.gsub("\r\n", '|newline|').to_pinyin.gsub('|newline|', "\r\n\r\n"), 40) if self.result.contains_cjk? && pinyin && logs
23
23
  puts '------------------------------------------------------------------------------------' if logs
24
24
  return self.result
25
25
  end
@@ -3,7 +3,7 @@ require 'yajl'
3
3
  require 'hashie'
4
4
  require 'curb'
5
5
  require 'nokogiri'
6
- require 'hpricot'``
6
+ require 'hpricot'
7
7
  module Iciba
8
8
  module Tools
9
9
 
@@ -1,3 +1,3 @@
1
1
  module Iciba
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iciba
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: