finapps 0.5.2.pre → 0.5.3.pre

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
2
  SHA1:
3
- metadata.gz: 9d26f4cbe735de621b532754df03ae9919580b0f
4
- data.tar.gz: 76cba03b95dedf781b330514343ebfb7f000ff06
3
+ metadata.gz: 64ab9b95f10bb01f3c0c92b52cbfe10fb3de2869
4
+ data.tar.gz: 9ffba904330c32bfb8c19617438dd1aef689dea7
5
5
  SHA512:
6
- metadata.gz: 341fa00969256f33ff6d4e11f12b3d526ea04814eecc3dcf9b4c2ace69e8027644c67817e8b4729c9c77bf7ccb96334826d3fce6e6d0017a4a75487987092e62
7
- data.tar.gz: d803c5bcf4b2077beec8ec4fe6ad7171e17c6adf4ae383d2e4be51ed570bfd129e73dd2f769b88c200241178365cf41e378f67e93f52212e8464ac61dba65281
6
+ metadata.gz: 6e9da7ce28f48436c87e3db4cdce62402c2e614343f32d9a701726aabfda16e55061b71cf5f95049eb87ca74ae8079c127da14580b015732995d7cdccc4e97e0
7
+ data.tar.gz: ab4eb3e9ad4e3aab38475c0e98a865f0d923dbde15f87bfc95463002e62567602f0798731e4c91345acfaaf5f6cc2a74f2e4fc242c175565dfbd192eea4aea1e
@@ -5,7 +5,7 @@ module FinApps
5
5
  include FinApps::Logging
6
6
  include FinApps::REST::Connection
7
7
 
8
- attr_reader :connection, :users, :institutions, :user_institutions, :accounts, :transactions
8
+ attr_reader :connection, :users, :institutions, :user_institutions, :accounts, :transactions, :categories
9
9
 
10
10
  # @param [String] company_identifier
11
11
  # @param [String] company_token
@@ -174,6 +174,7 @@ module FinApps
174
174
  @institutions ||= FinApps::REST::Institutions.new self
175
175
  @user_institutions ||= FinApps::REST::UserInstitutions.new self
176
176
  @transactions ||= FinApps::REST::Transactions.new self
177
+ @categories ||= FinApps::REST::Categories.new self
177
178
  end
178
179
 
179
180
  end
@@ -1,3 +1,3 @@
1
1
  module FinApps
2
- VERSION = '0.5.2.pre'
2
+ VERSION = '0.5.3.pre'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: finapps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2.pre
4
+ version: 0.5.3.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erich Quintero
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-25 00:00:00.000000000 Z
11
+ date: 2014-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor