<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,7 +5,12 @@ Net::SMTP.class_eval do
   private
   def do_start(helodomain, user, secret, authtype)
     raise IOError, 'SMTP session already started' if @started
-    check_auth_args user, secret, authtype if user or secret
+
+    if RUBY_VERSION == &quot;1.8.7&quot;
+      check_auth_args user, secret
+    else
+      check_auth_args user, secret, authtype if user or secret
+    end
     
     sock = timeout(@open_timeout) { TCPSocket.open(@address, @port) }
     @socket = Net::InternetMessageIO.new(sock)</diff>
      <filename>lib/smtp_tls.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9d55e05ec353cc3807112f5ff2f2bff3b25f0b77</id>
    </parent>
  </parents>
  <author>
    <name>Anil</name>
    <email>Anil@anils-macbook.local</email>
  </author>
  <url>http://github.com/anildigital/mailer/commit/0b74e88da6c9b58d48b58901269a6a7c721b339c</url>
  <id>0b74e88da6c9b58d48b58901269a6a7c721b339c</id>
  <committed-date>2009-06-20T10:25:21-07:00</committed-date>
  <authored-date>2009-06-20T10:25:21-07:00</authored-date>
  <message>Fixed smtp_tls error due to Ruby version change</message>
  <tree>074d0b34155882a5ee394974a1677543d92823f0</tree>
  <committer>
    <name>Anil</name>
    <email>Anil@anils-macbook.local</email>
  </committer>
</commit>
