<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -36,7 +36,7 @@ class LoggedException &lt; ActiveRecord::Base
     else
       max = request.env.keys.max { |a,b| a.length &lt;=&gt; b.length }
       env = request.env.keys.sort.inject [] do |env, key|
-        env &lt;&lt; '* ' + (&quot;%*-s: %s&quot; % [max.length, key, request.env[key].to_s.strip])
+        env &lt;&lt; '* ' + (&quot;%-*s: %s&quot; % [max.length, key, request.env[key].to_s.strip])
       end
       write_attribute(:environment, (env &lt;&lt; &quot;* Process: #{$$}&quot; &lt;&lt; &quot;* Server : #{self.class.host_name}&quot;) * &quot;\n&quot;)
       </diff>
      <filename>lib/logged_exception.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dc223837ff05daafc77651a077ca45713642acde</id>
    </parent>
  </parents>
  <author>
    <name>Joshua Clayton</name>
    <email>jclayton@fusionary.com</email>
  </author>
  <url>http://github.com/ryanb/exception_logger/commit/58449442da470c98e08cd4ec5f1e71f02bbbac22</url>
  <id>58449442da470c98e08cd4ec5f1e71f02bbbac22</id>
  <committed-date>2008-03-28T06:16:53-07:00</committed-date>
  <authored-date>2008-03-28T06:16:53-07:00</authored-date>
  <message>Fixed formatting string for newer Ruby (&gt; 1.8.4)</message>
  <tree>faf4903526122f92cc90f8ed3a65a243986d7a1b</tree>
  <committer>
    <name>Joshua Clayton</name>
    <email>jclayton@fusionary.com</email>
  </committer>
</commit>
