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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 291fa757f62afaee76273952e23341681fe3b05ef58bd223db2a48823316a45a
4
- data.tar.gz: 3993b6a62ab307a8766a1ed6530e09e3916a3b779982dc4b660b825ceee93a96
3
+ metadata.gz: efea2932b1fe7ead7c7738a8844d762ba43e57d93321b823e3e6055d4df3e196
4
+ data.tar.gz: 7e950fcdbe096c8f24733f6b77bc2edef4ba71abf0addf20728757de1b10f47c
5
5
  SHA512:
6
- metadata.gz: 632c44848cd8e835cfb3ddf5738b899e1acc9accc596ba5299b9afab246c10d4563a61d134e48fdee4598ca98f80791863aec7f95326e23a5a2212716905a3ab
7
- data.tar.gz: 71fb63c681b3296375f1ff84b731652f502af0031ae2956cd738df8a48f60dacbb8a00a83a79cf1a246ce1a587bd6457f86e27365a0e6f03f6d5102f05e5ca31
6
+ metadata.gz: 066226b7eabbe76e5d959953dcb6c1b0b5f6312387ba2ba83fd33254dcf9d49cb63b4e7b8f35163d36a86cd8ac56f51f5f4aee48f8f20671d4ae71fd86a63519
7
+ data.tar.gz: e281d3dbc06ce25be43d3bacba2f2277db7914f78f5627286e1a17f38b4d9233c7c457c77a435363a16503c0da6b2fcf9d05b9c83f7e1e9dc75a15119161ca84
@@ -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
@@ -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 ||= '/v3/Job'
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'
@@ -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.9.0'
12
+ VERSION = '22.10.0'
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.9.0
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-01-31 00:00:00.000000000 Z
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.4
374
+ rubygems_version: 2.7.7
375
375
  signing_key:
376
376
  specification_version: 4
377
377
  summary: Ruby wrapper around Careerbuilder Public API.