cb-api 4.0.0 → 4.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/cb/models/implementations/job.rb +1 -1
- data/lib/cb/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OTJiMzliNDE4NDhlZjQ0YmQ0Y2ZjN2RhZDU2ODQyNmQ2MmMwMmZhNQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YjMyMjk1MTM4NWE1ZDc5NmQyNTIwMTEzZmE2YzIyYTUxNGJmOTcyMg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NTYzYmUyMmJhZmRjZGE5MTViMDVjNzdmMzc3MTE5Yjk3OWI3MTMzM2VlNzQz
|
10
|
+
OTBkYzVhNjEwMjQ1NWU4YTk5MTJlOGJmNTQ1N2RiM2RiNGZhYzA5Y2Q3ZDY2
|
11
|
+
NDE5OTEzODI2YjljNzc0OGU1ZDhjZGI2ODBlZWU1MzYxNjkzYzU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YjU1MjVjNjcwMTNiY2QxMGE2ZjhlNjAzNjA4OGMwNjYyYmE1ZWRiMzJmOGI3
|
14
|
+
ODY5MTY1OTFkYzg1Zjk2MTMzZjZiNDNlZmRhMjcyZGFiMjAwNDZjZDU5OGQ2
|
15
|
+
NmRlNGQ5ZWM0NDMxNTczNmZhMjIxYmMxZmFjYzJlYzg2MTQ4MmM=
|
@@ -178,7 +178,7 @@ module Cb
|
|
178
178
|
# company_details_url in different ways. Job search returns it in args[company] and args[company_details_url],
|
179
179
|
# but recommendations returns it in args[company][key]. This has been ticketed to the API team, and this logic
|
180
180
|
# will be removed when they have fixed the issue.
|
181
|
-
if job_search.class
|
181
|
+
if job_search.class != Hash && job_search != ""
|
182
182
|
return job_search
|
183
183
|
elsif recommendation.class == Hash && !recommendation[rec_key].nil?
|
184
184
|
return recommendation[rec_key]
|
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: 4.0.
|
4
|
+
version: 4.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: 2014-
|
11
|
+
date: 2014-02-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|