Sha256: 48213429fea1501c3b30a1d23efc395d40c6d399980543df12a15debd4c6bb85
Contents?: true
Size: 1.76 KB
Versions: 0
Compression: gzip
Compressed size: 750 Bytes
Stored size: 750 Bytes
Contents
--- !ruby/object:Gem::Specification name: adzap-ar_mailer version: !ruby/object:Gem::Version version: 2.1.4 platform: ruby authors: - Eric Hodel - Adam Meehan autorequire: bindir: bin cert_chain: [] date: 2009-07-06 00:00:00 -07: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: adam.meehan@gmail.com executables: - ar_sendmail extensions: [] extra_rdoc_files: - History.txt - LICENSE.txt - README.rdoc files: - History.txt - LICENSE.txt - README.rdoc - Rakefile - bin/ar_sendmail - generators/ar_mailer/ar_mailer_generator.rb - generators/ar_mailer/templates/migration.rb - generators/ar_mailer/templates/model.rb - lib/action_mailer/ar_mailer.rb - lib/action_mailer/ar_sendmail.rb - lib/smtp_tls.rb - share/bsd/ar_sendmail - share/linux/ar_sendmail - share/linux/ar_sendmail.conf - test/resources/action_mailer.rb - test/test_armailer.rb - test/test_arsendmail.rb - test/test_helper.rb has_rdoc: false homepage: http://github.com/adzap/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: 3 summary: A two-phase delivery agent for ActionMailer test_files: - test/test_armailer.rb - test/test_arsendmail.rb