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 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/wikis
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/adzap/ar_mailer_rails3/wikis
17
+ http://github.com/yzhang/ar_mailer_rails3/wikis
18
18
 
19
19
  Bugs:
20
20
 
21
- http://adzap.lighthouseapp.com/projects/26997-ar_mailer
21
+ http://github.com/yzhang/ar_mailer_rails3/issues
22
22
 
23
23
  == About
24
24
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.8
1
+ 2.1.9
@@ -467,7 +467,7 @@ class ArMailerRails3::ARSendmail
467
467
  cleanup
468
468
  emails = find_emails
469
469
  deliver(emails) unless emails.empty?
470
- rescue ActiveRecord::Transactions::TransactionError
470
+ rescue
471
471
  end
472
472
  break if @once
473
473
  sleep @delay
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 1
8
- - 8
9
- version: 2.1.8
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-04-10 00:00:00 +08:00
17
+ date: 2010-06-02 00:00:00 +08:00
18
18
  default_executable: ar_sendmail_rails3
19
19
  dependencies: []
20
20