market_bot 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b69851827593453db81b7f914d288d76587b61c3cd110cc5278abc60e3d65e62
4
- data.tar.gz: 1cf502f15dac6a0fcac41f342416874c6b9ff4a1ed7747b1c2c435c534d450e1
3
+ metadata.gz: d5b002cc76fb3873b1b12b5ef68d65d386346d96259e24fbdcf8e03a6ffa0272
4
+ data.tar.gz: 49cc793fb1d5539d7a259d6686954fea18d3017d0fa450c0925f427e91e89de2
5
5
  SHA512:
6
- metadata.gz: 873aadfacea67683ddf4e8b404c25bb7c888e20e4b4b35f3513fb794089452b666f0036888b431e96fb719fd4f48404536b0808a27b400aeaa21a6f3aca4a208
7
- data.tar.gz: 248f43a7d5298f3c8fa7726d10b41f9f390da6307c3cd0244691f538edc135ead99d7a835af9a6f1771e9cd6b8d10f2e4cd5bf16d7b9d9e608d1ab2e8d048b75
6
+ metadata.gz: 97d47de490392495dba78da7a85b764cce47656561810a365104febd943990dceed9c7238a3321383878200938dea0272873e63aa200906d89925aa20295f65a
7
+ data.tar.gz: cc64fd281fa06a6e15cc8f99e04a67ca86f3906d8bc41fe53c34ae67144804aa4de786bddf6e945f29bbffc3a9a03194a097cad6e7cd272841089bd496c210e0
@@ -1,6 +1,10 @@
1
1
  # Change Log
2
2
 
3
- ## [1.3.0] - 2017-09-26
3
+ ## [1.3.1] - 2018-03-29
4
+ ### Fixed
5
+ - replace obsolete URI.escape with CGI.escape @lightalloy.
6
+
7
+ ## [1.3.0] - 2018-03-10
4
8
  ### Added
5
9
  - in_app_products_price to the app class from @lightalloy.
6
10
  - physical_address to the app class from @lightalloy.
@@ -69,7 +69,6 @@ You can specify a country and a language to override the defaults when creating
69
69
  ## Excessive Use
70
70
 
71
71
  Google will block your IP address if you attempt to scrape large quantities of data.
72
- Please contact me if you are looking for commercial data solutions.
73
72
 
74
73
  ## Contributing to Market Bot
75
74
 
@@ -83,5 +82,5 @@ Please contact me if you are looking for commercial data solutions.
83
82
 
84
83
  ## Copyright
85
84
 
86
- Copyright (c) 2011 - 2017 Chad Remesch. See LICENSE.txt for
85
+ Copyright (c) 2011 - 2018 Chad Remesch. See LICENSE.txt for
87
86
  further details.
@@ -10,7 +10,7 @@ module MarketBot
10
10
  num = 100
11
11
 
12
12
  url = "https://play.google.com/store/apps/developer?"
13
- url << "id=#{URI.escape(@collection)}&"
13
+ url << "id=#{CGI.escape(@collection)}&"
14
14
  url << "start=0&"
15
15
  url << "gl=#{@country}&"
16
16
  url << "num=#{num}&"
@@ -1,3 +1,3 @@
1
1
  module MarketBot
2
- VERSION = '1.3.0'
2
+ VERSION = '1.3.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: market_bot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chad Remesch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-10 00:00:00.000000000 Z
11
+ date: 2018-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus