oodler 0.1.5 → 0.1.6
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/oodler/client.rb +0 -2
- metadata +1 -1
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.6
|
data/lib/oodler/client.rb
CHANGED
|
@@ -42,7 +42,6 @@ module Oodler
|
|
|
42
42
|
def usa_job_search(options)
|
|
43
43
|
options.merge!({:region => "usa"})
|
|
44
44
|
options.merge!({:category => "job"})
|
|
45
|
-
puts options.inspect
|
|
46
45
|
self.listing(options)
|
|
47
46
|
end
|
|
48
47
|
|
|
@@ -76,7 +75,6 @@ module Oodler
|
|
|
76
75
|
|
|
77
76
|
def validate_parameters(options)
|
|
78
77
|
params = options[:query]
|
|
79
|
-
puts options[:query][:region]
|
|
80
78
|
unless params[:region]
|
|
81
79
|
raise OodleArgumentError, 'Missing region parameter. Visit http://developer.oodle.com/regions-list/ for possible regions.'
|
|
82
80
|
end
|