market_bot 0.6.1 → 0.6.2
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.
- data/VERSION +1 -1
- data/lib/market_bot/android/search_query.rb +4 -0
- data/market_bot.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.6.
|
1
|
+
0.6.2
|
@@ -4,6 +4,10 @@ module MarketBot
|
|
4
4
|
# Search query pages are extremely similar to leaderboard pages.
|
5
5
|
# Amazingly, this inheritence hack works!
|
6
6
|
class SearchQuery < MarketBot::Android::Leaderboard
|
7
|
+
def initialze(query, options={})
|
8
|
+
super(query, nil, options)
|
9
|
+
end
|
10
|
+
|
7
11
|
def market_urls(options={})
|
8
12
|
results = []
|
9
13
|
|
data/market_bot.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: market_bot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -240,7 +240,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
240
240
|
version: '0'
|
241
241
|
segments:
|
242
242
|
- 0
|
243
|
-
hash: -
|
243
|
+
hash: -320091291937685270
|
244
244
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
245
245
|
none: false
|
246
246
|
requirements:
|