iciba 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -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: