plaid_webhook 0.1.0 → 0.1.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
- SHA1:
3
- metadata.gz: 6a202ef692b122b8614ae41687111f9fabf282c8
4
- data.tar.gz: c0f591c0337ea2d93ba6af36e558a0b711e4df2a
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: 9ca82deb32d134fe8fde9fb106235be7539b627f
4
+ data.tar.gz: 727af191955dd58a043296c9efa2d2415d5b7e71
5
5
  SHA512:
6
- metadata.gz: 66c45eccddc38909f9870d1e4ab7c0b2041171201288885efc47aad538365ee8167738aca8f87caa73350ef0445a067245d3fdf2c8f68e3b219de3f0c8425792
7
- data.tar.gz: c1250837e196ed67842aebdb3c3acf9b828fb479598b94d57e627574195f72bec600152fcad0d808bda3c72d6b72b7edaea15a27858d24b47cedc30660593a4c
6
+ metadata.gz: 82cade105bc1d16ed5e85599b789b5c7d0affb0c06724430b271821be98e6b3007684ad69158d2b989fbc8ef124f16e985c1192e35d86afa5d2ee30f9ec348f3
7
+ data.tar.gz: cb176d1f834b05a27e12a761b1a0df2696b171822c72bf13f9936f5c4d6e13847230cc4b2f05d6e3ed8f58397b61d581d84d574ced988c6c5ac89a6066b7709e
@@ -3,7 +3,8 @@
3
3
  <table>
4
4
  <thead>
5
5
  <tr>
6
- <th>Asset token</th>
6
+ <th>created</th>
7
+ <th>Access Token</th>
7
8
  <th>Payload</th>
8
9
  <th></th>
9
10
  <th></th>
@@ -14,6 +15,7 @@
14
15
  <tbody>
15
16
  <% @antennas.each do |antenna| %>
16
17
  <tr>
18
+ <td><%= antenna.created_at %></td>
17
19
  <td><%= antenna.access_token %></td>
18
20
  <td><%= antenna.payload %></td>
19
21
  <td><%= link_to 'Show', antenna %></td>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plaid_webhook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
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-17 00:00:00.000000000 Z
11
+ date: 2014-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -28,19 +28,20 @@ dependencies:
28
28
  name: pg
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ! '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - ! '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: |-
42
- An endpoint to define with your Plaid integration to receive updates about transactions and
43
- account information
41
+ description: ! 'An endpoint to define with your Plaid integration to receive updates
42
+ about transactions and
43
+
44
+ account information'
44
45
  email: jk@cloudsway.com
45
46
  executables: []
46
47
  extensions: []
@@ -132,12 +133,12 @@ require_paths:
132
133
  - lib
133
134
  required_ruby_version: !ruby/object:Gem::Requirement
134
135
  requirements:
135
- - - '>='
136
+ - - ! '>='
136
137
  - !ruby/object:Gem::Version
137
138
  version: '0'
138
139
  required_rubygems_version: !ruby/object:Gem::Requirement
139
140
  requirements:
140
- - - '>='
141
+ - - ! '>='
141
142
  - !ruby/object:Gem::Version
142
143
  version: '0'
143
144
  requirements: []