<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -11,12 +11,11 @@ module Merb
       #
       # ==== Options (opts)
       # :host&lt;String&gt;:: The hostname that Thin should serve.
-      # :port&lt;Fixnum&gt;:: The port Thin should bind to.
-      # :app&lt;String&gt;&gt;:: The application name.
+      # :port&lt;Fixnum&gt;:: The port Ebb should bind to.
+      # :app:: The application
       def self.start(opts={})
         Merb.logger.warn!(&quot;Using Ebb adapter&quot;)
-        server = ::Ebb::Server.new(opts[:app], opts)
-        server.start
+        ::Ebb.start_server(opts[:app], opts)
       end
     end
   end</diff>
      <filename>lib/merb-core/rack/adapter/ebb.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>170b54198484c0422c922544b56096d422c3a043</id>
    </parent>
  </parents>
  <author>
    <name>Ezra Zygmuntowicz</name>
    <email>ez@engineyard.com</email>
  </author>
  <url>http://github.com/wycats/merb-core/commit/8cd7aae5b2d8385eeff04b99bb40b29bb87cdb65</url>
  <id>8cd7aae5b2d8385eeff04b99bb40b29bb87cdb65</id>
  <committed-date>2008-03-22T15:52:45-07:00</committed-date>
  <authored-date>2008-03-22T15:52:45-07:00</authored-date>
  <message>Update Ebb adapter to work with latest Ebb 0.1.0 [Ry Dahl]</message>
  <tree>99c1b260e4662e1cc0efb9284b00b84ccd302874</tree>
  <committer>
    <name>Ezra Zygmuntowicz</name>
    <email>ez@engineyard.com</email>
  </committer>
</commit>
