plaid-kilt 0.7.6 → 0.7.7

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
  SHA1:
3
- metadata.gz: f31b6852c393616b51c815fc3d4fcf64cd165e23
4
- data.tar.gz: 0f63028c81bff018e99f6c18c087a2c8741a240d
3
+ metadata.gz: 657e93ee58308b971d4f7811d2fea20f9395b9b3
4
+ data.tar.gz: 529e9d4170dfbce3ff1c05053d9cc5c2ad6b5e65
5
5
  SHA512:
6
- metadata.gz: 44dc735cd03f32acebfb170327856ac03a6a5249c06aec5ea20ee0385432bc66282b730729f3185e5febd76d8c90724111419b734be26e64b1894a2c1471f99c
7
- data.tar.gz: c22437b676cd71df5598cf3b160f53e658b0609ca8d20b38b0a03b5351dde6f87c6599a1d346f7291f2aa9eb9103550a7545c5cbd3776bcf668691edbed7a33b
6
+ metadata.gz: 81e74eda3452270bc0d49d4baaca6527f8142eb018f2d440bfc03644ef58fa2f3183533f0ca4055b822ae59dfcf3c0961d6334c8842c99af4a2254b9b48b4f93
7
+ data.tar.gz: 797a4e4f1c673bca6f1352bcb111bcddd09f7f2aec7fc3163726213e1f364bf0d41364b28179ce694cce4660a3209f3c2c6dc91250e06515a8b1dd7d416971d9
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.6
1
+ 0.7.7
@@ -58,7 +58,7 @@ module Plaid
58
58
  ret = Hash.new
59
59
  ret[:type] = self.institution
60
60
  ret[:credentials] = credentials
61
- ret[:email] = 'me@example.com'
61
+ ret[:email] = self.email
62
62
  ret[:options] = {"list" => true}
63
63
  ret.merge(body)
64
64
  end
data/plaid-kilt.gemspec CHANGED
@@ -2,15 +2,15 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: plaid-kilt 0.7.6 ruby lib
5
+ # stub: plaid-kilt 0.7.7 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "plaid-kilt"
9
- s.version = "0.7.6"
9
+ s.version = "0.7.7"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.authors = ["John Koisch"]
13
- s.date = "2014-05-05"
13
+ s.date = "2014-06-12"
14
14
  s.description = "Access the Plaid API using Ruby"
15
15
  s.email = "jk@cloudsway.com"
16
16
  s.extra_rdoc_files = [
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.7.6
4
+ version: 0.7.7
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-05-05 00:00:00.000000000 Z
11
+ date: 2014-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty