Sha256: d3a7998641cc472bb1938171cb407b3646e726f62a23f66ffb6b54960f3c0491
Contents?: true
Size: 1.62 KB
Versions: 0
Compression: gzip
Compressed size: 700 Bytes
Stored size: 700 Bytes
Contents
--- !ruby/object:Gem::Specification name: cyu-ar_mailer version: !ruby/object:Gem::Version version: 1.4.6 platform: ruby authors: - Calvin Yu - Eric Hodel autorequire: bindir: bin cert_chain: [] date: 2008-11-30 00:00:00 -08:00 default_executable: ar_sendmail dependencies: [] 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. email: calvin@skribit.com executables: - ar_sendmail extensions: [] extra_rdoc_files: - History.txt - LICENSE.txt - Manifest.txt - README.rdoc files: - History.txt - LICENSE.txt - Manifest.txt - README.rdoc - Rakefile - bin/ar_sendmail - lib/ar_mailer.rb - lib/action_mailer/ar_mailer.rb - lib/action_mailer/ar_sendmail.rb - share/bsd/ar_sendmail - share/linux/ar_sendmail - share/linux/ar_sendmail.conf - test/action_mailer.rb - test/test_armailer.rb - test/test_arsendmail.rb has_rdoc: true homepage: http://seattlerb.org/ar_mailer post_install_message: rdoc_options: - --main - README.rdoc require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: seattlerb rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: A two-phase delivery agent for ActionMailer test_files: - test/test_armailer.rb - test/test_arsendmail.rb