adamcooper-ar_mailer 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,73 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: adamcooper-ar_mailer
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.0.2
5
+ platform: ruby
6
+ authors:
7
+ - Eric Hodel
8
+ - Adam Meehan
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2009-03-12 00:00:00 -07:00
14
+ default_executable: ar_sendmail
15
+ dependencies: []
16
+
17
+ 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.
18
+ email: adam.meehan@gmail.com
19
+ executables:
20
+ - ar_sendmail
21
+ extensions: []
22
+
23
+ extra_rdoc_files:
24
+ - History.txt
25
+ - LICENSE.txt
26
+ - Manifest.txt
27
+ - README.rdoc
28
+ files:
29
+ - History.txt
30
+ - LICENSE.txt
31
+ - Manifest.txt
32
+ - README.rdoc
33
+ - Rakefile
34
+ - bin/ar_sendmail
35
+ - lib/action_mailer/ar_mailer.rb
36
+ - lib/action_mailer/ar_sendmail.rb
37
+ - lib/smtp_tls.rb
38
+ - share/bsd/ar_sendmail
39
+ - share/linux/ar_sendmail
40
+ - share/linux/ar_sendmail.conf
41
+ - test/action_mailer.rb
42
+ - test/test_armailer.rb
43
+ - test/test_arsendmail.rb
44
+ has_rdoc: true
45
+ homepage: http://github.com/adzap/ar_mailer
46
+ post_install_message:
47
+ rdoc_options:
48
+ - --main
49
+ - README.rdoc
50
+ require_paths:
51
+ - lib
52
+ required_ruby_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: "0"
57
+ version:
58
+ required_rubygems_version: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: "0"
63
+ version:
64
+ requirements: []
65
+
66
+ rubyforge_project: seattlerb
67
+ rubygems_version: 1.2.0
68
+ signing_key:
69
+ specification_version: 2
70
+ summary: A two-phase delivery agent for ActionMailer
71
+ test_files:
72
+ - test/test_armailer.rb
73
+ - test/test_arsendmail.rb