cb-api 14.1.1 → 14.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,7 @@ Version History
2
2
  ====
3
3
  * All Version bumps are required to update this file as well!!
4
4
  ----
5
+ * 14.1.2 Added count limit to resume recommendations call
5
6
  * 14.1.1 Added case for Job model "pay" when setting model properties
6
7
  so job search result pay field would be added to response as well
7
8
  * 14.1.0 Adding custom error for Authentication Outages
@@ -23,7 +23,8 @@ module Cb
23
23
 
24
24
  def query
25
25
  {
26
- :externalID => args[:external_user_id]
26
+ :externalID => args[:external_user_id],
27
+ :countLimit => args[:countLimit] || 25
27
28
  }
28
29
  end
29
30
 
@@ -1,3 +1,3 @@
1
1
  module Cb
2
- VERSION = '14.1.1'
2
+ VERSION = '14.1.2'
3
3
  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: 14.1.1
4
+ version: 14.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-10-22 00:00:00.000000000 Z
12
+ date: 2014-10-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty