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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ccb205d0cb7aba20c41561f9db5351aee5759d0a
4
- data.tar.gz: 31a17eb21f81606bdf982c84f8975603e35ef22f
3
+ metadata.gz: f72d59941b3f324b751f393548af22a421d546c1
4
+ data.tar.gz: 2980215ae44453154d5c360bd781e672999bc8a8
5
5
  SHA512:
6
- metadata.gz: 10dc421e6a7acab73b2c43c639bbd48f9bdaeafbcc2cb139c0cbafbd2c81b09177c1bfd1a36ba697acfb7a058f74edb9f5d293a832e8a83070a8153b17c38ca3
7
- data.tar.gz: 4c1a49ac7175a8dad83ac9efb9bb685a12239dc65cf369d739831fe75833449c3485f013c5dfec6dc81f6cac9fe46d8646284c3c6e83d55537db10b65973b39e
6
+ metadata.gz: b6818c7caf9cd4b0018919523139fad1c6c82719c5e3c6ba5650cbc3fc36ce5ed1447112f4db8278c49263dcf5fd82132d64d8972d266c7d723517fa58381fe4
7
+ data.tar.gz: 7d611924d13c99794ab34113af68a56f55fed2dab9d54c56869bbe955bd772b298dd3454693ec0b4e712a6a6f11fcd35bf2632975f56b94e8e939cd1da31a455
@@ -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(params)}"
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}"
@@ -1,3 +1,3 @@
1
1
  module FinApps
2
- VERSION = '0.21.3.pre'
2
+ VERSION = '0.21.4.pre'
3
3
  end
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.3.pre
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-08-17 00:00:00.000000000 Z
11
+ date: 2015-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor