<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -63,7 +63,7 @@ module Thin
         opts.on(&quot;-S&quot;, &quot;--socket FILE&quot;, &quot;bind to unix domain socket&quot;)                    { |file| @options[:socket] = file }
         opts.on(&quot;-y&quot;, &quot;--swiftiply [KEY]&quot;, &quot;Run using swiftiply&quot;)                       { |key| @options[:swiftiply] = key }
         opts.on(&quot;-A&quot;, &quot;--adapter NAME&quot;, &quot;Rack adapter to use (default: autodetect)&quot;,
-                                        &quot;(#{Rack::ADAPTERS.map{|a|a.first}.join(', ')})&quot;) { |name| @options[:adapter] = name }
+                                        &quot;(#{Rack::ADAPTERS.map{|(a,b)|a}.join(', ')})&quot;) { |name| @options[:adapter] = name }
         opts.on(&quot;-R&quot;, &quot;--rackup FILE&quot;, &quot;Load a Rack config file instead of &quot; +
                                        &quot;Rack adapter&quot;)                                  { |file| @options[:rackup] = file }
         opts.on(&quot;-c&quot;, &quot;--chdir DIR&quot;, &quot;Change to dir before starting&quot;)                   { |dir| @options[:chdir] = File.expand_path(dir) }</diff>
      <filename>lib/thin/runner.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1537b449d44cb79cfa3236e2d264cfea31ae8f0f</id>
    </parent>
  </parents>
  <author>
    <name>Matt Todd</name>
    <email>chiology@gmail.com</email>
  </author>
  <url>http://github.com/macournoyer/thin/commit/c0324bfe08bd003b2bf3bb88d03728fcbba2177c</url>
  <id>c0324bfe08bd003b2bf3bb88d03728fcbba2177c</id>
  <committed-date>2008-07-01T10:06:39-07:00</committed-date>
  <authored-date>2008-07-01T10:06:39-07:00</authored-date>
  <message>Simplify printing the adapters in Runner.</message>
  <tree>0580abbe38c17e46898bb34db16f67858e6de929</tree>
  <committer>
    <name>Matt Todd</name>
    <email>chiology@gmail.com</email>
  </committer>
</commit>
