Sha256: 9c4f1224e6cf725c7e3283f8e9f56020c9ae068074dca411fe8d90f93e8bd4b4
Contents?: true
Size: 1.78 KB
Versions: 0
Compression: gzip
Compressed size: 761 Bytes
Stored size: 761 Bytes
Contents
--- !ruby/object:Gem::Specification name: maedana-ar_mailer version: !ruby/object:Gem::Version version: 2.1.5.1 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 licenses: 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.3.5 signing_key: specification_version: 3 summary: A two-phase delivery agent for ActionMailer test_files: - test/test_armailer.rb - test/test_arsendmail.rb