istox 0.1.157.7 → 0.1.157.8
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/istox/helpers/messaging.rb +2 -0
- data/lib/istox/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b20a5f70bdafe311ffc02576324bed01c75d2ae6a95d93d8ced8a3ff6faf38af
|
|
4
|
+
data.tar.gz: fae479809eb6517be5c67cfc79125059f74cfe00978fee53ee219ce31bce0edd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 627932e0f956f2b7bb2819ecb589606d33cdd74191df07a862ca91c78cff61c3809f2c881a906c0af19cfd8bb758a2904e66846a4bd19a88928cbb04c367fd02
|
|
7
|
+
data.tar.gz: 89cce563fe2225b1f0aaa23e604a737ef774145f68f19c75bc04f5105bbe7afa942c3058ceed369a8242c27c5e6e50aa637975d0d35f6f4ee97c0f236f3c71ae
|
|
@@ -127,6 +127,8 @@ module Istox
|
|
|
127
127
|
next unless email_data[:copy_emails].present?
|
|
128
128
|
|
|
129
129
|
email_data[:copy_emails].each do |ce|
|
|
130
|
+
next unless ce.present?
|
|
131
|
+
|
|
130
132
|
copy_email_data = email_data.clone
|
|
131
133
|
copy_email_data[:email] = ce
|
|
132
134
|
copy_email_data.delete(:copy_emails)
|
data/lib/istox/version.rb
CHANGED