finapps 0.5.2.pre → 0.5.3.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 +4 -4
- data/lib/finapps/rest/client.rb +2 -1
- data/lib/finapps/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 64ab9b95f10bb01f3c0c92b52cbfe10fb3de2869
|
|
4
|
+
data.tar.gz: 9ffba904330c32bfb8c19617438dd1aef689dea7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e9da7ce28f48436c87e3db4cdce62402c2e614343f32d9a701726aabfda16e55061b71cf5f95049eb87ca74ae8079c127da14580b015732995d7cdccc4e97e0
|
|
7
|
+
data.tar.gz: ab4eb3e9ad4e3aab38475c0e98a865f0d923dbde15f87bfc95463002e62567602f0798731e4c91345acfaaf5f6cc2a74f2e4fc242c175565dfbd192eea4aea1e
|
data/lib/finapps/rest/client.rb
CHANGED
|
@@ -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
|
data/lib/finapps/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2014-09-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|