<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -79,13 +79,13 @@ puts header(&quot;TIME REPORT FOR #{start_date.strftime('%Y-%m-%d')} TO #{end_date.st
      totals[:people].
        collect { |(p, h)| [ [p['last-name'], p['first-name']], h ] }.
        sort.
-       collect { |(p, h)| sprintf &quot;%-54s%6.02f&quot; % [p.reverse.join(' '), h] }.
+       collect { |(p, h)| sprintf &quot;%-53s%7.02f&quot; % [p.reverse.join(' '), h] }.
        join(&quot;\n&quot;),
      header('By Project'),
      totals[:projects].
        collect { |(p, h)| [ [p.company.name, p.name].join(' - '), h ] }.
        sort.
-       collect { |(p, h)| sprintf &quot;%-54s%6.02f&quot; % [p, h] }.
+       collect { |(p, h)| sprintf &quot;%-53s%7.02f&quot; % [p, h] }.
        join(&quot;\n&quot;),
      header('By Company'),
      totals[:projects].
@@ -93,7 +93,7 @@ puts header(&quot;TIME REPORT FOR #{start_date.strftime('%Y-%m-%d')} TO #{end_date.st
          hsh.with { |hh| hh[p.company.name] += h }
        }.
        sort.
-       collect { |(p, h)| sprintf &quot;%-54s%6.02f&quot; % [p, h] }.
+       collect { |(p, h)| sprintf &quot;%-53s%7.02f&quot; % [p, h] }.
        join(&quot;\n&quot;),
      header('By Person per Project'),
      totals[:pp].
@@ -102,7 +102,7 @@ puts header(&quot;TIME REPORT FOR #{start_date.strftime('%Y-%m-%d')} TO #{end_date.st
            [proj.company.name, proj.name].join(' - '),
            people.collect { |(p, h)| [ [p['last-name'], p['first-name'] ], h ] }.
            sort.
-           collect { |(p, h)| sprintf &quot;  %-52s%6.02f&quot; % [p.reverse.join(' '), h] }.
+           collect { |(p, h)| sprintf &quot;  %-51s%7.02f&quot; % [p.reverse.join(' '), h] }.
            join(&quot;\n&quot;)
          ]
        }.</diff>
      <filename>fetch.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>87fe4af40582f387d0aae824c3dbd3ce32969360</id>
    </parent>
  </parents>
  <author>
    <name>Jonathan Dance</name>
    <email>jd@wuputah.com</email>
  </author>
  <url>http://github.com/wuputah/basecamp-timereport/commit/46b7d1cee3025383aa55f171ccbf95bc0cbb5ecd</url>
  <id>46b7d1cee3025383aa55f171ccbf95bc0cbb5ecd</id>
  <committed-date>2008-11-24T11:21:00-08:00</committed-date>
  <authored-date>2008-11-24T11:21:00-08:00</authored-date>
  <message>give one more digit to the hours</message>
  <tree>c20368d50d74eceb131543f970b2677a82add8b7</tree>
  <committer>
    <name>Jonathan Dance</name>
    <email>jd@wuputah.com</email>
  </committer>
</commit>
