cb-api 20.3.0 → 20.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: 962fbbda316d3b4978d438a306e22b9ceaf73318
4
- data.tar.gz: 6a8450056a7014598d26b7237583165cbca59bcc
3
+ metadata.gz: 0dce246c3f781e977326a05a51ad369716d8ea65
4
+ data.tar.gz: a5e8b609b636b9ee49255bb8564dc647cfdb3bcc
5
5
  SHA512:
6
- metadata.gz: e5d9b28f6fa8f5f1240bd31ecbf6928e618910a3806640af3f8722ed24d9897894daf260b1aa44e235799791a20385b7e3433b28dad04664f23714eae134555a
7
- data.tar.gz: 4a2c331acc2ff325a8d343f49253b74dab40cb755de3cd3269e1514c397bfea8c454fa5d4f501dddb4d8e779b859021ab3d5654b7ae9d129e03aa87b89d90d19
6
+ metadata.gz: f04d6575c2f5c72858186267d2ccb740bbcf6f7b7a41f87c52f8bbe9d0109e41d6566b994786a952fddedb188e690d39bd1761184532f38a963369a476d5abe9
7
+ data.tar.gz: 07f15f30ee57ed337a6c3e2007fc4b0a73f09576f613509dfc5adfdb3ff1a7894459187ea3fcde88aefaac947b84a35a00217de1274318586939a6e2d2de02a7
data/CHANGELOG.md CHANGED
@@ -2,6 +2,7 @@ Version History
2
2
  ====
3
3
  * All Version bumps are required to update this file as well!!
4
4
  ----
5
+ * 20.4.0 Add posting_date to recommendations for job model.
5
6
  * 20.3.0 Add new resume list API (/consumer/resumes)
6
7
  * 20.2.1 `class << self` for classes with all class methods. DRY up the URI building for Cover Letter Update & Delete.
7
8
  * 20.2.0 Adding job insights client
@@ -20,7 +20,7 @@ module Cb
20
20
  :location, :distance, :latitude, :longitude, :location_formatted, :location_metro_city,
21
21
  :description, :requirements, :employment_type,
22
22
  :details_url, :service_url, :similar_jobs_url, :apply_url,
23
- :begin_date, :end_date, :posted_date, :posted_time,
23
+ :begin_date, :end_date, :posted_date, :posted_time, :posting_date,
24
24
  :relevancy, :state, :city, :zip,
25
25
  :can_be_quick_applied, :apply_requirements,
26
26
  :divison, :industry, :location_street_1, :relocation_options, :location_street_2, :display_job_id,
@@ -177,6 +177,7 @@ module Cb
177
177
  @state = args['LocationState'] || ''
178
178
  @city = args['LocationCity'] || ''
179
179
  @zip = args['LocationPostalCode'] || ''
180
+ @posting_date = args['PostingDate'] || ''
180
181
 
181
182
  @company_name = figure_out_company_info(args['Company'], args['Company'], 'CompanyName')
182
183
  @company_details_url = figure_out_company_info(args['CompanyDetailsURL'], args['Company'], 'CompanyDetailsURL')
data/lib/cb/version.rb CHANGED
@@ -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 = '20.3.0'
12
+ VERSION = '20.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: 20.3.0
4
+ version: 20.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: 2016-03-17 00:00:00.000000000 Z
11
+ date: 2016-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty