<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,8 +3,8 @@ require 'rake/gempackagetask'
 
 Gem::Specification.new do |s|
         s.name = &quot;eventmachine&quot;
-        s.version = &quot;0.12.1&quot;
-        s.date = &quot;2008-8-18&quot;
+        s.version = &quot;0.12.2&quot;
+        s.date = &quot;2008-9-3&quot;
         s.summary = &quot;Add Notify on read for ruby eventmachine&quot;
         s.description = &quot;Add Notify on read for ruby eventmachine&quot;
 	s.email  = &quot;riham.aldakkak@gmail.com&quot;</diff>
      <filename>eventmachine.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -254,6 +254,10 @@ module EventMachine
     EventMachine::run(&amp;block)
   end
 
+  # #add a no-op implementation to epoll
+  def epoll
+  end
+
   # EventMachine#add_timer adds a one-shot timer to the event loop.
   # Call it with one or two parameters. The first parameters is a delay-time
   # expressed in &lt;i&gt;seconds&lt;/i&gt; (not milliseconds). The second parameter, if
@@ -293,6 +297,7 @@ module EventMachine
   #--
   # Changed 04Oct06: We now pass the interval as an integer number of milliseconds.
   #
+
   def EventMachine::add_timer *args, &amp;block
     interval = args.shift
     code = args.shift || block</diff>
      <filename>lib/eventmachine.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7fd1d7cf24f3c0c8483c71adda682744250c92c1</id>
    </parent>
  </parents>
  <author>
    <name>Riham</name>
    <email>riham@riham.(none)</email>
  </author>
  <url>http://github.com/espace/eventmachine/commit/cb0ea15e687f55183cfe3cfff2668b94f9897d95</url>
  <id>cb0ea15e687f55183cfe3cfff2668b94f9897d95</id>
  <committed-date>2008-09-03T03:56:15-07:00</committed-date>
  <authored-date>2008-09-03T03:56:15-07:00</authored-date>
  <message>Add a no-op implementation to epoll</message>
  <tree>08572a559cb3f7afc3c4bf427744ae9c612d2d60</tree>
  <committer>
    <name>Riham</name>
    <email>riham@riham.(none)</email>
  </committer>
</commit>
