cb-api 16.2.0 → 16.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,7 @@ Version History
2
2
  ====
3
3
  * All Version bumps are required to update this file as well!!
4
4
  ----
5
+ * 16.2.1 fix major or program in resume put. it was looking for the wrong value
5
6
  * 16.2.0 Added support for work experience ID in resume put
6
7
  * 16.1.0 Added support for handling a 401 unauthorized response. We should now raise specific UnauthorizedErrors.
7
8
  * 16.0.0 Modifying the Resume model to reflect the changes made in the API (Removal of job title from salary and
@@ -70,7 +70,7 @@ module Cb
70
70
  args[:educations].collect do |education|
71
71
  {
72
72
  schoolName: education[:school_name],
73
- majorOrProgram: education[:major],
73
+ majorOrProgram: education[:major_or_program],
74
74
  degreeCode: education[:degree_code],
75
75
  graduationDate: education[:graduation_date]
76
76
  }
@@ -1,3 +1,3 @@
1
1
  module Cb
2
- VERSION = '16.2.0'
2
+ VERSION = '16.2.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: 16.2.0
4
+ version: 16.2.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: 2015-02-02 00:00:00.000000000 Z
12
+ date: 2015-02-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty