adp-connection 0.1.3 → 0.1.4

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: a21fd0beca709c7b667d18e3db8f615d204905f0
4
- data.tar.gz: 22575af05a9c8fd1cec5fb8db55b11e0e39f05c5
3
+ metadata.gz: 70b9a829d790ef8eac502c22efd4f8f2e0feca03
4
+ data.tar.gz: ee67817acde214d485687e092bc1f940db5b167b
5
5
  SHA512:
6
- metadata.gz: 5121ee7ca6838a5f1cc0070be3bc0da639a08f03268ef0080c0e7490c62a89b81e3d9345e16c493878bee5b86fabf44919877ecef946f2815143e1d0a64c6172
7
- data.tar.gz: e3f1fb3a4431dc6c9a84d4eb2f307b2f1323e2afacdcba3c8b86911ae81d61385e3199950e2c44da9f9080b5cedbed6d433219e871454facdb810163e22a782f
6
+ metadata.gz: 67c7ce5885e96a2cc401002723229fd0b02c0fe4736fb150b7be415994a766108f1b7f7e848c6e622e029225163af917695a17a870d6d7f5634a29fd4e7ab1bd
7
+ data.tar.gz: 17412f83d61a86699ad3567c03b2c7a03ea7ea7b2361093773f60f4751dee4c1aee8df8fb8049d6b1a78e495f24202086f0fc54ff81326186ced9bbf41587f7b
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  The ADP Client Connection Library is intended to simplify and aid the process of authenticating, authorizing and connecting to the ADP Marketplace API Gateway. The Library includes a sample application that can be run out-of-the-box to connect to the ADP Marketplace API **test** gateway.
4
4
 
5
5
  ### Version
6
- 0.1.3 (Beta)
6
+ 0.1.4 (Beta)
7
7
 
8
8
 
9
9
  ## Installation
@@ -1,5 +1,5 @@
1
1
  module Adp
2
2
  module Connection
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adp-connection
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Napier, Junior (CORP)
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-05-05 00:00:00.000000000 Z
11
+ date: 2016-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -149,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
149
149
  version: '0'
150
150
  requirements: []
151
151
  rubyforge_project:
152
- rubygems_version: 2.4.6
152
+ rubygems_version: 2.5.1
153
153
  signing_key:
154
154
  specification_version: 4
155
155
  summary: A library for Ruby that help applications connect to the ADP API Gateway.