cb-api 12.0.0 → 12.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,8 @@ module Cb
6
6
  :industry_codes, :manages_others_code,
7
7
  :contact_email_url, :contact_fax, :contact_name, :contact_phone,
8
8
  :company_name, :company_did, :company_details_url, :company_image_url, :company,
9
- :description_teaser, :external_apply_url, :job_tracking_url, :location, :distance, :latitude, :longitude, :location_formatted,
9
+ :description_teaser, :external_apply_url, :job_tracking_url,
10
+ :location, :distance, :latitude, :longitude, :location_formatted, :location_metro_city,
10
11
  :description, :requirements, :employment_type,
11
12
  :details_url, :service_url, :similar_jobs_url, :apply_url,
12
13
  :begin_date, :end_date, :posted_date,
@@ -14,7 +15,7 @@ module Cb
14
15
  :can_be_quick_applied, :apply_requirements,
15
16
  :divison, :industry, :location_street_1, :relocation_options, :location_street_2, :display_job_id,
16
17
  :manages_others_string,
17
- :degree_required_code, :travel_required_code, :employment_type_code
18
+ :degree_required_code, :travel_required_code, :employment_type_code, :experience_required_code
18
19
 
19
20
  attr_writer :external_application, :is_screener_apply,
20
21
  :is_shared_job,
@@ -92,6 +93,7 @@ module Cb
92
93
  @location_street_1 = args['LocationStreet1'] || ''
93
94
  @location_street_2 = args['LocationStreet2'] || ''
94
95
  @location_formatted = args['LocationFormatted'] || ''
96
+ @location_metro_city = args['LocationMetroCity'] || ''
95
97
 
96
98
  # Job Skin Related
97
99
  @job_skin = args.has_key?("JobSkin") && !args["JobSkin"].nil? ? args['JobSkin']['#cdata-section'] : ''
@@ -1,3 +1,3 @@
1
1
  module Cb
2
- VERSION = '12.0.0'
2
+ VERSION = '12.0.1'
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: 12.0.0
4
+ version: 12.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-08-21 00:00:00.000000000 Z
12
+ date: 2014-08-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty