finapps 0.2.11.pre → 0.2.12.pre

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: dc67fec2dafda8e110c538c100028a84cb243487
4
- data.tar.gz: 6b70d7cbfa63b83e3963842512e5fe579f21d12e
3
+ metadata.gz: cbd8833b5d3245267beefbfe3311122145bec9ac
4
+ data.tar.gz: 5cf3642e4c7466ed2ce8524ba23c865c48b74235
5
5
  SHA512:
6
- metadata.gz: 72e30d815470ef0447c0438dddba9f5b80c46c58f168048b4a6355f8f848a539f6c205c58bc38e5c7e6bd6a8edc07f9612df1a5949cb38d89bd986b2859dd689
7
- data.tar.gz: bb650948d56b2507d13d96731d098d09192e8a228cae4e277d74225c5628ea7d70707bc655a16b7417ed8039e1c1f30ffc003af21bb511be2a68dc7b6e5f2fb7
6
+ metadata.gz: a94e35981fcadf8559be81b8274def70c5d83bfd33a1a998b853c564366888290da4a91485b0c1ea51e12d33be5f864061f96a7109d37da57df89f2fcdb1f062
7
+ data.tar.gz: d38b140c5cb984b4ac304c8e666c8d640220a5588b5716adc96f9fab5172a8abe7b9f91f9012ceb4f24804956b913827777bc2dd09ed8b900da49132bc5779b0
@@ -174,7 +174,6 @@ module FinApps
174
174
  @users ||= FinApps::REST::Users.new self
175
175
  @institutions ||= FinApps::REST::Institutions.new self
176
176
  @user_institutions ||= FinApps::REST::UserInstitutions.new self
177
- @accounts ||= FinApps::REST::Accounts.new self
178
177
  @transactions ||= FinApps::REST::Transactions.new self
179
178
  end
180
179
 
@@ -1,3 +1,3 @@
1
1
  module FinApps
2
- VERSION = '0.2.11.pre'
2
+ VERSION = '0.2.12.pre'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: finapps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.11.pre
4
+ version: 0.2.12.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erich Quintero