Sha256: 013da50ff8d055206eed401d100cca743e3942d3e94917f227939fd637083d14

Contents?: true

Size: 1.75 KB

Versions: 0

Compression: gzip

Compressed size: 776 Bytes

Stored size: 776 Bytes

Contents

--- !ruby/object:Gem::Specification 
name: dvdplm-ar_mailer
version: !ruby/object:Gem::Version 
  version: 2.1.2
platform: ruby
authors: 
- Eric Hodel
- Adam Meehan
- David Palm
autorequire: 
bindir: bin
cert_chain: []

date: 2009-08-04 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. This fork stores the email in the database for easy inspection and tracking.
email: adam.meehan@gmail.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/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/action_mailer.rb
- test/test_armailer.rb
- test/test_arsendmail.rb
has_rdoc: true
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: 2
summary: A two-phase delivery agent and outbox archive for ActionMailer
test_files: 
- test/test_armailer.rb
- test/test_arsendmail.rb

Package Spec version

dvdplm-ar_mailer-2.1.2