<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -64,8 +64,8 @@ EOH
   message.body    = body
   message.date    = Time.now
 
-  smtp_settings  = [ email_conf[:address], (email_conf[:port] || 25), (email_conf[:domain] || 'localhost.localdomain') ]
-  smtp_settings += [ email_conf[:user_name], email_conf[:password], email_conf[:authentication] ] if email_conf[:authentication]
+  smtp_settings  = [ email_conf['address'], (email_conf['port'] || 25), (email_conf['domain'] || 'localhost.localdomain') ]
+  smtp_settings += [ email_conf['user_name'], email_conf['password'], email_conf['authentication'] ] if email_conf['authentication']
 
   Net::SMTP.start(*smtp_settings) do |smtp|
     smtp.send_message message.to_s, 'noreply@github.com', data['address']</diff>
      <filename>services/email.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4b41c93e017e5465aac0cbf90ee5c2f79b688b22</id>
    </parent>
  </parents>
  <author>
    <name>PJ Hyett</name>
    <email>pjhyett@gmail.com</email>
  </author>
  <url>http://github.com/pjhyett/github-services/commit/6b560a1e4b53174f49eac1a138efa17573f82ff5</url>
  <id>6b560a1e4b53174f49eac1a138efa17573f82ff5</id>
  <committed-date>2009-11-03T17:00:53-08:00</committed-date>
  <authored-date>2009-11-03T17:00:53-08:00</authored-date>
  <message>strings not symbols</message>
  <tree>42fb008bf6acb08ab229e5cc05944d886f231c4e</tree>
  <committer>
    <name>PJ Hyett</name>
    <email>pjhyett@gmail.com</email>
  </committer>
</commit>
