<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -31,10 +31,9 @@ Net::SMTP.class_eval do
   def do_tls_start(helodomain, user, secret, authtype)
     raise IOError, 'SMTP session already started' if @started
     
-    ## This won't work outside of Rails.
-    if Kernel::VERSION == '1.8.6'
+    if VERSION == '1.8.6'
       check_auth_args user, secret, authtype if user or secret
-    elsif Kernel::VERSION == '1.8.7'
+    elsif VERSION == '1.8.7'
       check_auth_args user, secret
     end
 </diff>
      <filename>lib/smtp_tls.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ff0cba7df9dfb57ce32f9466b79b175e629a9022</id>
    </parent>
  </parents>
  <author>
    <name>Brandon Keepers</name>
    <email>brandon@collectiveidea.com</email>
  </author>
  <url>http://github.com/collectiveidea/action_mailer_optional_tls/commit/08237479f2d85f9f7e664b61e509b9c23b6dc6cc</url>
  <id>08237479f2d85f9f7e664b61e509b9c23b6dc6cc</id>
  <committed-date>2009-05-06T05:23:27-07:00</committed-date>
  <authored-date>2009-05-06T05:23:27-07:00</authored-date>
  <message>Use VERSION instead of Kernel::VERSION. Closes #1</message>
  <tree>b7fa10abe7903d9d942c983f9e7c7882409269bd</tree>
  <committer>
    <name>Brandon Keepers</name>
    <email>brandon@collectiveidea.com</email>
  </committer>
</commit>
