cb-api 22.6.2 → 22.6.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -0
- data/lib/cb/clients/resumes.rb +4 -1
- data/lib/cb/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 488342547a0559cd0cc42852ccc6a4b0bcf35380
|
4
|
+
data.tar.gz: c093e96c2a34c3e9e934054294231f532977972a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33c3c20ba73ad6813c2b8efa642e7080ddfee081605a5e52168fe0b556f440dd55b5db9ab5a9c57d26301892c2d01fdfd40394a15790e181c7a8cf4c1fe683e5
|
7
|
+
data.tar.gz: d20b6029356149b05c1a1ad9dbbdd5f7b982147866144f1fa87c3a8786f758d10dbacec692d15fb50efd864a2c531afcd5d6801efd56b1d80334ab0cdcef8eeb
|
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
|
+
* 22.6.3 Added fields to update resume api call to allow replace resume
|
5
6
|
* 22.6.2 Updating just to test rubygems publishing from travis
|
6
7
|
* 22.6.1 Minor fixes on saved search tests.
|
7
8
|
* 22.6.0 Move saved search create to new API. Request changes from XML to JSON.
|
data/lib/cb/clients/resumes.rb
CHANGED
@@ -63,7 +63,10 @@ module Cb
|
|
63
63
|
educations: extract_educations(args),
|
64
64
|
skillsAndQualifications: extract_skills_and_qualifications(args),
|
65
65
|
relocations: extract_relocations(args),
|
66
|
-
governmentAndMilitary: extract_government_and_military(args)
|
66
|
+
governmentAndMilitary: extract_government_and_military(args),
|
67
|
+
resumeFileData: args[:resume_file_data],
|
68
|
+
resumeFileName: args[:resume_file_name],
|
69
|
+
replaceEducationAndExperience: args[:replace_education_and_experience] == 'true'
|
67
70
|
}.to_json
|
68
71
|
end
|
69
72
|
|
data/lib/cb/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cb-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 22.6.
|
4
|
+
version: 22.6.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The CareerBuilder.com Niche and Consumer Development teams
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-07-
|
11
|
+
date: 2017-07-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|