cb-api 21.4.0 → 21.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +1 -0
  3. data/lib/cb/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7de889e8ee12fb47cbe938011bc0359864fa342a
4
- data.tar.gz: 83d8d9bfb6cde6bab2a9f4fdf1aaa00248424b2c
3
+ metadata.gz: 19528f902fab10c284a76c8aa6b2a6d19f547bd3
4
+ data.tar.gz: 86df387df17e0610362c776c363f0fcb5ba2c1bc
5
5
  SHA512:
6
- metadata.gz: cbca613bc1218a1c4627adc9e86f3db21f918dddc5057323b95ffdb9f45640da96cce0bc5f0b6803d24dc9c1bef2dbd3995f658673abf2c37d1d68cacf8b875d
7
- data.tar.gz: 2297168b6cf599cbb6ed5fc5b4363fd9738febe294673f0223be14a9a22f32cd1765e37d3406d10b2f51b98a33c926e6fc3b6f17cc209385b94b44caa38d53d1
6
+ metadata.gz: 3a07f7438f1f6ec9cb46f79b87af55ea55133956371e3c0300ec60f5954995df2d92b43cf2737a129b8d5a3117052b1dc9b742a8dff984cb202d82a65a4c8c30
7
+ data.tar.gz: 2e68e2609db3b44bb3f74b46314ee10edd90ef517f9243103460c5cebf3303c52cbfcffc9546988732f2e0acc30f693bd92e0038b7560f57999c94679ed79796
@@ -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.4.1 Update test for Ruby 2.3.1. `ArgumentError`'s error message changed from "wrong number of arguments (0 for 1)" to "wrong number of arguments (given 0, expected 1)" in Ruby 2.3.0.
5
6
  * 21.4.0 Add jc_custom_fields to Cb::Models::Job
6
7
  * 21.3.5 Add begin_date_time and end_date_time to Cb::Models::Job
7
8
  * 21.3.4 Code cleanup - no change in functionality
@@ -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.4.0'
12
+ VERSION = '21.4.1'
13
13
  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: 21.4.0
4
+ version: 21.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - The CareerBuilder.com Niche and Consumer Development teams