paychex 0.2.0 → 0.2.1

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
  SHA256:
3
- metadata.gz: 301a42f61d531857289fc05182da8af2b00b0539f740e74479676859bcef56db
4
- data.tar.gz: a6d974cc511b28267b9f90ecccb9d60689e44b5dd4f8032df1f2a788ef183066
3
+ metadata.gz: 9f58a4190d20737238057078b5f3098ec6e56fb706e9d8dd5f80fe9a9bd590de
4
+ data.tar.gz: f1a9fc1c592088f1c2eeab84c71807bd5e32048432031a5c8668fdf58d821f25
5
5
  SHA512:
6
- metadata.gz: 2d2cef9d10176808831d76b6bf9a745426c144e0d8d31721d81eb984548a63aa2e5a06b49c2cdc18a8c22b0b608edfcd739759a374ec2217d279073901bf23fa
7
- data.tar.gz: 5a3ae7a1879fd21c0775d6ab192155f615235988db3b04de3a52e62562802bd24dc57a867a25cf06011de831f752194a443c8b5f7753a61aa5e4d30326c73369
6
+ metadata.gz: a2ae581b3c3aa3b308ffcc5ca11bd2502288c684e5f206c6a8d80627f65e6c42a1e1dbe123b6bab5671dab0881257993cd5ee0ade16aabc3e9a2c98ae71d799c
7
+ data.tar.gz: 02a94b753836489701d8f124ab17c19390f8e5a87b9208ff2a74c04282e29f211ceff1f0d1398354bd3187c2b230dc4201949fe1740fb845b6219fc44c2b126d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- paychex (0.1.2)
4
+ paychex (0.2.1)
5
5
  addressable
6
6
  faraday
7
7
  faraday_middleware
@@ -62,4 +62,4 @@ DEPENDENCIES
62
62
  webmock
63
63
 
64
64
  BUNDLED WITH
65
- 2.3.4
65
+ 2.4.4
@@ -8,7 +8,7 @@ module Paychex
8
8
  def connection
9
9
  options = {
10
10
  headers: {
11
- 'Accept' => "application/#{format}; charset=utf-8",
11
+ 'Accept' => "application/#{format}",
12
12
  'User-Agent' => user_agent
13
13
  },
14
14
  proxy: proxy,
@@ -1,3 +1,3 @@
1
1
  module Paychex
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
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.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mayank Dedhia
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-12-13 00:00:00.000000000 Z
11
+ date: 2023-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -213,7 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
213
213
  - !ruby/object:Gem::Version
214
214
  version: '0'
215
215
  requirements: []
216
- rubygems_version: 3.0.9
216
+ rubygems_version: 3.4.4
217
217
  signing_key:
218
218
  specification_version: 4
219
219
  summary: Ruby wrapper for paychex.com APIs.