cb-api 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/lib/cb/config.rb CHANGED
@@ -31,7 +31,7 @@ module Cb
31
31
  @uri_employee_types ||= '/v1/employeetypes'
32
32
  @uri_company_find ||= '/Employer/CompanyDetails'
33
33
  @uri_job_search ||= '/v1/JobSearch'
34
- @uri_job_find ||= '/v1/Job'
34
+ @uri_job_find ||= '/v3/Job'
35
35
  @uri_education_code ||= '/v1/EducationCodes'
36
36
  @uri_recommendation_for_job ||= '/v1/Recommendations/ForJob'
37
37
  @uri_recommendation_for_user ||= '/v1/Recommendations/ForUser'
@@ -11,7 +11,8 @@ module Cb
11
11
  :begin_date, :end_date, :posted_date,
12
12
  :relevancy, :state, :city, :zip,
13
13
  :can_be_quick_applied, :apply_requirements,
14
- :divison, :industry, :location_street_1, :relocation_options, :location_street_2, :display_job_id
14
+ :divison, :industry, :location_street_1, :relocation_options, :location_street_2, :display_job_id,
15
+ :manages_others_string
15
16
 
16
17
  attr_writer :external_application, :is_screener_apply,
17
18
  :is_shared_job,
@@ -71,6 +72,7 @@ module Cb
71
72
  @industry_codes = args['IndustryCodes'] || ''
72
73
  @manages_others = args['ManagesOthers'] || ''
73
74
  @manages_others_code = args['ManagesOthersCode'] || ''
75
+ @manages_others_string = args['ManagesOthersString'] || ''
74
76
 
75
77
  # Contact Info
76
78
  @contact_email_url = args['ContactInfoEmailURL'] || ''
data/lib/cb/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Cb
2
- VERSION = '1.1.3'
2
+ VERSION = '1.1.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cb-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -19,7 +19,7 @@ authors:
19
19
  autorequire:
20
20
  bindir: bin
21
21
  cert_chain: []
22
- date: 2013-11-08 00:00:00.000000000 Z
22
+ date: 2013-11-15 00:00:00.000000000 Z
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency
25
25
  name: httparty
@@ -248,7 +248,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
248
248
  version: '0'
249
249
  requirements: []
250
250
  rubyforge_project:
251
- rubygems_version: 1.8.23
251
+ rubygems_version: 1.8.25
252
252
  signing_key:
253
253
  specification_version: 3
254
254
  summary: Ruby wrapper around Careerbuilder Public API.