cb-api 21.0.0 → 21.0.1
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/requests/job_search/get.rb +1 -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: 9758543238c9c1ceb281f2d1ab46475bb0a6c959
|
4
|
+
data.tar.gz: f4b0d53595ba918247c1417694dacf9077d2535e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc6d14c44f3e635c44b17d26e1e35ba085dbc08b3993471770649b83a3cddde3057c8ff28ae164b3380ccee0ac604ebdfaab2ba721e0877eedaa968a4da99462
|
7
|
+
data.tar.gz: 7825eb67c96ce0faf70f987a67f0f8d3a9a5113d08b2ad3f4eea4488dd7d58f0f2156c6c1475b0d468629db5be96d1c1f3a958cdddbedfb3ee690bd77bfd40f0
|
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
|
+
* 21.0.1 JobSearch calls gets the args[:HostSite] in addition to args[:host_site]
|
5
6
|
* 21.0.0 Add browser id api, Add datalists, Removing old data apis, Removing old coverletters version,remove old resume list, expanding the types of exceptions that can be returned
|
6
7
|
* 20.6.0 Add new saved jobs API (/consumer/saved-jobs)
|
7
8
|
* 20.5.0 Adding resume insights client
|
@@ -29,7 +29,7 @@ module Cb
|
|
29
29
|
|
30
30
|
def headers
|
31
31
|
{
|
32
|
-
'HostSite' => args[:host_site] || Cb.configuration.host_site,
|
32
|
+
'HostSite' => args[:host_site] || args[:HostSite] || Cb.configuration.host_site,
|
33
33
|
'Accept' => 'application/json;version=3.0'
|
34
34
|
}.merge(token.headers)
|
35
35
|
end
|
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: 21.0.
|
4
|
+
version: 21.0.1
|
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: 2016-04-
|
11
|
+
date: 2016-04-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|