finapps 0.0.18.pre → 0.0.19.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: 4a5518d3b07cbbbeb8226fa6f1598124e01f0431
4
- data.tar.gz: 2b150ed882b12429bd0b96d204b54043fc7ceb64
3
+ metadata.gz: 8707bcf09031f46642cd61e8732c363ff0fd3974
4
+ data.tar.gz: f9a118e258234acaaf901c220c00d9e3aaa9d5bb
5
5
  SHA512:
6
- metadata.gz: d40086e45df72742f1daedb94bca806db186b60fd6131bb8e93b311d887793987a2afc37f5e154f2becf69ab1ffa3ec8b5b7e129758e6c1c7fa259a2312a9c26
7
- data.tar.gz: 2019c10368db72fb5086e5a9bacf6d0e3c8954850c20345564e33ea3d1bdf3daa3677dafc5765a66895b775448d95e2427acb05d509ccd1109d494efbc2f138c
6
+ metadata.gz: 1de94b6cfc60fb2483fa30695041e39d31e67fad6c86de37c31d1b2c82d2bc28d7a8a4adef0e5b57f428d088705b00f48dd7709f72c10bb60729b1e33c554515
7
+ data.tar.gz: c2bc42c5274675c625e5efc55f4e212a99f5bf434772c4745eebcda091870fdcdc251a8b56a85d2671c99a8340ade30bab2f58c8d2233cd52ec007b5f5aba234
@@ -15,7 +15,7 @@ module FinApps
15
15
  end_point = Defaults::END_POINTS[:institutions_search]
16
16
  logger.debug "##{__method__.to_s} => end_point: #{end_point}"
17
17
 
18
- path = end_point.sub! ':search_term', term.to_s
18
+ path = end_point.sub ':search_term', term.to_s
19
19
  logger.debug "##{__method__.to_s} => path: #{path}"
20
20
 
21
21
  institutions, error_messages = @client.get(path) do |r|
@@ -1,3 +1,3 @@
1
1
  module FinApps
2
- VERSION = '0.0.18.pre'
2
+ VERSION = '0.0.19.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.0.18.pre
4
+ version: 0.0.19.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erich Quintero