<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,7 +5,7 @@ rescue LoadError =&gt; e
   raise e
 end
 
-runtime_deps = { 'faces/duration' =&gt; '~&gt; 1.0' }
+runtime_deps = { 'facets/duration' =&gt; '~&gt; 1.0' }
 
 gem = Gem::Specification.new do |gem|
   gem.name = &quot;hive&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -88,11 +88,7 @@
       &lt;h3 class=&quot;section-bar&quot;&gt;Methods&lt;/h3&gt;
 
       &lt;div class=&quot;name-list&quot;&gt;
-      &lt;a href=&quot;#M000019&quot;&gt;match&lt;/a&gt;&amp;nbsp;&amp;nbsp;
-      &lt;a href=&quot;#M000020&quot;&gt;match_item&lt;/a&gt;&amp;nbsp;&amp;nbsp;
-      &lt;a href=&quot;#M000017&quot;&gt;schedule&lt;/a&gt;&amp;nbsp;&amp;nbsp;
       &lt;a href=&quot;#M000016&quot;&gt;stop_tasks&lt;/a&gt;&amp;nbsp;&amp;nbsp;
-      &lt;a href=&quot;#M000018&quot;&gt;valid?&lt;/a&gt;&amp;nbsp;&amp;nbsp;
       &lt;/div&gt;
     &lt;/div&gt;
 
@@ -114,107 +110,6 @@
     &lt;div id=&quot;methods&quot;&gt;
       &lt;h3 class=&quot;section-bar&quot;&gt;Public Instance methods&lt;/h3&gt;
 
-      &lt;div id=&quot;method-M000019&quot; class=&quot;method-detail&quot;&gt;
-        &lt;a name=&quot;M000019&quot;&gt;&lt;/a&gt;
-
-        &lt;div class=&quot;method-heading&quot;&gt;
-          &lt;a href=&quot;#M000019&quot; class=&quot;method-signature&quot;&gt;
-          &lt;span class=&quot;method-name&quot;&gt;match&lt;/span&gt;&lt;span class=&quot;method-args&quot;&gt;( t, options )&lt;/span&gt;
-          &lt;/a&gt;
-        &lt;/div&gt;
-      
-        &lt;div class=&quot;method-description&quot;&gt;
-          &lt;p&gt;&lt;a class=&quot;source-toggle&quot; href=&quot;#&quot;
-            onclick=&quot;toggleCode('M000019-source');return false;&quot;&gt;[Source]&lt;/a&gt;&lt;/p&gt;
-          &lt;div class=&quot;method-source-code&quot; id=&quot;M000019-source&quot;&gt;
-&lt;pre&gt;
-    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/scheduler.rb, line 45&lt;/span&gt;
-45:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;match&lt;/span&gt;( &lt;span class=&quot;ruby-identifier&quot;&gt;t&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;options&lt;/span&gt; )
-46:       &lt;span class=&quot;ruby-identifier&quot;&gt;options&lt;/span&gt;[&lt;span class=&quot;ruby-identifier&quot;&gt;:interval&lt;/span&gt;] &lt;span class=&quot;ruby-operator&quot;&gt;||&lt;/span&gt;
-47:         (( &lt;span class=&quot;ruby-identifier&quot;&gt;match_item&lt;/span&gt;( &lt;span class=&quot;ruby-identifier&quot;&gt;options&lt;/span&gt;[&lt;span class=&quot;ruby-identifier&quot;&gt;:minute&lt;/span&gt;], &lt;span class=&quot;ruby-identifier&quot;&gt;t&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;min&lt;/span&gt; )) &lt;span class=&quot;ruby-operator&quot;&gt;&amp;amp;&amp;amp;&lt;/span&gt;
-48:          ( &lt;span class=&quot;ruby-identifier&quot;&gt;match_item&lt;/span&gt;( &lt;span class=&quot;ruby-identifier&quot;&gt;options&lt;/span&gt;[&lt;span class=&quot;ruby-identifier&quot;&gt;:hour&lt;/span&gt;], &lt;span class=&quot;ruby-identifier&quot;&gt;t&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;hour&lt;/span&gt; )) &lt;span class=&quot;ruby-operator&quot;&gt;&amp;amp;&amp;amp;&lt;/span&gt;
-49:          ( &lt;span class=&quot;ruby-identifier&quot;&gt;match_item&lt;/span&gt;( &lt;span class=&quot;ruby-identifier&quot;&gt;options&lt;/span&gt;[&lt;span class=&quot;ruby-identifier&quot;&gt;:day&lt;/span&gt;], &lt;span class=&quot;ruby-identifier&quot;&gt;t&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;day&lt;/span&gt; )) &lt;span class=&quot;ruby-operator&quot;&gt;&amp;amp;&amp;amp;&lt;/span&gt;
-50:          ( &lt;span class=&quot;ruby-identifier&quot;&gt;match_item&lt;/span&gt;( &lt;span class=&quot;ruby-identifier&quot;&gt;options&lt;/span&gt;[&lt;span class=&quot;ruby-identifier&quot;&gt;:weekday&lt;/span&gt;], &lt;span class=&quot;ruby-identifier&quot;&gt;t&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;wday&lt;/span&gt; )) &lt;span class=&quot;ruby-operator&quot;&gt;&amp;amp;&amp;amp;&lt;/span&gt;
-51:          ( &lt;span class=&quot;ruby-identifier&quot;&gt;match_item&lt;/span&gt;( &lt;span class=&quot;ruby-identifier&quot;&gt;options&lt;/span&gt;[&lt;span class=&quot;ruby-identifier&quot;&gt;:month&lt;/span&gt;], &lt;span class=&quot;ruby-identifier&quot;&gt;t&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;month&lt;/span&gt; )))
-52:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
-&lt;/pre&gt;
-          &lt;/div&gt;
-        &lt;/div&gt;
-      &lt;/div&gt;
-
-      &lt;div id=&quot;method-M000020&quot; class=&quot;method-detail&quot;&gt;
-        &lt;a name=&quot;M000020&quot;&gt;&lt;/a&gt;
-
-        &lt;div class=&quot;method-heading&quot;&gt;
-          &lt;a href=&quot;#M000020&quot; class=&quot;method-signature&quot;&gt;
-          &lt;span class=&quot;method-name&quot;&gt;match_item&lt;/span&gt;&lt;span class=&quot;method-args&quot;&gt;( x, y )&lt;/span&gt;
-          &lt;/a&gt;
-        &lt;/div&gt;
-      
-        &lt;div class=&quot;method-description&quot;&gt;
-          &lt;p&gt;&lt;a class=&quot;source-toggle&quot; href=&quot;#&quot;
-            onclick=&quot;toggleCode('M000020-source');return false;&quot;&gt;[Source]&lt;/a&gt;&lt;/p&gt;
-          &lt;div class=&quot;method-source-code&quot; id=&quot;M000020-source&quot;&gt;
-&lt;pre&gt;
-    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/scheduler.rb, line 54&lt;/span&gt;
-54:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;match_item&lt;/span&gt;( &lt;span class=&quot;ruby-identifier&quot;&gt;x&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;y&lt;/span&gt; )
-55:       &lt;span class=&quot;ruby-keyword kw&quot;&gt;case&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;x&lt;/span&gt;
-56:       &lt;span class=&quot;ruby-keyword kw&quot;&gt;when&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;nil&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;then&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;true&lt;/span&gt;
-57:       &lt;span class=&quot;ruby-keyword kw&quot;&gt;when&lt;/span&gt; &lt;span class=&quot;ruby-constant&quot;&gt;Array&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;then&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;x&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;include?&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;y&lt;/span&gt;
-58:       &lt;span class=&quot;ruby-keyword kw&quot;&gt;when&lt;/span&gt; &lt;span class=&quot;ruby-constant&quot;&gt;Range&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;then&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;x&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;include?&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;y&lt;/span&gt;
-59:       &lt;span class=&quot;ruby-keyword kw&quot;&gt;when&lt;/span&gt; &lt;span class=&quot;ruby-constant&quot;&gt;Integer&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;then&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;x&lt;/span&gt; &lt;span class=&quot;ruby-operator&quot;&gt;==&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;y&lt;/span&gt;
-60:       &lt;span class=&quot;ruby-keyword kw&quot;&gt;else&lt;/span&gt; 
-61:         &lt;span class=&quot;ruby-identifier&quot;&gt;logger&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;warn&lt;/span&gt; &lt;span class=&quot;ruby-node&quot;&gt;&amp;quot;Value #{x.inspect} will never be matched&amp;quot;&lt;/span&gt;
-62:         &lt;span class=&quot;ruby-keyword kw&quot;&gt;false&lt;/span&gt;
-63:       &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
-64:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
-&lt;/pre&gt;
-          &lt;/div&gt;
-        &lt;/div&gt;
-      &lt;/div&gt;
-
-      &lt;div id=&quot;method-M000017&quot; class=&quot;method-detail&quot;&gt;
-        &lt;a name=&quot;M000017&quot;&gt;&lt;/a&gt;
-
-        &lt;div class=&quot;method-heading&quot;&gt;
-          &lt;a href=&quot;#M000017&quot; class=&quot;method-signature&quot;&gt;
-          &lt;span class=&quot;method-name&quot;&gt;schedule&lt;/span&gt;&lt;span class=&quot;method-args&quot;&gt;( method, options )&lt;/span&gt;
-          &lt;/a&gt;
-        &lt;/div&gt;
-      
-        &lt;div class=&quot;method-description&quot;&gt;
-          &lt;p&gt;&lt;a class=&quot;source-toggle&quot; href=&quot;#&quot;
-            onclick=&quot;toggleCode('M000017-source');return false;&quot;&gt;[Source]&lt;/a&gt;&lt;/p&gt;
-          &lt;div class=&quot;method-source-code&quot; id=&quot;M000017-source&quot;&gt;
-&lt;pre&gt;
-    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/scheduler.rb, line 18&lt;/span&gt;
-18:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;schedule&lt;/span&gt;( &lt;span class=&quot;ruby-identifier&quot;&gt;method&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;options&lt;/span&gt; )
-19:       &lt;span class=&quot;ruby-identifier&quot;&gt;raise&lt;/span&gt; &lt;span class=&quot;ruby-constant&quot;&gt;ArgumentError&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;new&lt;/span&gt;( &lt;span class=&quot;ruby-node&quot;&gt;&amp;quot;Invalid schedule for task #{method}.&amp;quot;&lt;/span&gt;) &lt;span class=&quot;ruby-keyword kw&quot;&gt;unless&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;valid?&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;options&lt;/span&gt;)
-20:       &lt;span class=&quot;ruby-identifier&quot;&gt;logger&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;info&lt;/span&gt; &lt;span class=&quot;ruby-node&quot;&gt;&amp;quot;Scheduling task #{method} ...&amp;quot;&lt;/span&gt;
-21:       &lt;span class=&quot;ruby-constant&quot;&gt;Thread&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;new&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;do&lt;/span&gt;
-22:         &lt;span class=&quot;ruby-identifier&quot;&gt;t&lt;/span&gt; = &lt;span class=&quot;ruby-constant&quot;&gt;Time&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;now&lt;/span&gt;
-23:         &lt;span class=&quot;ruby-identifier&quot;&gt;loop&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;do&lt;/span&gt;
-24:           &lt;span class=&quot;ruby-identifier&quot;&gt;t&lt;/span&gt; &lt;span class=&quot;ruby-operator&quot;&gt;+=&lt;/span&gt; &lt;span class=&quot;ruby-value&quot;&gt;60&lt;/span&gt;
-25:           &lt;span class=&quot;ruby-identifier&quot;&gt;sleep&lt;/span&gt;( ( &lt;span class=&quot;ruby-identifier&quot;&gt;options&lt;/span&gt;[&lt;span class=&quot;ruby-identifier&quot;&gt;:interval&lt;/span&gt;] &lt;span class=&quot;ruby-operator&quot;&gt;||&lt;/span&gt; ( &lt;span class=&quot;ruby-identifier&quot;&gt;t&lt;/span&gt; &lt;span class=&quot;ruby-operator&quot;&gt;-&lt;/span&gt; &lt;span class=&quot;ruby-constant&quot;&gt;Time&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;now&lt;/span&gt; ) ).&lt;span class=&quot;ruby-identifier&quot;&gt;to_i&lt;/span&gt; )
-26:           &lt;span class=&quot;ruby-keyword kw&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;match&lt;/span&gt;( &lt;span class=&quot;ruby-identifier&quot;&gt;t&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;options&lt;/span&gt; )
-27:             &lt;span class=&quot;ruby-keyword kw&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;self&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;respond_to?&lt;/span&gt;( &lt;span class=&quot;ruby-identifier&quot;&gt;method&lt;/span&gt; )
-28:               &lt;span class=&quot;ruby-constant&quot;&gt;Thread&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;new&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;do&lt;/span&gt;
-29:                 &lt;span class=&quot;ruby-identifier&quot;&gt;logger&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;info&lt;/span&gt; &lt;span class=&quot;ruby-node&quot;&gt;&amp;quot;Running task #{method} ...&amp;quot;&lt;/span&gt;
-30:                 &lt;span class=&quot;ruby-keyword kw&quot;&gt;self&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;send&lt;/span&gt;( &lt;span class=&quot;ruby-identifier&quot;&gt;method&lt;/span&gt; ) 
-31:                 &lt;span class=&quot;ruby-identifier&quot;&gt;logger&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;info&lt;/span&gt; &lt;span class=&quot;ruby-node&quot;&gt;&amp;quot;Task #{method} complete.&amp;quot;&lt;/span&gt;
-32:               &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
-33:             &lt;span class=&quot;ruby-keyword kw&quot;&gt;else&lt;/span&gt;
-34:               &lt;span class=&quot;ruby-identifier&quot;&gt;logger&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;warn&lt;/span&gt; &lt;span class=&quot;ruby-node&quot;&gt;&amp;quot;Task #{method} scheduled but not defined.&amp;quot;&lt;/span&gt;
-35:             &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
-36:           &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
-37:         &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
-38:       &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
-39:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
-&lt;/pre&gt;
-          &lt;/div&gt;
-        &lt;/div&gt;
-      &lt;/div&gt;
-
       &lt;div id=&quot;method-M000016&quot; class=&quot;method-detail&quot;&gt;
         &lt;a name=&quot;M000016&quot;&gt;&lt;/a&gt;
 
@@ -244,29 +139,6 @@
         &lt;/div&gt;
       &lt;/div&gt;
 
-      &lt;div id=&quot;method-M000018&quot; class=&quot;method-detail&quot;&gt;
-        &lt;a name=&quot;M000018&quot;&gt;&lt;/a&gt;
-
-        &lt;div class=&quot;method-heading&quot;&gt;
-          &lt;a href=&quot;#M000018&quot; class=&quot;method-signature&quot;&gt;
-          &lt;span class=&quot;method-name&quot;&gt;valid?&lt;/span&gt;&lt;span class=&quot;method-args&quot;&gt;( options )&lt;/span&gt;
-          &lt;/a&gt;
-        &lt;/div&gt;
-      
-        &lt;div class=&quot;method-description&quot;&gt;
-          &lt;p&gt;&lt;a class=&quot;source-toggle&quot; href=&quot;#&quot;
-            onclick=&quot;toggleCode('M000018-source');return false;&quot;&gt;[Source]&lt;/a&gt;&lt;/p&gt;
-          &lt;div class=&quot;method-source-code&quot; id=&quot;M000018-source&quot;&gt;
-&lt;pre&gt;
-    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/scheduler.rb, line 41&lt;/span&gt;
-41:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;valid?&lt;/span&gt;( &lt;span class=&quot;ruby-identifier&quot;&gt;options&lt;/span&gt; )
-42:       &lt;span class=&quot;ruby-operator&quot;&gt;!&lt;/span&gt; ( &lt;span class=&quot;ruby-identifier&quot;&gt;options&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;keys&lt;/span&gt; &lt;span class=&quot;ruby-operator&quot;&gt;&amp;amp;&lt;/span&gt; [ &lt;span class=&quot;ruby-identifier&quot;&gt;:minute&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;:hour&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;:day&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;:weekday&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;:month&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;:interval&lt;/span&gt;] ).&lt;span class=&quot;ruby-identifier&quot;&gt;empty?&lt;/span&gt;
-43:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
-&lt;/pre&gt;
-          &lt;/div&gt;
-        &lt;/div&gt;
-      &lt;/div&gt;
-
 
     &lt;/div&gt;
 </diff>
      <filename>doc/rdoc/classes/Hive/Scheduler.html</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-Mon, 01 Jun 2009 20:15:36 -0700
+Tue, 02 Jun 2009 11:43:22 -0700</diff>
      <filename>doc/rdoc/created.rid</filename>
    </modified>
    <modified>
      <diff>@@ -56,7 +56,7 @@
     &lt;/tr&gt;
     &lt;tr class=&quot;top-aligned-row&quot;&gt;
       &lt;td&gt;&lt;strong&gt;Last Update:&lt;/strong&gt;&lt;/td&gt;
-      &lt;td&gt;Mon Jun 01 18:42:05 -0700 2009&lt;/td&gt;
+      &lt;td&gt;Mon Jun 01 20:46:34 -0700 2009&lt;/td&gt;
     &lt;/tr&gt;
     &lt;/table&gt;
   &lt;/div&gt;</diff>
      <filename>doc/rdoc/files/lib/scheduler_rb.html</filename>
    </modified>
    <modified>
      <diff>@@ -22,13 +22,10 @@
   &lt;div id=&quot;index-entries&quot;&gt;
     &lt;a href=&quot;classes/Hive/Worker.html#M000008&quot;&gt;daemonize (Hive::Worker)&lt;/a&gt;&lt;br /&gt;
     &lt;a href=&quot;classes/Hive/Worker.html#M000003&quot;&gt;instance (Hive::Worker)&lt;/a&gt;&lt;br /&gt;
-    &lt;a href=&quot;classes/Hive/Scheduler.html#M000019&quot;&gt;match (Hive::Scheduler)&lt;/a&gt;&lt;br /&gt;
-    &lt;a href=&quot;classes/Hive/Scheduler.html#M000020&quot;&gt;match_item (Hive::Scheduler)&lt;/a&gt;&lt;br /&gt;
     &lt;a href=&quot;classes/Hive/Worker.html#M000004&quot;&gt;new (Hive::Worker)&lt;/a&gt;&lt;br /&gt;
     &lt;a href=&quot;classes/Hive/Worker.html#M000007&quot;&gt;restart (Hive::Worker)&lt;/a&gt;&lt;br /&gt;
     &lt;a href=&quot;classes/Hive/Worker.html#M000002&quot;&gt;run (Hive::Worker)&lt;/a&gt;&lt;br /&gt;
     &lt;a href=&quot;classes/Kernel.html#M000001&quot;&gt;safe_trap (Kernel)&lt;/a&gt;&lt;br /&gt;
-    &lt;a href=&quot;classes/Hive/Scheduler.html#M000017&quot;&gt;schedule (Hive::Scheduler)&lt;/a&gt;&lt;br /&gt;
     &lt;a href=&quot;classes/Hive/Worker.html#M000009&quot;&gt;set_traps (Hive::Worker)&lt;/a&gt;&lt;br /&gt;
     &lt;a href=&quot;classes/Hive/Worker.html#M000005&quot;&gt;start (Hive::Worker)&lt;/a&gt;&lt;br /&gt;
     &lt;a href=&quot;classes/Hive/Worker.html#M000010&quot;&gt;start_console (Hive::Worker)&lt;/a&gt;&lt;br /&gt;
@@ -37,9 +34,8 @@
     &lt;a href=&quot;classes/Hive/Worker.html#M000013&quot;&gt;start_logger (Hive::Worker)&lt;/a&gt;&lt;br /&gt;
     &lt;a href=&quot;classes/Hive/Worker.html#M000014&quot;&gt;start_tasks (Hive::Worker)&lt;/a&gt;&lt;br /&gt;
     &lt;a href=&quot;classes/Hive/Worker.html#M000006&quot;&gt;stop (Hive::Worker)&lt;/a&gt;&lt;br /&gt;
-    &lt;a href=&quot;classes/Hive/Scheduler.html#M000016&quot;&gt;stop_tasks (Hive::Scheduler)&lt;/a&gt;&lt;br /&gt;
     &lt;a href=&quot;classes/Hive/Worker.html#M000015&quot;&gt;stop_tasks (Hive::Worker)&lt;/a&gt;&lt;br /&gt;
-    &lt;a href=&quot;classes/Hive/Scheduler.html#M000018&quot;&gt;valid? (Hive::Scheduler)&lt;/a&gt;&lt;br /&gt;
+    &lt;a href=&quot;classes/Hive/Scheduler.html#M000016&quot;&gt;stop_tasks (Hive::Scheduler)&lt;/a&gt;&lt;br /&gt;
   &lt;/div&gt;
 &lt;/div&gt;
 &lt;/body&gt;</diff>
      <filename>doc/rdoc/fr_method_index.html</filename>
    </modified>
    <modified>
      <diff>@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Dan Yoder&quot;]
