plaid-kilt 0.5.2 → 0.5.4
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/README.rdoc +2 -1
- data/VERSION +1 -1
- data/lib/plaid/client/configuration.rb +2 -1
- data/lib/plaid/client/thin_client.rb +1 -0
- data/lib/plaid.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 76e828f7dc2cf4065fb0605dacac2eb59a86e57c
|
|
4
|
+
data.tar.gz: 91d871ce00ac520103c9d01c70bd10856fc63ff5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 835b51e2afa99b10ad2b3ff84dd8f890b946d5438b7d4001f765078d8a8454d592902d8962754c6f82d02956a1fd003ce47acac1bcd713f92682159280db723c
|
|
7
|
+
data.tar.gz: c01949c6e44b47f241d37ad1ac40971e982b989c24a776accd5977cd6b141f5f88af5c39b5925cfaaee75534412d9faa99c546c468488a2411fc1957ccf0e556
|
data/README.rdoc
CHANGED
|
@@ -8,7 +8,7 @@ Minimal undergarments. Tests coming.
|
|
|
8
8
|
|
|
9
9
|
=== Version
|
|
10
10
|
|
|
11
|
-
Head is 0.5.
|
|
11
|
+
Head is 0.5.2
|
|
12
12
|
|
|
13
13
|
=== Install
|
|
14
14
|
|
|
@@ -119,6 +119,7 @@ the Plaid side of things (for example, after you have retrieved an access_token)
|
|
|
119
119
|
You need to configure access through your own initializers using the values you receive from Plaid.
|
|
120
120
|
|
|
121
121
|
#config/initializers/plaid.rb
|
|
122
|
+
require 'plaid'
|
|
122
123
|
Plaid.configure do |config|
|
|
123
124
|
config.client_id = 'JUNK'
|
|
124
125
|
config.secret = 'JUNK'
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.5.
|
|
1
|
+
0.5.4
|
data/lib/plaid.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: plaid-kilt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Koisch
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-03-
|
|
11
|
+
date: 2014-03-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httparty
|