diff --git a/README.rdoc b/README.rdoc index d13b936..b3cf75c 100644 --- a/README.rdoc +++ b/README.rdoc @@ -95,6 +95,9 @@ mailing list: ponyrb@googlegroups.com == Releases +0.9 +* merge in kalins fixes to use tmail.destinations instead of trying to parse tmail.to, tmail.cc and tmail.bcc. New specs to test functionality + 0.8 * Fix bug that was allowing nil :bcc and :cc options to be passed to smtp diff --git a/pony.gemspec b/pony.gemspec index fcd965a..bff7bd5 100644 --- a/pony.gemspec +++ b/pony.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = %q{pony} - s.version = "0.8" + s.version = "0.9" s.description = "Send email in one command: Pony.mail(:to => 'someone@example.com', :body => 'hello')" s.summary = s.description