finapps 0.8.5.pre → 0.9.0.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: 2aa747c1244128c6650c455d91ee20aaa3fe0530
4
- data.tar.gz: 0fcad9081d62aed648ec4f865e070d1fc65a130d
3
+ metadata.gz: 9660197eec4e01febb2452520977d6d967902129
4
+ data.tar.gz: 5debba469d88ecb20bfe34e6e5add200efe788d5
5
5
  SHA512:
6
- metadata.gz: b310739beadfe88efa79ffa2f71d5f21f5f007dbe48c8f78f9e6d192791a5bd9ee395f34774a69c98f41271963f289c86f843ea86f06f7e1f550bfcfe751314f
7
- data.tar.gz: dbcc8ba3a8f2d16c518f4cc6d9bd2323c1a9d045f15b38eb851dabbab027319abc7abc8a028576a48a369cac578e2c3884cb23b0ad2b8d01e86189bf859e0ea0
6
+ metadata.gz: 33edbc31f5c4b51e68df3f08228c9ad0548b8102a2eeca5d07185b63ff3afaf44c02509c6cff0d09ed12df6e98c9b7971cd08aecabc0ee897c2c019a76c23ef8
7
+ data.tar.gz: de4d1d342350078b8d23c298e8544dc6e23839bed8a8a895d4619d7270d3de586c100491a923a0edfbfe1329c90c15fbcee9fce13d013148028709028e4a1902
@@ -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, :categories, :rule_sets
8
+ attr_reader :connection, :users, :institutions, :user_institutions, :transactions, :categories, :rule_sets, :budget_models
9
9
 
10
10
  # @param [String] company_identifier
11
11
  # @param [String] company_token
@@ -196,6 +196,7 @@ module FinApps
196
196
  @transactions ||= FinApps::REST::Transactions.new self
197
197
  @categories ||= FinApps::REST::Categories.new self
198
198
  @rule_sets ||= FinApps::REST::Relevance::Rulesets.new self
199
+ @budget_models ||= FinApps::REST::BudgetModels.new self
199
200
  end
200
201
 
201
202
  end
@@ -1,3 +1,3 @@
1
1
  module FinApps
2
- VERSION = '0.8.5.pre'
2
+ VERSION = '0.9.0.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.8.5.pre
4
+ version: 0.9.0.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erich Quintero