finapps 0.2.4.pre → 0.2.5.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: ae9c25e14f4dbd12fd1e2140c04a88ed63df11c4
4
- data.tar.gz: a10e2f2160612928ec90a6be6b2afa31511a2b68
3
+ metadata.gz: 43b25a4c6fafad7293f3d4ad022cbe28b04b2bfc
4
+ data.tar.gz: 2b0f76bcfed802b4b05d96c4cdb3a4975df1bdb8
5
5
  SHA512:
6
- metadata.gz: d14300af375c339bf6a4bad60b8cc735508611ac154924b264ce06f0bf4b1621c0633edff0dd657ea21a5c26a6332d6f6c9336a90c6e1ab0ebc16c783319c0d6
7
- data.tar.gz: 8e8133e488684f69267091503f875ebafad8746d48b585fbe9c5c4d74e352ef33310c3239a975d4794c58527860910779ae0169ce030e8f00f4f03f935473ad9
6
+ metadata.gz: edfff8cee7b43755477ba84f40634b9e71683540efecc883d788f1efe0d46ea3715887306800d5f2a6b41234710b42896e33ad5f15b61e01af4c62dd0b386677
7
+ data.tar.gz: ffe6a4679e0d85b04ed4edca48ed37f2a4ee7f3d233d5924dfe86a274704fbd1f7e83ebd22150a46628c563d1d4fdbee6be8fafd4de477793776457b4557ea3f
@@ -106,10 +106,15 @@ module FinApps
106
106
  logger.debug "##{__method__.to_s} => Parsing accounts array"
107
107
  if hash[:accounts].present? && hash[:accounts].respond_to?(:each)
108
108
  logger.debug hash[:accounts].pretty_print
109
+
110
+ =begin
109
111
  hash[:accounts].each do |a|
110
112
  logger.debug a.pretty_print
111
113
  @accounts << FinApps::REST::Account.new(a)
112
114
  end
115
+ =end
116
+ else
117
+ logger.debug "##{__method__.to_s} => Accounts array is null"
113
118
  end
114
119
  end
115
120
  end
@@ -1,3 +1,3 @@
1
1
  module FinApps
2
- VERSION = '0.2.4.pre'
2
+ VERSION = '0.2.5.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.4.pre
4
+ version: 0.2.5.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erich Quintero