dvdplm-ar_mailer 2.0.5 → 2.0.6
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.
- data/lib/action_mailer/ar_sendmail.rb +2 -2
- metadata +1 -1
|
@@ -46,7 +46,7 @@ class ActionMailer::ARSendmail
|
|
|
46
46
|
##
|
|
47
47
|
# The version of ActionMailer::ARSendmail you are running.
|
|
48
48
|
|
|
49
|
-
VERSION = '2.0.
|
|
49
|
+
VERSION = '2.0.6'
|
|
50
50
|
|
|
51
51
|
##
|
|
52
52
|
# Maximum number of times authentication will be consecutively retried
|
|
@@ -312,7 +312,7 @@ end
|
|
|
312
312
|
end
|
|
313
313
|
|
|
314
314
|
opts.on("--version", "Version of ARMailer") do
|
|
315
|
-
usage "ar_mailer #{VERSION} (
|
|
315
|
+
usage "ar_mailer #{VERSION} (dvdplm fork)"
|
|
316
316
|
end
|
|
317
317
|
|
|
318
318
|
opts.separator ''
|