cb-api 22.9.0 → 22.10.0
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/config.rb +1 -1
- data/lib/cb/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: efea2932b1fe7ead7c7738a8844d762ba43e57d93321b823e3e6055d4df3e196
|
4
|
+
data.tar.gz: 7e950fcdbe096c8f24733f6b77bc2edef4ba71abf0addf20728757de1b10f47c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 066226b7eabbe76e5d959953dcb6c1b0b5f6312387ba2ba83fd33254dcf9d49cb63b4e7b8f35163d36a86cd8ac56f51f5f4aee48f8f20671d4ae71fd86a63519
|
7
|
+
data.tar.gz: e281d3dbc06ce25be43d3bacba2f2277db7914f78f5627286e1a17f38b4d9233c7c457c77a435363a16503c0da6b2fcf9d05b9c83f7e1e9dc75a15119161ca84
|
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.10.0 Updated uri_job_find endpoint
|
5
6
|
* 22.9.0 Add SiteID to XML sent for Anonymous Saved Search
|
6
7
|
* 22.8.0 Allow optional override of Accept header
|
7
8
|
* 22.7.0 Option to add default params to httparty calls
|
data/lib/cb/config.rb
CHANGED
@@ -65,7 +65,7 @@ module Cb
|
|
65
65
|
@uri_data_list ||= '/consumer/datalist'
|
66
66
|
@uri_job_branding ||= '/branding'
|
67
67
|
@uri_job_expired ||= '/v1/job/expired'
|
68
|
-
@uri_job_find ||= '/
|
68
|
+
@uri_job_find ||= '/consumer/job/details'
|
69
69
|
@uri_job_insights ||= '/consumer/job-insights'
|
70
70
|
@uri_job_search ||= '/consumer/jobs/search/'
|
71
71
|
@uri_keyword_insights ||= '/consumer/insights/keywords'
|
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.
|
4
|
+
version: 22.10.0
|
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: 2018-
|
11
|
+
date: 2018-12-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|
@@ -371,7 +371,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
371
371
|
version: '0'
|
372
372
|
requirements: []
|
373
373
|
rubyforge_project:
|
374
|
-
rubygems_version: 2.7.
|
374
|
+
rubygems_version: 2.7.7
|
375
375
|
signing_key:
|
376
376
|
specification_version: 4
|
377
377
|
summary: Ruby wrapper around Careerbuilder Public API.
|