Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Remove hard dependency on smtp_tls to make it work in ruby 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Narnach committed Oct 21, 2009
1 parent 0204e15 commit f088d64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
4 changes: 4 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ You can also specify options for SMTP:
:domain => "example.com" # the HELO domain provided by the client to the server
}

== TLS

To use TLS in ruby 1.8.6, install the smtp_tls gem. Ruby 1.8.7 has built-in TLS support.

== Meta

Written by Adam Wiggins
Expand Down
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ spec = Gem::Specification.new do |s|

s.require_path = "lib"
s.add_dependency( 'tmail', '~> 1.0' )
s.add_dependency( 'smtp_tls', '>= 1.0.3')
end

Rake::GemPackageTask.new(spec) do |p|
Expand Down
19 changes: 0 additions & 19 deletions pony.gemspec

This file was deleted.

0 comments on commit f088d64

Please sign in to comment.