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 +4 -4
- data/lib/paychex_api/client/companies.rb +1 -1
- data/lib/paychex_api/client/workers.rb +1 -1
- data/lib/paychex_api/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 964b79a9ce34ea9e12a392c4c0eb390a5ff2afdd
|
|
4
|
+
data.tar.gz: 97907b01de05f97d3ccddad6ab1e8d4bb47b5890
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/
|
|
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/
|
|
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
|
|
data/lib/paychex_api/version.rb
CHANGED
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.
|
|
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-
|
|
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:
|