ar_mailer_rails3 2.1.8 → 2.1.9
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/README.rdoc +3 -3
- data/VERSION +1 -1
- data/lib/ar_mailer_rails3/ar_sendmail.rb +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
A two-phase delivery agent for ActionMailer which works for Rails 3.
|
|
4
4
|
|
|
5
|
-
Forked from http://github.com/adzap/ar_mailer/
|
|
5
|
+
Forked from http://github.com/adzap/ar_mailer/
|
|
6
6
|
|
|
7
7
|
Rubyforge Project:
|
|
8
8
|
|
|
@@ -14,11 +14,11 @@ http://seattlerb.org/ar_mailer
|
|
|
14
14
|
|
|
15
15
|
and for forked additions
|
|
16
16
|
|
|
17
|
-
http://github.com/
|
|
17
|
+
http://github.com/yzhang/ar_mailer_rails3/wikis
|
|
18
18
|
|
|
19
19
|
Bugs:
|
|
20
20
|
|
|
21
|
-
http://
|
|
21
|
+
http://github.com/yzhang/ar_mailer_rails3/issues
|
|
22
22
|
|
|
23
23
|
== About
|
|
24
24
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.1.
|
|
1
|
+
2.1.9
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 2
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 2.1.
|
|
8
|
+
- 9
|
|
9
|
+
version: 2.1.9
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Yuanyi Zhang
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-
|
|
17
|
+
date: 2010-06-02 00:00:00 +08:00
|
|
18
18
|
default_executable: ar_sendmail_rails3
|
|
19
19
|
dependencies: []
|
|
20
20
|
|