plaid_rails 0.0.1 → 0.0.2

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.
@@ -10,7 +10,8 @@ module PlaidRails
10
10
  "type"=> 'wells',
11
11
  "name"=> 'Wells Fargo',
12
12
  "owner_id"=> 1,
13
- "owner_type"=> "User"
13
+ "owner_type"=> "User",
14
+ "token"=>'test,wells,connected'
14
15
  }
15
16
  }
16
17
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plaid_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Curt Wilhelm
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-21 00:00:00.000000000 Z
11
+ date: 2016-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -138,7 +138,7 @@ dependencies:
138
138
  version: '0'
139
139
  description: A Rails Engine to work with Plaid
140
140
  email:
141
- - curt_wilhelm@yahoo.com
141
+ - curt@9ksoftware.com
142
142
  executables: []
143
143
  extensions: []
144
144
  extra_rdoc_files: []
@@ -165,10 +165,13 @@ files:
165
165
  - app/views/plaid_rails/link/_auth.html.erb
166
166
  - app/views/plaid_rails/link/authenticate.html.erb
167
167
  - app/views/plaid_rails/link/authenticate.js.erb
168
+ - app/views/plaid_rails/link/update.js.erb
168
169
  - config/routes.rb
169
170
  - db/migrate/20160214150149_create_plaid_rails_webhooks.rb
170
171
  - db/migrate/20160215155024_create_plaid_rails_accounts.rb
171
172
  - db/test.sqlite3
173
+ - lib/generators/plaid_rails/install_generator.rb
174
+ - lib/generators/plaid_rails/templates/initializer.rb
172
175
  - lib/plaid_rails.rb
173
176
  - lib/plaid_rails/engine.rb
174
177
  - lib/plaid_rails/event.rb