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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7aff53c7029fb4b770eada75260ed3f2be84885b
4
- data.tar.gz: 45f0d477bcc9d13a91288531159cf44eb3399c26
3
+ metadata.gz: 488342547a0559cd0cc42852ccc6a4b0bcf35380
4
+ data.tar.gz: c093e96c2a34c3e9e934054294231f532977972a
5
5
  SHA512:
6
- metadata.gz: 588dfc9549c04997f52d7b0e53f7712e3253a58c5d8e14efa1c013f923fcde847ad2c936811301ac2c16a4b3904643462fb32df0d6068c4bbe56f0a1c9d25dcb
7
- data.tar.gz: a534fcb3d754f1d6c8009a3acbcca59065949b8656f6db7dbab89a991bcf2b456e22630d95942a76dd2539513a1813eb13b5b6a5851c22839f764e808837b6df
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.
@@ -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
@@ -9,5 +9,5 @@
9
9
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10
10
  # See the License for the specific language governing permissions and limitations under the License.
11
11
  module Cb
12
- VERSION = '22.6.2'
12
+ VERSION = '22.6.3'
13
13
  end
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.2
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-10 00:00:00.000000000 Z
11
+ date: 2017-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty