sogou-tuiguang 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1f0f5f984c1f688e96124675fcf54fd04853142a
4
- data.tar.gz: 529c34468a13adf1dc99fa96efb25c6d0a8f230a
3
+ metadata.gz: 01b8cedcc56f1fc9529edb5c2a551870e97a16b6
4
+ data.tar.gz: 3f3d3143ae3efb863f851cc4ae00446242a4f1ab
5
5
  SHA512:
6
- metadata.gz: 8e38255ee9516b3058270ec4c2b6a6136dea4858a5f7022c946387269c7b1803869598b1e381ad368cd18200801ec5fdf2a9f1edff7001244c01f5bf40126370
7
- data.tar.gz: 765709d719b2cfc80c82570f366aec8943a76fd0f0f20203cb76748acfcb7dffa71d485066df2ae21f77c3263800f137993d18b6706d5572f10c025fbd815f75
6
+ metadata.gz: 13e8ceb055bf3c5105a161df2d50621d71dae92e54c2733a524b143161186dbf9cdd8b608b668fd61be4a1331f207e5a65250c9c09fb03a04ec12957d9fb571f
7
+ data.tar.gz: e0549f4dae704c17d756f0aa72f13bb7ceb50783280dd85c151f6dbb99d5258afd03c05de3ceb16c4b910e9a1b4a12fa64b32e0d78e2d8dbc2734df18ddc6108
@@ -1,5 +1,5 @@
1
1
  module Sogou
2
2
  module Tuiguang
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
@@ -63,7 +63,7 @@ module Sogou
63
63
  ret_val['data'] << {
64
64
  'id' => item['cpcid'],
65
65
  'keyword' => item['key'],
66
- 'pause' => item['isPause'] == 1,
66
+ 'pause' => item['ispause'] == 1,
67
67
  'status' => item['showstatus'],
68
68
  'mobile_status' => '',
69
69
  'price' => item['showprice'].to_f,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sogou-tuiguang
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
  - Xiao Jie