finapps 0.5.3.pre → 0.5.4.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: 64ab9b95f10bb01f3c0c92b52cbfe10fb3de2869
4
- data.tar.gz: 9ffba904330c32bfb8c19617438dd1aef689dea7
3
+ metadata.gz: 268edfe6db6e9e4f637a439d3ee0f22262594579
4
+ data.tar.gz: 50973a2ac1ba397cec37264b061d6c501dd3ec34
5
5
  SHA512:
6
- metadata.gz: 6e9da7ce28f48436c87e3db4cdce62402c2e614343f32d9a701726aabfda16e55061b71cf5f95049eb87ca74ae8079c127da14580b015732995d7cdccc4e97e0
7
- data.tar.gz: ab4eb3e9ad4e3aab38475c0e98a865f0d923dbde15f87bfc95463002e62567602f0798731e4c91345acfaaf5f6cc2a74f2e4fc242c175565dfbd192eea4aea1e
6
+ metadata.gz: 336c05acf22912731014172bad4f17b5120d6d8866e33515b8a195b39918362e3bf4c7ccc5b7ba39c2487804debbcbdb1a2ffd3a672c0ebf0042e98d60c06804
7
+ data.tar.gz: 9b6b5cb08b3dbf53ad45da1eebe08f56ac83a0993bc4c617eada3f66913f82ec469e78a188b0c4b9f548b723265b8bb087f8c811f396394758f246b6aabc0740
@@ -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
8
+ attr_reader :connection, :users, :institutions, :user_institutions, :accounts, :transactions, :categories, :rule_sets
9
9
 
10
10
  # @param [String] company_identifier
11
11
  # @param [String] company_token
@@ -168,13 +168,13 @@ module FinApps
168
168
  response
169
169
  end
170
170
 
171
-
172
171
  def set_up_resources
173
172
  @users ||= FinApps::REST::Users.new self
174
173
  @institutions ||= FinApps::REST::Institutions.new self
175
174
  @user_institutions ||= FinApps::REST::UserInstitutions.new self
176
175
  @transactions ||= FinApps::REST::Transactions.new self
177
176
  @categories ||= FinApps::REST::Categories.new self
177
+ @rule_sets ||= FinApps::REST::Relevance::Rulesets.new self
178
178
  end
179
179
 
180
180
  end
@@ -1,3 +1,3 @@
1
1
  module FinApps
2
- VERSION = '0.5.3.pre'
2
+ VERSION = '0.5.4.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.5.3.pre
4
+ version: 0.5.4.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erich Quintero