paychex_api 0.0.8 → 0.0.9

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: 96f5cfbc4cbd344742719fc72f7dcdc618153cf1
4
- data.tar.gz: e0615213b5cc001ba6ff7d419f3467230f23ebd3
3
+ metadata.gz: 3b88547e66293dc37be1b73a4870489b96cd6237
4
+ data.tar.gz: 91c6d2a108ca0f3b9c7cadc882916822f64dfca2
5
5
  SHA512:
6
- metadata.gz: 190ad40957f89ac54e989feddac662a363e5107c9372e181aca1e00e184dfd07372ed0630eecd1f8b62ca71d039f700cb6333ad1c74a607aaa5034ab0af52148
7
- data.tar.gz: c5a248b8153a95d3ea8e32e50c3b4edf733b429633672f9fec20ec1715b1ad5ff3c70a1a34563da92423ff8b3e993339eded9d8a074a18adc66ab78d3681a11a
6
+ metadata.gz: d70d2f217d7db9ef7b474c0412ff1373f6381ab8973b2427c6f4596dbccd267a38826db08cb3c1899eadd0a0c8bb1cfc972a4151e011ed1910cf7653efbd9d32
7
+ data.tar.gz: 30537e3fc2a61abdc721a647324f5715e55889d0927e7b799708d1c437098eb757743eb67aabfa4bb2c14f3efdabdf3e83c956ca0ca347f4b2b5fd75a991ab6d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- paychex_api (0.0.7)
4
+ paychex_api (0.0.8)
5
5
  faraday (~> 0.9.2)
6
6
  faraday_middleware (~> 0.9.2)
7
7
  footrest (>= 0.5.1)
@@ -2,7 +2,7 @@ module PaychexAPI
2
2
  class Client
3
3
  module Associations
4
4
  def get_association_companies(association_id, params = {})
5
- connection.headers[:accept] = "application/json;profile='https://api.paychex.com/profiles/association_companies/v1"
5
+ connection.headers[:accept] = "application/json;profile='http://api.paychex.com/profiles/association_companies/v1"
6
6
  get("#{API_PATH}#{COMPANIES_PATH}?association_id=#{association_id}", params)
7
7
  end
8
8
  end
@@ -6,7 +6,7 @@ module PaychexAPI
6
6
  end
7
7
 
8
8
  def get_company_associations(company_id, params = {})
9
- connection.headers[:accept] = "application/json;profile='https://api.paychex.com/profiles/company_associations/v1'"
9
+ connection.headers[:accept] = "application/json;profile='http://api.paychex.com/profiles/company_associations/v1'"
10
10
  get("#{API_PATH}#{COMPANIES_PATH}/#{company_id}", params)
11
11
  end
12
12
 
@@ -1,3 +1,3 @@
1
1
  module PaychexAPI
2
- VERSION = '0.0.8'.freeze unless defined?(PaychexAPI::VERSION)
2
+ VERSION = '0.0.9'.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.8
4
+ version: 0.0.9
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-06-21 00:00:00.000000000 Z
11
+ date: 2018-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler