ddr-batch 1.2.0.rc3 → 1.2.0.rc4

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: 80fb900c8bb95fb61c0c705ccad7975f7219eb20
4
- data.tar.gz: af45002aae824fcbb10a120edb70ae988f0bdc8e
3
+ metadata.gz: ca0eca746d652082acbf7faecb014965fdc9d86d
4
+ data.tar.gz: ce21f71b13eb85e945da930ad84e4367a6121fd3
5
5
  SHA512:
6
- metadata.gz: 0c8a173ab292ad38d9345405b87112c8ccc664ee8499cc95dd4f6117c8b3474e2450598318a29b12c95fd09af411db1cb93c0cc545a9a79e673990c3cfb5a081
7
- data.tar.gz: 68e10d1127170a8c60a8a0a7d3f80208cdfaa09a3c97ede418a0329c959589c447ee3f5d21a46d2ce55cf165442f0b6d5af383674072b4916b35f686208c13cc
6
+ metadata.gz: f1872759372d0369f24c215c129b87f252f7183322cfb9c44493290baa40c52cd5985c99e174cb2dd240cba09243601b99451409cbe7d4c66b886cf2aea7c1ed
7
+ data.tar.gz: 300c46a56f19e811c31cf727f3247f3dc048458015f8297367c13048c0072c49ee4e8308c69b901a0998df3f2fbfdad8a84a780b8ef2dc0b3e010695fa03e05d
@@ -70,9 +70,11 @@ module Ddr::Batch
70
70
 
71
71
  def send_notification(batch)
72
72
  begin
73
- BatchProcessorRunMailer.send_notification(batch).deliver!
74
- rescue
73
+ Ddr::Batch::BatchProcessorRunMailer.send_notification(batch).deliver!
74
+ rescue => e
75
75
  Rails.logger.error("An error occurred while attempting to send a notification for batch #{batch.id}")
76
+ Rails.logger.error(e.message)
77
+ Rails.logger.error(e.backtrace)
76
78
  end
77
79
  end
78
80
  end
@@ -1,5 +1,5 @@
1
1
  module Ddr
2
2
  module Batch
3
- VERSION = "1.2.0.rc3"
3
+ VERSION = "1.2.0.rc4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ddr-batch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0.rc3
4
+ version: 1.2.0.rc4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jim Coble
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-01-10 00:00:00.000000000 Z
12
+ date: 2017-01-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails