cb-api 22.3.2 → 22.4.0

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: 2b3e22a84b94d582fdc080e4acb7b34e309eca99
4
- data.tar.gz: b00f6ef87641b40aa631f0104725bab5c6b3b328
3
+ metadata.gz: 99629dc781ee505fc6ec3f8ba0a4d525c136ccf9
4
+ data.tar.gz: be4a2c3689438298268a40b484b986d042e7431d
5
5
  SHA512:
6
- metadata.gz: 85386c7ae9a617d6f80496e48d5d08f1b75e280bbe66c8b6cb1841402b3dd69ca2102b250861f9da7a6cfa824a4dd8fe5fa7369fb969e71537dcee0c1eaee554
7
- data.tar.gz: 0891a43b2879aa3c3d49f6cd214de63b4e771d01e2aa11237f4c0b1e5709b93b6f94022e9dcc18388a78b275dacda994bcba263c271d265ffc090c366bca04f9
6
+ metadata.gz: ea98db5cb9afcfc405d39ff66ccda63ceec7b9a030c7ad7aafc769b10d370358b397deea430c6448485124688219c19c94eb90965a62cde57334779ec001e917
7
+ data.tar.gz: 0c4cecd0b35f04985e2e2c26436da9fecb6d752c59a300e066d6b227c96e5ecda7b3d6595fa0cf4dbd2977224a72b9fa12a6b1d742d1a87160477f9eb3178694
@@ -2,6 +2,7 @@ Version History
2
2
  ====
3
3
  * All Version bumps are required to update this file as well!!
4
4
  ----
5
+ * 22.4.0 Add optional resume POST param: entry_path
5
6
  * 22.3.2 Add is_dynamic_screener to application form API
6
7
  * 22.3.1 Return an empty array for NoMethodError on recs.
7
8
  * 22.3.0 Update validator to handle errors node being nested in the response.
@@ -28,7 +28,8 @@ module Cb
28
28
  privacySetting: args[:privacy_setting],
29
29
  resumeFileData: args[:resume_file_data],
30
30
  resumeFileName: args[:resume_file_name],
31
- hostSite: args[:host_site]
31
+ hostSite: args[:host_site],
32
+ entryPath: args[:entry_path]
32
33
  }.to_json
33
34
  end
34
35
 
@@ -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 = '22.3.2'
12
+ VERSION = '22.4.0'
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: 22.3.2
4
+ version: 22.4.0
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: 2017-01-10 00:00:00.000000000 Z
11
+ date: 2017-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty