web47core 3.2.3.18 → 3.2.3.19
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/app/models/notification.rb +2 -2
- data/lib/web47core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b8c29beafdaac61eeb927fb4252c31ab4b4a54af7d9c0215963fea7dade02341
|
|
4
|
+
data.tar.gz: dfb353a8fd04ee44f07ef3a28b67cdda8b1067ac69de02a3734cd69574a66b51
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f649a6e4cc61b8faf0972674a782a3299f0c91910a8747def6c1a0ea8816d950c3207c39ff78eb3401115ba1419307a715ffa1ed175c062c90f621cb4b3de714
|
|
7
|
+
data.tar.gz: 4448b98e2006a48eff039773655792344969a12288d6181b487bf490837997635730f52260bdd74562baec1570aa249170b66c2d95e80f38b43add6aa055c363
|
|
@@ -256,11 +256,11 @@ class Notification
|
|
|
256
256
|
|
|
257
257
|
#
|
|
258
258
|
# Only send a message if this message is associated with an account
|
|
259
|
-
# and that has an active smtp configuration
|
|
259
|
+
# and that has an active smtp configuration,
|
|
260
260
|
# otherwise send it to support for the environment
|
|
261
261
|
#
|
|
262
262
|
def notify_failure(error)
|
|
263
|
-
if account.nil? || !account.
|
|
263
|
+
if account.nil? || !account.fetch_smtp_configuration.use?
|
|
264
264
|
error_email = EmailNotification.new
|
|
265
265
|
params = { company_name: SystemConfiguration.company_name,
|
|
266
266
|
error_message: error.message,
|
data/lib/web47core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: web47core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.3.
|
|
4
|
+
version: 3.2.3.19
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Schroeder
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-11-
|
|
11
|
+
date: 2025-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activemodel
|