Skip to content

Commit

Permalink
0.9 release of pony
Browse files Browse the repository at this point in the history
  • Loading branch information
benprew committed Mar 13, 2010
1 parent 119cbe3 commit 9856ab7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rdoc
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pony.gemspec
Expand Up @@ -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
Expand Down

0 comments on commit 9856ab7

Please sign in to comment.