<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -90,7 +90,7 @@ module Seinfeld
           break selected
         end
 
-        if entry.title =~ %r{^#{login} committed}
+        if entry.title.downcase =~ %r{^#{login.downcase} committed}
           updated = entry.updated_at
           date    = Date.civil(updated.year, updated.month, updated.day)
           selected.update date =&gt; nil</diff>
      <filename>lib/seinfeld/models.rb</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@ module Seinfeld
     before :all do
       @feed = OpenStruct.new
       @feed.entries = [
-        OpenStruct.new(:item_id =&gt; 'a', :title =&gt; &quot;bob committed something&quot;, :updated_at =&gt; Date.civil(2008, 1, 1, 22)),
+        OpenStruct.new(:item_id =&gt; 'a', :title =&gt; &quot;BOB committed something&quot;, :updated_at =&gt; Date.civil(2008, 1, 1, 22)),
         OpenStruct.new(:item_id =&gt; 'b', :title =&gt; &quot;bob watched something&quot;),
         OpenStruct.new(:item_id =&gt; 'c', :title =&gt; &quot;bob committed something&quot;, :updated_at =&gt; Date.civil(2008, 1, 1, 23)),
         OpenStruct.new(:item_id =&gt; 'd', :title =&gt; &quot;bob committed something&quot;, :updated_at =&gt; Date.civil(2008, 1, 2, 23)),</diff>
      <filename>spec/user_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1d9951904fcdddbe2c5f6ee2b7d6636074954f46</id>
    </parent>
  </parents>
  <author>
    <name>rick</name>
    <email>technoweenie@gmail.com</email>
  </author>
  <url>http://github.com/technoweenie/seinfeld/commit/630c51fa3b4b3f8577cbb483b5a469b00c92c9f8</url>
  <id>630c51fa3b4b3f8577cbb483b5a469b00c92c9f8</id>
  <committed-date>2008-10-06T11:27:14-07:00</committed-date>
  <authored-date>2008-10-06T11:27:14-07:00</authored-date>
  <message>make the feed scanner case insensitive</message>
  <tree>3e174b1eeb6e96da7f3b778ea5fce7089b34169e</tree>
  <committer>
    <name>rick</name>
    <email>technoweenie@gmail.com</email>
  </committer>
</commit>
