wco_email 0.1.1.31 → 0.1.1.32
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/tasks/wco_email_tasks.rake +4 -4
- 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: 18277505658153c7d7c5eab9423ea2ba6c41c6caa7806585c7bd27d5902c8e25
|
|
4
|
+
data.tar.gz: e3ff9e176cf33852a644e69c7656525c433912c6d8779e2df4ebf2bfa683ea95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0fc8baa3bb7116f9dbe7fe1b8461967f742e81174b0e43a45b50464e708c24f5c68b4bc079cebb26f7c78c7c4625fa5e1626e4595c235dabd92604da3b68e573
|
|
7
|
+
data.tar.gz: 3ad9d39f189133c42996a71da24910101a08ba28871735b08221c53fc2ac64ea25c1c975c366faff6631abbd4974906d3812808f5c2e06f10ee30f3cfdeae87c
|
|
@@ -149,8 +149,8 @@ namespace :wco_email do
|
|
|
149
149
|
|
|
150
150
|
sch.send_and_roll
|
|
151
151
|
|
|
152
|
-
print
|
|
153
|
-
sleep
|
|
152
|
+
print "[#{sch.id}]^"
|
|
153
|
+
sleep 15
|
|
154
154
|
end
|
|
155
155
|
|
|
156
156
|
print '.'
|
|
@@ -188,8 +188,8 @@ namespace :wco_email do
|
|
|
188
188
|
Rails.env.production? ? out.deliver_later : out.deliver_now
|
|
189
189
|
end
|
|
190
190
|
|
|
191
|
-
print "#{ctx.id}^"
|
|
192
|
-
sleep
|
|
191
|
+
print "[#{ctx.id}]^"
|
|
192
|
+
sleep 15
|
|
193
193
|
end
|
|
194
194
|
|
|
195
195
|
print '.'
|