market_bot 1.2.0 → 1.3.0
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 +5 -5
- data/.travis.yml +4 -3
- data/CHANGELOG.md +12 -0
- data/bin/update_test_data +1 -0
- data/lib/market_bot/play/app/constants.rb +6 -0
- data/lib/market_bot/play/app.rb +29 -14
- data/lib/market_bot/version.rb +1 -1
- data/spec/market_bot/play/app_spec.rb +44 -5
- data/spec/market_bot/play/data/app-com.bluefroggaming.popdat.txt +26 -27
- data/spec/market_bot/play/data/app-com.hasbro.mlpcoreAPPSTORE.txt +97 -0
- data/spec/market_bot/play/data/app-com.mg.android.txt +27 -28
- data/spec/market_bot/play/data/chart-jp-ja-topselling_paid-BUSINESS-0.txt +25 -26
- data/spec/market_bot/play/data/chart-jp-ja-topselling_paid-BUSINESS-1.txt +25 -26
- data/spec/market_bot/play/data/chart-topselling_paid-GAME_ARCADE-0.txt +25 -26
- data/spec/market_bot/play/data/chart-topselling_paid-GAME_ARCADE-1.txt +25 -26
- data/spec/market_bot/play/data/developer-zynga.txt +25 -26
- metadata +5 -3
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.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chad Remesch
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -116,6 +116,7 @@ files:
|
|
116
116
|
- spec/market_bot/play/app_spec.rb
|
117
117
|
- spec/market_bot/play/chart_spec.rb
|
118
118
|
- spec/market_bot/play/data/app-com.bluefroggaming.popdat.txt
|
119
|
+
- spec/market_bot/play/data/app-com.hasbro.mlpcoreAPPSTORE.txt
|
119
120
|
- spec/market_bot/play/data/app-com.mg.android.txt
|
120
121
|
- spec/market_bot/play/data/chart-jp-ja-topselling_paid-BUSINESS-0.txt
|
121
122
|
- spec/market_bot/play/data/chart-jp-ja-topselling_paid-BUSINESS-1.txt
|
@@ -156,7 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
156
157
|
version: '0'
|
157
158
|
requirements: []
|
158
159
|
rubyforge_project:
|
159
|
-
rubygems_version: 2.
|
160
|
+
rubygems_version: 2.7.3
|
160
161
|
signing_key:
|
161
162
|
specification_version: 4
|
162
163
|
summary: 'Market Bot: High performance Ruby scraper for Google''s Android Market'
|
@@ -164,6 +165,7 @@ test_files:
|
|
164
165
|
- spec/market_bot/play/app_spec.rb
|
165
166
|
- spec/market_bot/play/chart_spec.rb
|
166
167
|
- spec/market_bot/play/data/app-com.bluefroggaming.popdat.txt
|
168
|
+
- spec/market_bot/play/data/app-com.hasbro.mlpcoreAPPSTORE.txt
|
167
169
|
- spec/market_bot/play/data/app-com.mg.android.txt
|
168
170
|
- spec/market_bot/play/data/chart-jp-ja-topselling_paid-BUSINESS-0.txt
|
169
171
|
- spec/market_bot/play/data/chart-jp-ja-topselling_paid-BUSINESS-1.txt
|