plaid 6.3.0 → 6.3.1

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: 8b0f8b50b24fdcd21ab06a839522cf320389dced
4
- data.tar.gz: 56fdad481084b5163928a13de8ccaeb653c0df82
3
+ metadata.gz: b47c2cc81bd0ed5da1e1e480fc514d2e20555194
4
+ data.tar.gz: 6d28c5b40989944cecfcf90a6a138a731c88f706
5
5
  SHA512:
6
- metadata.gz: 77e142b8f3ac3c1ab131ffe98262c68e25187252f81633be9f7a4cceb1dbf0008590200e75515d939c120766c1e4cfad8e457a00325706dca23cf22008fef908
7
- data.tar.gz: 9d2af9eb3985fe5ed9d7c5b8024950653c0b5e690c6275af329f54ecca681ee1d4cdd3ec205b755536b5bdbbc729cc6981135c137b7a54e562d83ead366e3a5a
6
+ metadata.gz: 7cac7383611b3d38441bd2c28ac8e1ea3c42ca10bf9115f1c4449c9a05b94498af49e5e4a2aea5258943a837673b7388709fec0d9234cc4c3c053f8ed04c3cb9
7
+ data.tar.gz: f8ad6dece5d6df3c925a3f9a5851b8ab5bcd06f76c48039133e66030953f0b4cbb374f5e67b26f99bb294856e13af8ffc1a0cb6c2e3b6a341eae693f80459294
@@ -1,3 +1,7 @@
1
+ # 6.3.1 20-Mar-2019
2
+
3
+ * Remove unnecessary log line
4
+
1
5
  # 6.3.0 5-Mar-2019
2
6
 
3
7
  * Add support for include_institution_data to /institutions/search endpoint.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- plaid (6.3.0)
4
+ plaid (6.2.1)
5
5
  faraday
6
6
  faraday_middleware
7
7
  hashie (>= 3.4.3)
@@ -35,7 +35,6 @@ module Plaid
35
35
  institution_id: institution_id
36
36
  }
37
37
  payload[:options] = options unless options.nil?
38
- puts "payload #{payload}"
39
38
  post_with_public_key 'institutions/get_by_id',
40
39
  SingleInstitutionResponse,
41
40
  payload
@@ -1,4 +1,4 @@
1
1
  module Plaid
2
- VERSION = '6.3.0'.freeze
2
+ VERSION = '6.3.1'.freeze
3
3
  API_VERSION = '2018-05-22'.freeze
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plaid
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.3.0
4
+ version: 6.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Loo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-03-13 00:00:00.000000000 Z
11
+ date: 2019-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -227,7 +227,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
227
227
  version: '0'
228
228
  requirements: []
229
229
  rubyforge_project:
230
- rubygems_version: 2.5.2.3
230
+ rubygems_version: 2.5.1
231
231
  signing_key:
232
232
  specification_version: 4
233
233
  summary: Ruby bindings for Plaid