cb-api 16.2.0 → 16.2.1
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/CHANGELOG.md +1 -0
- data/lib/cb/requests/resumes/put.rb +1 -1
- data/lib/cb/version.rb +1 -1
- metadata +2 -2
data/CHANGELOG.md
CHANGED
|
@@ -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[:
|
|
73
|
+
majorOrProgram: education[:major_or_program],
|
|
74
74
|
degreeCode: education[:degree_code],
|
|
75
75
|
graduationDate: education[:graduation_date]
|
|
76
76
|
}
|
data/lib/cb/version.rb
CHANGED
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.
|
|
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-
|
|
12
|
+
date: 2015-02-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: httparty
|