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

Commit

Permalink
version 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
adzap committed Mar 16, 2010
1 parent 3e82a47 commit b388ff6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
= 2.1.8

* Bugs fixed
* Fix BCC addresses being visible to all recipients (laserlemon)

= 2.1.7

* Miscellaneous Updates
Expand Down
4 changes: 2 additions & 2 deletions adzap-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{adzap-ar_mailer}
s.version = "2.1.7"
s.version = "2.1.8"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Eric Hodel", "Adam Meehan"]
s.date = %q{2010-01-19}
s.date = %q{2010-03-17}
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{[email protected]}
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 @@ -42,7 +42,7 @@ class ActionMailer::ARSendmail
##
# The version of ActionMailer::ARSendmail you are running.

VERSION = '2.1.7'
VERSION = '2.1.8'

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

0 comments on commit b388ff6

Please sign in to comment.