paychex_api 0.0.17 → 0.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 50ac304e33a6500160e473594176e814edde4b97
4
- data.tar.gz: 389e217583791d757dd5fc62027a5768826996da
3
+ metadata.gz: 964b79a9ce34ea9e12a392c4c0eb390a5ff2afdd
4
+ data.tar.gz: 97907b01de05f97d3ccddad6ab1e8d4bb47b5890
5
5
  SHA512:
6
- metadata.gz: fad171ce72bc1eae13625bee8b9adb7795991b93d6d3b1cfc45810a0bca09b829cf96354c5566045f14746a23ae2cf2e44e49d93a30038401d22380dfff8838b
7
- data.tar.gz: e338599ca0f80007dd93bd9b121fccbd668d6735f0f49f2b6ef14cffc8e501c0e91c5d9cd857d8aa398f0c73a36f7dbd6a42da7c561e7a54c48b2ba1f8c3dc7b
6
+ metadata.gz: 0fe31f8e7f3e44fc4202158a8a70b55aa73a08122352f60c532bce786dc34eb193370f694e36da296d91ffdaff8f9cdf0a2a43d726632f5590fa0ea0a3ec6053
7
+ data.tar.gz: 793c2cf163c2ab9fc415570a1ca088bf1f51545d823136f74edc9688cd6e18c10a8457a6317a347c4f5dd9262b4029b3c48c08a316294cd2956e242bb532840d
@@ -18,7 +18,7 @@ module PaychexAPI
18
18
  end
19
19
 
20
20
  def get_company_workers(company_id, params = {})
21
- connection.headers[:accept] = "application/json;profile='http://api.paychex.com/profiles/workers/nonpii/v1'"
21
+ connection.headers[:accept] = "application/json;profile='http://api.paychex.com/profiles/workers_users/nonpii/v1'"
22
22
  get("#{API_PATH}#{COMPANIES_PATH}/#{company_id}/#{WORKERS_PATH}", params)
23
23
  end
24
24
 
@@ -2,7 +2,7 @@ module PaychexAPI
2
2
  class Client
3
3
  module Workers
4
4
  def get_all_workers(company_id, params = {})
5
- connection.headers[:accept] = "application/json;profile='http://api.paychex.com/profiles/workers/nonpii/v1'"
5
+ connection.headers[:accept] = "application/json;profile='http://api.paychex.com/profiles/workers_users/nonpii/v1'"
6
6
  get("#{API_PATH}#{COMPANIES_PATH}/#{company_id}#{WORKERS_PATH}", params)
7
7
  end
8
8
 
@@ -1,3 +1,3 @@
1
1
  module PaychexAPI
2
- VERSION = '0.0.17'.freeze unless defined?(PaychexAPI::VERSION)
2
+ VERSION = '0.0.18'.freeze unless defined?(PaychexAPI::VERSION)
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paychex_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.17
4
+ version: 0.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jay Shaffer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-24 00:00:00.000000000 Z
11
+ date: 2018-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -313,3 +313,4 @@ test_files:
313
313
  - spec/paychex_api/paychex_api_spec.rb
314
314
  - spec/support/fake_paychex.rb
315
315
  - spec/test_helper.rb
316
+ has_rdoc: