paychex 0.2.1 → 0.2.2
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/.github/CODEOWNERS +3 -0
- data/Gemfile.lock +1 -1
- data/lib/paychex/configuration.rb +4 -4
- data/lib/paychex/version.rb +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7d0c032fc4c96109c738cae58a63339e0d5ae1618933dfb14aefd68ca727a9d7
|
|
4
|
+
data.tar.gz: 729be74e60e104634db7472e63f2ad73e8023551aebae1ba5380eee59ed34405
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cff9b272ba0e27e3c8f61477fd5a25079449f0e3ef7dfa0fd8561a9bdcd33011afd5acfc6f3e2a2749b17a77a5d57b5148be7ee43adc4b63f292007c4aacf6c2
|
|
7
|
+
data.tar.gz: dec6d3f0f5d1ae7fe07186f03f584c271b406563e50f2ae29dd31360b61b70e113affa117aa1a031a6eadf6f14d613a745cc6a4c7604e9ffb3e33d6bbb3bc966
|
data/.github/CODEOWNERS
ADDED
data/Gemfile.lock
CHANGED
|
@@ -28,11 +28,11 @@ module Paychex
|
|
|
28
28
|
# By default, don't set connection options.
|
|
29
29
|
DEFAULT_CONNECTION_OPTIONS = {}
|
|
30
30
|
|
|
31
|
-
# Default timeout time is
|
|
32
|
-
DEFAULT_TIMEOUT =
|
|
31
|
+
# Default timeout time is 60 seconds
|
|
32
|
+
DEFAULT_TIMEOUT = 60
|
|
33
33
|
|
|
34
|
-
# By default, the open timeout is
|
|
35
|
-
DEFAULT_OPEN_TIMEOUT =
|
|
34
|
+
# By default, the open timeout is 60 seconds.
|
|
35
|
+
DEFAULT_OPEN_TIMEOUT = 60
|
|
36
36
|
|
|
37
37
|
DEFAULT_TOKEN_TIMEOUT = Time.new
|
|
38
38
|
|
data/lib/paychex/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: paychex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mayank Dedhia
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -158,6 +158,7 @@ executables: []
|
|
|
158
158
|
extensions: []
|
|
159
159
|
extra_rdoc_files: []
|
|
160
160
|
files:
|
|
161
|
+
- ".github/CODEOWNERS"
|
|
161
162
|
- ".gitignore"
|
|
162
163
|
- ".rspec"
|
|
163
164
|
- ".rubocop.yml"
|
|
@@ -198,7 +199,7 @@ metadata:
|
|
|
198
199
|
homepage_uri: https://github.com/helloworld1812/paychex-ruby-gem
|
|
199
200
|
source_code_uri: https://github.com/helloworld1812/paychex-ruby-gem
|
|
200
201
|
changelog_uri: https://github.com/helloworld1812/paychex-ruby-gem/CHANGELOG.md
|
|
201
|
-
post_install_message:
|
|
202
|
+
post_install_message:
|
|
202
203
|
rdoc_options: []
|
|
203
204
|
require_paths:
|
|
204
205
|
- lib
|
|
@@ -213,8 +214,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
213
214
|
- !ruby/object:Gem::Version
|
|
214
215
|
version: '0'
|
|
215
216
|
requirements: []
|
|
216
|
-
rubygems_version: 3.
|
|
217
|
-
signing_key:
|
|
217
|
+
rubygems_version: 3.2.33
|
|
218
|
+
signing_key:
|
|
218
219
|
specification_version: 4
|
|
219
220
|
summary: Ruby wrapper for paychex.com APIs.
|
|
220
221
|
test_files: []
|