marketplace_opportunity_scraper 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ module MarketplaceOpportunityScraper
|
|
8
8
|
check_type(type)
|
9
9
|
check_status(status)
|
10
10
|
url = BASE_URL + '/digital-outcomes-and-specialists/opportunities'
|
11
|
-
h = {
|
11
|
+
h = { lot: type, statusOpenClosed: status }.reject { |_k, v| v.nil? }
|
12
12
|
params = URI.encode_www_form(h)
|
13
13
|
"#{url}?#{params}"
|
14
14
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: marketplace_opportunity_scraper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stuart Harrison
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-04-
|
11
|
+
date: 2019-04-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|