market_bot 1.3.0 → 1.3.1
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 +4 -4
- data/CHANGELOG.md +5 -1
- data/README.markdown +1 -2
- data/lib/market_bot/play/developer.rb +1 -1
- data/lib/market_bot/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d5b002cc76fb3873b1b12b5ef68d65d386346d96259e24fbdcf8e03a6ffa0272
|
|
4
|
+
data.tar.gz: 49cc793fb1d5539d7a259d6686954fea18d3017d0fa450c0925f427e91e89de2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97d47de490392495dba78da7a85b764cce47656561810a365104febd943990dceed9c7238a3321383878200938dea0272873e63aa200906d89925aa20295f65a
|
|
7
|
+
data.tar.gz: cc64fd281fa06a6e15cc8f99e04a67ca86f3906d8bc41fe53c34ae67144804aa4de786bddf6e945f29bbffc3a9a03194a097cad6e7cd272841089bd496c210e0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## [1.3.
|
|
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.
|
data/README.markdown
CHANGED
|
@@ -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 -
|
|
85
|
+
Copyright (c) 2011 - 2018 Chad Remesch. See LICENSE.txt for
|
|
87
86
|
further details.
|
data/lib/market_bot/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2018-03-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|