Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

Commit

Permalink
release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adzap committed Jun 23, 2009
1 parent c9cbc58 commit 804875d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
= 2.1.0

* Switched to using a Rails generator for migration and model files. The ar_sendmail options have been removed.

= 2.0.2

* Bugs fixed
Expand Down
4 changes: 2 additions & 2 deletions ar_mailer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{ar_mailer}
s.version = "2.0.2"
s.version = "2.1.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Eric Hodel", "Adam Meehan"]
s.date = %q{2009-04-17}
s.date = %q{2009-06-23}
s.default_executable = %q{ar_sendmail}
s.description = %q{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.}
s.email = %q{adam.meehan@gmail.com}
Expand Down
2 changes: 1 addition & 1 deletion lib/action_mailer/ar_sendmail.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ActionMailer::ARSendmail
##
# The version of ActionMailer::ARSendmail you are running.

VERSION = '2.0.2'
VERSION = '2.1.0'

##
# Maximum number of times authentication will be consecutively retried
Expand Down

0 comments on commit 804875d

Please sign in to comment.