dvdplm-ar_mailer 2.0.3

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.
metadata ADDED
@@ -0,0 +1,74 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: dvdplm-ar_mailer
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.0.3
5
+ platform: ruby
6
+ authors:
7
+ - Eric Hodel
8
+ - Adam Meehan
9
+ - David Palm
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+
14
+ date: 2009-04-17 00:00:00 -07:00
15
+ default_executable: ar_sendmail
16
+ dependencies: []
17
+
18
+ description: Even delivering email to the local machine may take too long when you have to send hundreds of messages. ar_mailer allows you to store messages into the database for later delivery by a separate process, ar_sendmail.
19
+ email: adam.meehan@gmail.com
20
+ executables:
21
+ - ar_sendmail
22
+ extensions: []
23
+
24
+ extra_rdoc_files:
25
+ - History.txt
26
+ - LICENSE.txt
27
+ - Manifest.txt
28
+ - README.rdoc
29
+ files:
30
+ - History.txt
31
+ - LICENSE.txt
32
+ - Manifest.txt
33
+ - README.rdoc
34
+ - Rakefile
35
+ - bin/ar_sendmail
36
+ - lib/action_mailer/ar_mailer.rb
37
+ - lib/action_mailer/ar_sendmail.rb
38
+ - lib/smtp_tls.rb
39
+ - share/bsd/ar_sendmail
40
+ - share/linux/ar_sendmail
41
+ - share/linux/ar_sendmail.conf
42
+ - test/action_mailer.rb
43
+ - test/test_armailer.rb
44
+ - test/test_arsendmail.rb
45
+ has_rdoc: true
46
+ homepage: http://github.com/adzap/ar_mailer
47
+ post_install_message:
48
+ rdoc_options:
49
+ - --main
50
+ - README.rdoc
51
+ require_paths:
52
+ - lib
53
+ required_ruby_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: "0"
58
+ version:
59
+ required_rubygems_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: "0"
64
+ version:
65
+ requirements: []
66
+
67
+ rubyforge_project: seattlerb
68
+ rubygems_version: 1.2.0
69
+ signing_key:
70
+ specification_version: 3
71
+ summary: A two-phase delivery agent for ActionMailer
72
+ test_files:
73
+ - test/test_armailer.rb
74
+ - test/test_arsendmail.rb