whos_using_what 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ class SimplyHiredClient
7
7
  @@base_url = "http://api.linkedin.com/v1/"
8
8
  @@json_indicator = "format=json"
9
9
 
10
- def perform_search query, location, number_results = 20, exclude_recruiters = true
10
+ def perform_search query, location, number_results = 20, exclude_recruiters = true, page_number = 1
11
11
 
12
12
  recruiters_string = ""
13
13
  if exclude_recruiters
@@ -17,6 +17,7 @@ class SimplyHiredClient
17
17
  url = "http://api.simplyhired.com/a/jobs-api/xml-v2/" <<
18
18
  "q-%22" << query << "%22/" <<
19
19
  "l-" << location <<
20
+ "/pn-" << page_number.to_s
20
21
  "/ws-" << number_results.to_s <<
21
22
  recruiters_string <<
22
23
  "?pshid=47575&ssty=2&cflg=r&jbd=hiringto.jobamatic.com"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whos_using_what
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: