cb-api 1.1.5 → 1.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,8 @@ module Cb
12
12
  :relevancy, :state, :city, :zip,
13
13
  :can_be_quick_applied, :apply_requirements,
14
14
  :divison, :industry, :location_street_1, :relocation_options, :location_street_2, :display_job_id,
15
- :manages_others_string
15
+ :manages_others_string,
16
+ :degree_required_code, :travel_required_code, :employment_type_code
16
17
 
17
18
  attr_writer :external_application, :is_screener_apply,
18
19
  :is_shared_job,
@@ -30,6 +31,7 @@ module Cb
30
31
  @did = args['DID'] || args['JobDID'] || ''
31
32
  @title = args['JobTitle'] || args['Title'] || ''
32
33
  @employment_type = args['EmploymentType'] || ''
34
+ @employment_type_code = args['EmploymentTypeCode'] || ''
33
35
  @latitude = args['LocationLatitude'] || ''
34
36
  @longitude = args['LocationLongitude'] || ''
35
37
  @location_street_1 = args['LocationStreet1'] || ''
@@ -63,8 +65,11 @@ module Cb
63
65
  @categories = args['Categories'] || ''
64
66
  @category_codes = args['CategoriesCodes'] || ''
65
67
  @degree_required = args['DegreeRequired'] || ''
68
+ @degree_required_code = args['DegreeRequiredCode'] || ''
66
69
  @experience_required = args['ExperienceRequired'] || ''
70
+ @experience_required_code = args['ExperienceRequiredCode'] || ''
67
71
  @travel_required = args['TravelRequired'] || ''
72
+ @travel_required_code = args['TravelRequiredCode'] || ''
68
73
  @relocation_covered = args['RelocationCovered'] || ''
69
74
  @relocation_options = args['RelocationOptions'] || ''
70
75
  @division = args['Division'] || ''
@@ -1,3 +1,3 @@
1
1
  module Cb
2
- VERSION = '1.1.5'
2
+ VERSION = '1.1.6'
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.5
4
+ version: 1.1.6
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-25 00:00:00.000000000 Z
22
+ date: 2013-12-03 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.24
251
+ rubygems_version: 1.8.23
252
252
  signing_key:
253
253
  specification_version: 3
254
254
  summary: Ruby wrapper around Careerbuilder Public API.