<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,7 +3,7 @@
  * License. See README file for details.
  */
 #include &lt;ruby.h&gt;
-#if RUBY_VERSION_CODE &lt; 191
+#if RUBY_VERSION_CODE &lt; 190
 #include &lt;rubyio.h&gt;
 #include &lt;rubysig.h&gt;
 #else
@@ -434,11 +434,11 @@ server_listen_on_port(VALUE _, VALUE port)
 static VALUE 
 server_process_connections(VALUE _)
 {
-#if RUBY_VERSION_CODE &lt; 191
+#if RUBY_VERSION_CODE &lt; 190
   TRAP_BEG;
 #endif
   ev_loop(loop, EVLOOP_ONESHOT);
-#if RUBY_VERSION_CODE &lt; 191
+#if RUBY_VERSION_CODE &lt; 190
   TRAP_END;
 #endif
   return Qnil;</diff>
      <filename>ext/ebb_ffi.c</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>49d0a4d2f638c07962c8d90df5e0893798b65ab5</id>
    </parent>
  </parents>
  <author>
    <name>Ryan</name>
    <email>ry@tinyclouds.org</email>
  </author>
  <url>http://github.com/ry/ebb/commit/d9c9c1e030ea888ebbbefb9013c726b78eaf2df6</url>
  <id>d9c9c1e030ea888ebbbefb9013c726b78eaf2df6</id>
  <committed-date>2009-06-03T15:58:31-07:00</committed-date>
  <authored-date>2009-06-03T15:58:31-07:00</authored-date>
  <message>Use VERSION_CODE 190 instead of 191 so it works with 1.9.0</message>
  <tree>5f623e15818419cb3c97b8d7a7054899161849db</tree>
  <committer>
    <name>Ryan</name>
    <email>ry@tinyclouds.org</email>
  </committer>
</commit>
