cb-api 23.2.0 → 23.2.1

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: f31382503bd7ba185cc8f8a59275c6c00cab71d563bb14de6045e6d47d55ae0f
4
- data.tar.gz: ae8784db6992b6d4b40472f1511fbec1336039ec0695be5b0b9ffd9408433349
3
+ metadata.gz: f8b3baa88b1431393986899ce2121ac1cd8c72d22a91771cbfb208c95a2283ad
4
+ data.tar.gz: bbce6b47c4e0222e49fc593a78aea29f3e5e4ee2702aac71b3932fb9394f8675
5
5
  SHA512:
6
- metadata.gz: d095f1151b421981877fba6cf4c34b6a54c55a2a93c6036d4cb98ec967b2ceb1ad85ae5d6a64bc594da14b56d28714211c2cb82e3dd69c973df4cd8cd3f73b79
7
- data.tar.gz: 54562eb59d0cbf3b10976642992cd6230f1ad1c3abf89b8be2f63b257f156522d00b559a8404433bf5f1650321633e8b3fac6203eab869ab657bd0d9d4c8d832
6
+ metadata.gz: 4feff2b397a4ea8ad6ffd4f908fe42ed7bd2ddcd692f880acbea6f115191c2b912579111ea285916d299ae9655c3cb4b92ef9790fddcd172e974f89b83d307e9
7
+ data.tar.gz: d469927875fc3a5f8eaed8b485c44450e2aa221379b21c0a9ec5a9c13296d4dd184fa57e526f40e4d65edc672c140128b4cdbcc97dfabd4a15de2cfb8bd5d8d1
@@ -2,6 +2,7 @@ Version History
2
2
  ====
3
3
  * All Version bumps are required to update this file as well!!
4
4
  ----
5
+ * 23.2.1 Patch missing backslash
5
6
  * 23.2.0 Add parameter for job get route
6
7
  * 23.0.1 Make did arg retrieval uppercase
7
8
  * 23.0.0 Add oauth token as param for retrieval of job
@@ -66,7 +66,7 @@ module Cb
66
66
  @uri_job_branding ||= '/branding'
67
67
  @uri_job_expired ||= '/v1/job/expired'
68
68
  @uri_job_find ||= '/consumer/job/details'
69
- @uri_job_find_v3 ||= 'v3/job'
69
+ @uri_job_find_v3 ||= '/v3/job'
70
70
  @uri_job_insights ||= '/consumer/job-insights'
71
71
  @uri_job_search ||= '/consumer/jobs/search/'
72
72
  @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 = '23.2.0'
12
+ VERSION = '23.2.1'
13
13
  end
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: 23.2.0
4
+ version: 23.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - The CareerBuilder.com Niche and Consumer Development teams
@@ -370,8 +370,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
370
370
  - !ruby/object:Gem::Version
371
371
  version: '0'
372
372
  requirements: []
373
- rubyforge_project:
374
- rubygems_version: 2.7.7
373
+ rubygems_version: 3.0.0
375
374
  signing_key:
376
375
  specification_version: 4
377
376
  summary: Ruby wrapper around Careerbuilder Public API.