-  s.date = %q{2009-06-01}
+  s.date = %q{2009-06-02}
   s.email = %q{dan@zeraweb.com}
   s.files = [&quot;lib/scheduler.rb&quot;, &quot;lib/worker.rb&quot;]
   s.has_rdoc = true
@@ -21,11 +21,11 @@ Gem::Specification.new do |s|
     s.specification_version = 2
 
     if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
-      s.add_runtime_dependency(%q&lt;faces/duration&gt;, [&quot;~&gt; 1.0&quot;])
+      s.add_runtime_dependency(%q&lt;facets/duration&gt;, [&quot;~&gt; 1.0&quot;])
     else
-      s.add_dependency(%q&lt;faces/duration&gt;, [&quot;~&gt; 1.0&quot;])
+      s.add_dependency(%q&lt;facets/duration&gt;, [&quot;~&gt; 1.0&quot;])
     end
   else
-    s.add_dependency(%q&lt;faces/duration&gt;, [&quot;~&gt; 1.0&quot;])
+    s.add_dependency(%q&lt;facets/duration&gt;, [&quot;~&gt; 1.0&quot;])
   end
 end</diff>
      <filename>hive.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>59d6615617f586f7043a82f2993faf2b071317cd</id>
    </parent>
  </parents>
  <author>
    <name>Dan Yoder</name>
    <email>dan@zeraweb.com</email>
  </author>
  <url>http://github.com/dyoder/hive/commit/70d66e23a950916d0fec16e2d298ef442089f353</url>
  <id>70d66e23a950916d0fec16e2d298ef442089f353</id>
  <committed-date>2009-06-02T12:15:26-07:00</committed-date>
  <authored-date>2009-06-02T12:15:26-07:00</authored-date>
  <message>Fixed bug in gemspec.</message>
  <tree>b6e5330b32fe2c37707484a74902c96aae2e38a5</tree>
  <committer>
    <name>Dan Yoder</name>
    <email>dan@zeraweb.com</email>
  </committer>
</commit>
