finapps 0.21.3.pre → 0.21.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 +4 -4
- data/lib/finapps/rest/client.rb +1 -1
- data/lib/finapps/rest/user_institutions.rb +3 -3
- data/lib/finapps/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f72d59941b3f324b751f393548af22a421d546c1
|
|
4
|
+
data.tar.gz: 2980215ae44453154d5c360bd781e672999bc8a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6818c7caf9cd4b0018919523139fad1c6c82719c5e3c6ba5650cbc3fc36ce5ed1447112f4db8278c49263dcf5fd82132d64d8972d266c7d723517fa58381fe4
|
|
7
|
+
data.tar.gz: 7d611924d13c99794ab34113af68a56f55fed2dab9d54c56869bbe955bd772b298dd3454693ec0b4e712a6a6f11fcd35bf2632975f56b94e8e939cd1da31a455
|
data/lib/finapps/rest/client.rb
CHANGED
|
@@ -139,7 +139,7 @@ module FinApps
|
|
|
139
139
|
logger.debug "##{__method__.to_s} => Started"
|
|
140
140
|
raise MissingArgumentsError.new 'Missing argument: path.' if path.blank?
|
|
141
141
|
|
|
142
|
-
logger.debug "##{__method__.to_s} => POST path:#{path} params:#{skip_sensitive_data
|
|
142
|
+
logger.debug "##{__method__.to_s} => POST path:#{path} params:#{skip_sensitive_data params }"
|
|
143
143
|
response = @connection.post do |req|
|
|
144
144
|
req.url path
|
|
145
145
|
req.body = params
|
|
@@ -25,7 +25,7 @@ module FinApps
|
|
|
25
25
|
logger.debug "##{__method__.to_s} => site_id: #{site_id}"
|
|
26
26
|
|
|
27
27
|
raise MissingArgumentsError.new 'Missing argument: parameters.' if parameters.blank?
|
|
28
|
-
logger.debug "##{__method__.to_s} => parameters: #{parameters.inspect}"
|
|
28
|
+
logger.debug "##{__method__.to_s} => parameters: #{skip_sensitive_data parameters.inspect}"
|
|
29
29
|
|
|
30
30
|
end_point = Defaults::END_POINTS[:user_institutions_add]
|
|
31
31
|
logger.debug "##{__method__.to_s} => end_point: #{end_point}"
|
|
@@ -100,7 +100,7 @@ module FinApps
|
|
|
100
100
|
logger.debug "##{__method__.to_s} => user_institution_id: #{user_institution_id}"
|
|
101
101
|
|
|
102
102
|
raise MissingArgumentsError.new 'Missing argument: parameters.' if parameters.blank?
|
|
103
|
-
logger.debug "##{__method__.to_s} => parameters: #{parameters.inspect}"
|
|
103
|
+
logger.debug "##{__method__.to_s} => parameters: #{skip_sensitive_data parameters.inspect}"
|
|
104
104
|
|
|
105
105
|
end_point = Defaults::END_POINTS[:user_institutions_mfa]
|
|
106
106
|
logger.debug "##{__method__.to_s} => end_point: #{end_point}"
|
|
@@ -121,7 +121,7 @@ module FinApps
|
|
|
121
121
|
logger.debug "##{__method__.to_s} => user_institution_id: #{user_institution_id}"
|
|
122
122
|
|
|
123
123
|
raise MissingArgumentsError.new 'Missing argument: parameters.' if parameters.blank?
|
|
124
|
-
logger.debug "##{__method__.to_s} => parameters: #{parameters.inspect}"
|
|
124
|
+
logger.debug "##{__method__.to_s} => parameters: #{skip_sensitive_data parameters.inspect}"
|
|
125
125
|
|
|
126
126
|
end_point = Defaults::END_POINTS[:user_institutions_update]
|
|
127
127
|
logger.debug "##{__method__.to_s} => end_point: #{end_point}"
|
data/lib/finapps/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: finapps
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.21.
|
|
4
|
+
version: 0.21.4.pre
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Erich Quintero
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-09-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|