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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9107c90e2fba4d2e47c239b1f58df28332de534c
4
- data.tar.gz: d4d5369a2c565608f49bd193e53e143c57b359a9
3
+ metadata.gz: 9758543238c9c1ceb281f2d1ab46475bb0a6c959
4
+ data.tar.gz: f4b0d53595ba918247c1417694dacf9077d2535e
5
5
  SHA512:
6
- metadata.gz: 8ef82600fb1c41db032fb5206639b47019fd5d779d8dcd2e3cb621d3baaf2cbc5273526027fe88bb39400e20ba3ebeeb3b59500f9769596e3eeedfb2d93ba99d
7
- data.tar.gz: b32655bfe6b49b4369b3bdfc70d5fd93dcaf7ed6c215d13ecbf16ab749247bee92e572b0e8b195cc8ce7d2156707552dd0abaaf5b7ed763cc5173583141d8d03
6
+ metadata.gz: fc6d14c44f3e635c44b17d26e1e35ba085dbc08b3993471770649b83a3cddde3057c8ff28ae164b3380ccee0ac604ebdfaab2ba721e0877eedaa968a4da99462
7
+ data.tar.gz: 7825eb67c96ce0faf70f987a67f0f8d3a9a5113d08b2ad3f4eea4488dd7d58f0f2156c6c1475b0d468629db5be96d1c1f3a958cdddbedfb3ee690bd77bfd40f0
@@ -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
@@ -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 = '21.0.0'
12
+ VERSION = '21.0.1'
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: 21.0.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-14 00:00:00.000000000 Z
11
+ date: 2016-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty