blade-translate 0.1.5 → 0.1.6

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: 92ab80f598cfa5a4ee1d511f37b81ad63c62f6a0
4
- data.tar.gz: b4435c471c4b8938ef9375e125b5bab53c9c9aea
3
+ metadata.gz: c85c60af328d3e018fb0c42ff0229dd08539e364
4
+ data.tar.gz: def966ebf8d35e886b0147f739a902b18f9464fa
5
5
  SHA512:
6
- metadata.gz: 7ccecffa20073e026ce441705c8a35444733f2f6eb9d5f8ef0cc225a1c32d339b6aaf622cabf8005b35d5f6ea0bbb2c1c0503ef479086a09ccf39095c5e364ea
7
- data.tar.gz: 302e40b605ad5c5e9abd254cbf298dcc9f87c49810512503f26079dfe865ca1cab8d8bcddb0d3d46b1fa672a3f37d7a0d961d7d7e75cf38add67f3f37867c30f
6
+ metadata.gz: dd2c4a3ba9262d8149b30fced1160f8bfccfe387df5c6dabb6fca3ec8c5b02f752d592233acbe9190c3dc9dc1f3fe359d7752ba27b3bec07f8247ad23276bcec
7
+ data.tar.gz: 53f522f7b744d604a3ccc82f35dc275875f735cce69e6aa6b3a0f89ad86c47282d5dc0f3f6c6f67f410a7ed46b9298242c0b7523a9a8fd6f2f44acdc140ed8af
@@ -5,7 +5,7 @@ require "rainbow/ext/string"
5
5
 
6
6
 
7
7
  module Blade
8
- API_URL = "http://fanyi.youdao.com/openapi.do?keyfrom=JIANGDi&key=891853312&type=data&doctype=json&version=1.1&q="
8
+ API_URL = "http://fanyi.youdao.com/openapi.do?keyfrom=bladetrans&key=902909552&type=data&doctype=json&version=1.1&q="
9
9
  class Translate
10
10
  def initialize(input)
11
11
  @words = input
@@ -1,5 +1,5 @@
1
1
  module Blade
2
2
  module Translate
3
- VERSION = "0.1.5"
3
+ VERSION = "0.1.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blade-translate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - icepoint0