<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -98,13 +98,13 @@ module AtTime
       end
       str = $7 or &quot;&quot;
       h += 12 if $6 =~ /^p/i and h &lt;= 12
-    elsif 'midnight' =~ /^#{str}/i
+    elsif 'midnight' =~ /^#{str.split[0]}/i
       h,m,s = [0,0,0]
       str = str[$&amp;.size..-1]
-    elsif 'noon' =~ /^#{str}/i
+    elsif 'noon' =~ /^#{str.split[0]}/i
       h,m,s = [12,0,0]
       str = str[$&amp;.size..-1]
-    elsif 'teatime' =~ /^#{str}/i
+    elsif 'teatime' =~ /^#{str.split[0]}/i
       h,m,s = [16,0,0]
       str = str[$&amp;.size..-1]
     else</diff>
      <filename>lib/at_time.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9a79b7a8251ee377fcf043c422991050cd291084</id>
    </parent>
  </parents>
  <author>
    <name>Hans Fugal</name>
    <email>hans@fugal.net</email>
  </author>
  <url>http://github.com/fugalh/creme/commit/a256136f9b61989cf7c3a243e7ec690083d60217</url>
  <id>a256136f9b61989cf7c3a243e7ec690083d60217</id>
  <committed-date>2008-08-01T22:47:01-07:00</committed-date>
  <authored-date>2008-08-01T22:47:01-07:00</authored-date>
  <message>fix for &quot;noon tomorrow&quot;</message>
  <tree>b1a374b09d06db5cbab738d84d7f70ed7a2623e5</tree>
  <committer>
    <name>Hans Fugal</name>
    <email>hans@fugal.net</email>
  </committer>
</commit>
