finapps 0.0.17.pre → 0.0.18.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: 47fcc75ca928b988ae5d066eda4e8220517c516d
4
- data.tar.gz: c06290cc44ae7027033abca8285a5f3023d7b57c
3
+ metadata.gz: 4a5518d3b07cbbbeb8226fa6f1598124e01f0431
4
+ data.tar.gz: 2b150ed882b12429bd0b96d204b54043fc7ceb64
5
5
  SHA512:
6
- metadata.gz: 190fb00200d1e600ba1d7f07ee00f9c7c03aa817ee4cbfad811451785055e403b8a737422c4d249d07fa4fccc84ff43fde2abb32cb9002705b9bbff372355070
7
- data.tar.gz: 0232a0734e5afeb619c29bb2f869744c8bd5c57e446324d8fafc7c8bf46b5214035defb0e6836cdf907b1a1b405affc1a8ed0dd8951ea90469a8ddf36a91eba2
6
+ metadata.gz: d40086e45df72742f1daedb94bca806db186b60fd6131bb8e93b311d887793987a2afc37f5e154f2becf69ab1ffa3ec8b5b7e129758e6c1c7fa259a2312a9c26
7
+ data.tar.gz: 2019c10368db72fb5086e5a9bacf6d0e3c8954850c20345564e33ea3d1bdf3daa3677dafc5765a66895b775448d95e2427acb05d509ccd1109d494efbc2f138c
@@ -12,7 +12,10 @@ module FinApps
12
12
  raise MissingArgumentsError.new 'Missing argument: term.' if term.blank?
13
13
  logger.debug "##{__method__.to_s} => term: #{term}"
14
14
 
15
- path = Defaults::END_POINTS[:institutions_search].sub! ':search_term', term.to_s
15
+ end_point = Defaults::END_POINTS[:institutions_search]
16
+ logger.debug "##{__method__.to_s} => end_point: #{end_point}"
17
+
18
+ path = end_point.sub! ':search_term', term.to_s
16
19
  logger.debug "##{__method__.to_s} => path: #{path}"
17
20
 
18
21
  institutions, error_messages = @client.get(path) do |r|
@@ -1,3 +1,3 @@
1
1
  module FinApps
2
- VERSION = '0.0.17.pre'
2
+ VERSION = '0.0.18.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.17.pre
4
+ version: 0.0.18.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erich Quintero