finapps 0.14.1.pre → 0.14.2.pre

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 859e8c5ac86fe95b6114162d4564bc50e3597cb1
4
- data.tar.gz: 1b262d89f77740c27a386bd065050941886886b0
3
+ metadata.gz: f603e2e9c97c212958f7d56fa29c1a8a5a93860a
4
+ data.tar.gz: 50723e8a2851213ac74809307a3d0c862703abd1
5
5
  SHA512:
6
- metadata.gz: 78966492a71ab55c5fed8350377877cdaecabfe10fbbd68be8f6df9def5d462582aae23a799558b9c312f46d5b3eb3dd55aa37a2af781e2329ba0fd0593b9844
7
- data.tar.gz: 38cc55b7100fede9f57fa663d0a3089a78b46235770b87233db736af3ac2eff785bacfcec417c6e3cb77324bc2578303a1cf4158aa9d702c8fd79cc9339618dc
6
+ metadata.gz: 052e56853cb964030928f1bd042c2607f619ffa0270c8678b29e30d4a927bd30c9995e040e4cfaa807a1a745d52fb50a5e58f754b5f28bd7e66c6acf66502ff0
7
+ data.tar.gz: bd728afb7c37ce803aa4d930d662b5afb75c82588c0428ecbffca706f8a5fb398fc1e0d237b488ee12fc7f31e612851ada7aa04ea06d4215b04574cab23bb0c5
@@ -32,8 +32,8 @@ module FinApps
32
32
 
33
33
  raise MissingArgumentsError.new 'Missing argument: alert_id.' if alert_id.blank?
34
34
  logger.debug "##{__method__.to_s} => alert_id: #{alert_id.inspect}"
35
- raise MissingArgumentsError.new 'Missing argument: alert_id.' if read.blank?
36
- logger.debug "##{__method__.to_s} => alert_id: #{read.inspect}"
35
+ raise MissingArgumentsError.new 'Missing argument: read.' if read.blank?
36
+ logger.debug "##{__method__.to_s} => read: #{read.inspect}"
37
37
 
38
38
  end_point = Defaults::END_POINTS[:alert_update]
39
39
  logger.debug "##{__method__.to_s} => end_point: #{end_point}"
@@ -54,8 +54,6 @@ module FinApps
54
54
 
55
55
  raise MissingArgumentsError.new 'Missing argument: alert_id.' if alert_id.blank?
56
56
  logger.debug "##{__method__.to_s} => alert_id: #{alert_id.inspect}"
57
- raise MissingArgumentsError.new 'Missing argument: alert_id.' if read.blank?
58
- logger.debug "##{__method__.to_s} => alert_id: #{read.inspect}"
59
57
 
60
58
  end_point = Defaults::END_POINTS[:alert_delete]
61
59
  logger.debug "##{__method__.to_s} => end_point: #{end_point}"
@@ -1,3 +1,3 @@
1
1
  module FinApps
2
- VERSION = '0.14.1.pre'
2
+ VERSION = '0.14.2.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.14.1.pre
4
+ version: 0.14.2.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erich Quintero