<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -33,6 +33,7 @@ module Rack
     autoload :WEBrick, &quot;rack/handler/webrick&quot;
     autoload :LSWS, &quot;rack/handler/lsws&quot;
     autoload :SCGI, &quot;rack/handler/scgi&quot;
+    autoload :Thin, &quot;rack/handler/thin&quot;
 
     register 'cgi', 'Rack::Handler::CGI'
     register 'fastcgi', 'Rack::Handler::FastCGI'
@@ -42,5 +43,6 @@ module Rack
     register 'webrick', 'Rack::Handler::WEBrick'
     register 'lsws', 'Rack::Handler::LSWS'
     register 'scgi', 'Rack::Handler::SCGI'
+    register 'thin', 'Rack::Handler::Thin'
   end
 end</diff>
      <filename>lib/rack/handler.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dd4a374f45d3a30cc960761e5cb3cee2c9abaa35</id>
    </parent>
  </parents>
  <author>
    <name>macournoyer</name>
    <email>macournoyer@gmail.com</email>
  </author>
  <url>http://github.com/macournoyer/rack/commit/539cf9ae7bf1a7fbf79d237013fdf049bf493b22</url>
  <id>539cf9ae7bf1a7fbf79d237013fdf049bf493b22</id>
  <committed-date>2008-12-17T07:02:15-08:00</committed-date>
  <authored-date>2008-12-17T07:02:15-08:00</authored-date>
  <message>Add autoload for Thin handler</message>
  <tree>29865c4e2e57869f8a5022a92ce4477d89561316</tree>
  <committer>
    <name>macournoyer</name>
    <email>macournoyer@gmail.com</email>
  </committer>
</commit>
