<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>doc/rdoc/files/lib/hive/scheduler_rb.html</filename>
    </added>
    <added>
      <filename>doc/rdoc/files/lib/hive/worker_rb.html</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1 @@
-0.1.3
\ No newline at end of file
+0.1.5
\ No newline at end of file</diff>
      <filename>doc/VERSION</filename>
    </modified>
    <modified>
      <diff>@@ -55,12 +55,12 @@
         &lt;tr class=&quot;top-aligned-row&quot;&gt;
             &lt;td&gt;&lt;strong&gt;In:&lt;/strong&gt;&lt;/td&gt;
             &lt;td&gt;
-                &lt;a href=&quot;../files/lib/scheduler_rb.html&quot;&gt;
-                lib/scheduler.rb
+                &lt;a href=&quot;../files/lib/hive/scheduler_rb.html&quot;&gt;
+                lib/hive/scheduler.rb
                 &lt;/a&gt;
         &lt;br /&gt;
-                &lt;a href=&quot;../files/lib/worker_rb.html&quot;&gt;
-                lib/worker.rb
+                &lt;a href=&quot;../files/lib/hive/worker_rb.html&quot;&gt;
+                lib/hive/worker.rb
                 &lt;/a&gt;
         &lt;br /&gt;
             &lt;/td&gt;</diff>
      <filename>doc/rdoc/classes/Hive.html</filename>
    </modified>
    <modified>
      <diff>@@ -55,8 +55,8 @@
         &lt;tr class=&quot;top-aligned-row&quot;&gt;
             &lt;td&gt;&lt;strong&gt;In:&lt;/strong&gt;&lt;/td&gt;
             &lt;td&gt;
-                &lt;a href=&quot;../../files/lib/scheduler_rb.html&quot;&gt;
-                lib/scheduler.rb
+                &lt;a href=&quot;../../files/lib/hive/scheduler_rb.html&quot;&gt;
+                lib/hive/scheduler.rb
                 &lt;/a&gt;
         &lt;br /&gt;
             &lt;/td&gt;
@@ -124,11 +124,11 @@
             onclick=&quot;toggleCode('M000016-source');return false;&quot;&gt;[Source]&lt;/a&gt;&lt;/p&gt;
           &lt;div class=&quot;method-source-code&quot; id=&quot;M000016-source&quot;&gt;
 &lt;pre&gt;
-    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/scheduler.rb, line 8&lt;/span&gt;
+    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/hive/scheduler.rb, line 8&lt;/span&gt;
  8:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;stop_tasks&lt;/span&gt;
  9:       &lt;span class=&quot;ruby-identifier&quot;&gt;threads&lt;/span&gt; = &lt;span class=&quot;ruby-constant&quot;&gt;Thread&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;list&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;select&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-identifier&quot;&gt;t&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;alive?&lt;/span&gt; &lt;span class=&quot;ruby-operator&quot;&gt;&amp;amp;&amp;amp;&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;Thread&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;current&lt;/span&gt; }
 10:       &lt;span class=&quot;ruby-keyword kw&quot;&gt;until&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;threads&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;empty?&lt;/span&gt;
-11:         &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;#{threads.count} threads still running ... &amp;quot;&lt;/span&gt;
+11:         &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;#{threads.size} threads still running ... &amp;quot;&lt;/span&gt;
 12:         &lt;span class=&quot;ruby-identifier&quot;&gt;threads&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;each&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-identifier&quot;&gt;t&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;kill&lt;/span&gt; &lt;span class=&quot;ruby-operator&quot;&gt;&amp;amp;&amp;amp;&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;Thread&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;current&lt;/span&gt; }
 13:         &lt;span class=&quot;ruby-identifier&quot;&gt;threads&lt;/span&gt; = &lt;span class=&quot;ruby-identifier&quot;&gt;threads&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;select&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-identifier&quot;&gt;t&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;alive?&lt;/span&gt; }
 14:       &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;</diff>
      <filename>doc/rdoc/classes/Hive/Scheduler.html</filename>
    </modified>
    <modified>
      <diff>@@ -55,8 +55,8 @@
         &lt;tr class=&quot;top-aligned-row&quot;&gt;
             &lt;td&gt;&lt;strong&gt;In:&lt;/strong&gt;&lt;/td&gt;
             &lt;td&gt;
-                &lt;a href=&quot;../../files/lib/worker_rb.html&quot;&gt;
-                lib/worker.rb
+                &lt;a href=&quot;../../files/lib/hive/worker_rb.html&quot;&gt;
+                lib/hive/worker.rb
                 &lt;/a&gt;
         &lt;br /&gt;
             &lt;/td&gt;
@@ -165,7 +165,7 @@ make this the one-and-only
             onclick=&quot;toggleCode('M000003-source');return false;&quot;&gt;[Source]&lt;/a&gt;&lt;/p&gt;
           &lt;div class=&quot;method-source-code&quot; id=&quot;M000003-source&quot;&gt;
 &lt;pre&gt;
-    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/worker.rb, line 22&lt;/span&gt;
+    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/hive/worker.rb, line 22&lt;/span&gt;
 22:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;self&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;instance&lt;/span&gt; ; &lt;span class=&quot;ruby-ivar&quot;&gt;@instance&lt;/span&gt; ; &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
 &lt;/pre&gt;
           &lt;/div&gt;
@@ -186,7 +186,7 @@ make this the one-and-only
             onclick=&quot;toggleCode('M000004-source');return false;&quot;&gt;[Source]&lt;/a&gt;&lt;/p&gt;
           &lt;div class=&quot;method-source-code&quot; id=&quot;M000004-source&quot;&gt;
 &lt;pre&gt;
-    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/worker.rb, line 28&lt;/span&gt;
+    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/hive/worker.rb, line 28&lt;/span&gt;
 28:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;initialize&lt;/span&gt;( &lt;span class=&quot;ruby-identifier&quot;&gt;options&lt;/span&gt; )
 29:       &lt;span class=&quot;ruby-ivar&quot;&gt;@options&lt;/span&gt; = &lt;span class=&quot;ruby-identifier&quot;&gt;options&lt;/span&gt;
 30:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
@@ -209,7 +209,7 @@ make this the one-and-only
             onclick=&quot;toggleCode('M000002-source');return false;&quot;&gt;[Source]&lt;/a&gt;&lt;/p&gt;
           &lt;div class=&quot;method-source-code&quot; id=&quot;M000002-source&quot;&gt;
 &lt;pre&gt;
-    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/worker.rb, line 16&lt;/span&gt;
+    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/hive/worker.rb, line 16&lt;/span&gt;
 16:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;self&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;run&lt;/span&gt;( &lt;span class=&quot;ruby-identifier&quot;&gt;options&lt;/span&gt; = {} )
 17:       &lt;span class=&quot;ruby-ivar&quot;&gt;@instance&lt;/span&gt; &lt;span class=&quot;ruby-operator&quot;&gt;||=&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;new&lt;/span&gt;( &lt;span class=&quot;ruby-identifier&quot;&gt;options&lt;/span&gt; )
 18:       &lt;span class=&quot;ruby-ivar&quot;&gt;@instance&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;start&lt;/span&gt;
@@ -235,7 +235,7 @@ make this the one-and-only
             onclick=&quot;toggleCode('M000008-source');return false;&quot;&gt;[Source]&lt;/a&gt;&lt;/p&gt;
           &lt;div class=&quot;method-source-code&quot; id=&quot;M000008-source&quot;&gt;
 &lt;pre&gt;
-    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/worker.rb, line 57&lt;/span&gt;
+    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/hive/worker.rb, line 57&lt;/span&gt;
 57:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;daemonize&lt;/span&gt;
 58:       &lt;span class=&quot;ruby-identifier&quot;&gt;pwd&lt;/span&gt; = &lt;span class=&quot;ruby-constant&quot;&gt;Dir&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;pwd&lt;/span&gt; ; &lt;span class=&quot;ruby-identifier&quot;&gt;pid&lt;/span&gt; = &lt;span class=&quot;ruby-identifier&quot;&gt;fork&lt;/span&gt; ; &lt;span class=&quot;ruby-keyword kw&quot;&gt;return&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;pid&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;pid&lt;/span&gt; ; &lt;span class=&quot;ruby-constant&quot;&gt;Dir&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;chdir&lt;/span&gt;( &lt;span class=&quot;ruby-identifier&quot;&gt;pwd&lt;/span&gt; )
 59:       &lt;span class=&quot;ruby-constant&quot;&gt;File&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;umask&lt;/span&gt; &lt;span class=&quot;ruby-value&quot;&gt;0000&lt;/span&gt; ; &lt;span class=&quot;ruby-constant&quot;&gt;STDIN&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;reopen&lt;/span&gt;( &lt;span class=&quot;ruby-value str&quot;&gt;'/dev/null'&lt;/span&gt;) ; 
@@ -261,7 +261,7 @@ make this the one-and-only
             onclick=&quot;toggleCode('M000007-source');return false;&quot;&gt;[Source]&lt;/a&gt;&lt;/p&gt;
           &lt;div class=&quot;method-source-code&quot; id=&quot;M000007-source&quot;&gt;
 &lt;pre&gt;
-    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/worker.rb, line 55&lt;/span&gt;
+    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/hive/worker.rb, line 55&lt;/span&gt;
 55:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;restart&lt;/span&gt; ; &lt;span class=&quot;ruby-identifier&quot;&gt;stop&lt;/span&gt; ; &lt;span class=&quot;ruby-identifier&quot;&gt;start&lt;/span&gt; ; &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
 &lt;/pre&gt;
           &lt;/div&gt;
@@ -282,7 +282,7 @@ make this the one-and-only
             onclick=&quot;toggleCode('M000009-source');return false;&quot;&gt;[Source]&lt;/a&gt;&lt;/p&gt;
           &lt;div class=&quot;method-source-code&quot; id=&quot;M000009-source&quot;&gt;
 &lt;pre&gt;
-    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/worker.rb, line 64&lt;/span&gt;
+    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/hive/worker.rb, line 64&lt;/span&gt;
 64:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;set_traps&lt;/span&gt;
 65:       &lt;span class=&quot;ruby-identifier&quot;&gt;safe_trap&lt;/span&gt;( &lt;span class=&quot;ruby-value str&quot;&gt;'HUP'&lt;/span&gt; ) { &lt;span class=&quot;ruby-identifier&quot;&gt;restart&lt;/span&gt; }
 66:       &lt;span class=&quot;ruby-identifier&quot;&gt;safe_trap&lt;/span&gt;( &lt;span class=&quot;ruby-value str&quot;&gt;'TERM'&lt;/span&gt;,&lt;span class=&quot;ruby-value str&quot;&gt;'INT'&lt;/span&gt; ) { &lt;span class=&quot;ruby-identifier&quot;&gt;stop&lt;/span&gt; }
@@ -309,7 +309,7 @@ returns the PID of the &lt;a href=&quot;Worker.html#M000004&quot;&gt;new&lt;/a&gt; process
             onclick=&quot;toggleCode('M000005-source');return false;&quot;&gt;[Source]&lt;/a&gt;&lt;/p&gt;
           &lt;div class=&quot;method-source-code&quot; id=&quot;M000005-source&quot;&gt;
 &lt;pre&gt;
-    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/worker.rb, line 33&lt;/span&gt;
+    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/hive/worker.rb, line 33&lt;/span&gt;
 33:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;start&lt;/span&gt;
 34:       &lt;span class=&quot;ruby-identifier&quot;&gt;pid&lt;/span&gt; = &lt;span class=&quot;ruby-identifier&quot;&gt;daemonize&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;options&lt;/span&gt;[ &lt;span class=&quot;ruby-identifier&quot;&gt;:daemon&lt;/span&gt; ]
 35:       &lt;span class=&quot;ruby-identifier&quot;&gt;puts&lt;/span&gt; &lt;span class=&quot;ruby-node&quot;&gt;&amp;quot;#{self.class.name} process #{pid} started ...&amp;quot;&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;pid&lt;/span&gt;
@@ -320,7 +320,7 @@ returns the PID of the &lt;a href=&quot;Worker.html#M000004&quot;&gt;new&lt;/a&gt; process
 40:         &lt;span class=&quot;ruby-identifier&quot;&gt;start_debugger&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;options&lt;/span&gt;[&lt;span class=&quot;ruby-identifier&quot;&gt;:debug&lt;/span&gt;] &lt;span class=&quot;ruby-comment cmt&quot;&gt;# unless Kernel.engine == 'jruby'&lt;/span&gt;
 41:         &lt;span class=&quot;ruby-comment cmt&quot;&gt;# various ways to talk to a worker&lt;/span&gt;
 42:         &lt;span class=&quot;ruby-identifier&quot;&gt;set_traps&lt;/span&gt; ; &lt;span class=&quot;ruby-identifier&quot;&gt;start_console&lt;/span&gt; ; &lt;span class=&quot;ruby-identifier&quot;&gt;start_drb&lt;/span&gt;
-43:         &lt;span class=&quot;ruby-identifier&quot;&gt;start_tasks&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;join&lt;/span&gt;
+43:       &lt;span class=&quot;ruby-identifier&quot;&gt;start_tasks&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;join&lt;/span&gt;
 44:       &lt;span class=&quot;ruby-keyword kw&quot;&gt;rescue&lt;/span&gt; &lt;span class=&quot;ruby-constant&quot;&gt;Exception&lt;/span&gt; =&lt;span class=&quot;ruby-operator&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;e&lt;/span&gt;
 45:         &lt;span class=&quot;ruby-identifier&quot;&gt;logger&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;error&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;e&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;to_s&lt;/span&gt;
 46:       &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
@@ -344,7 +344,7 @@ returns the PID of the &lt;a href=&quot;Worker.html#M000004&quot;&gt;new&lt;/a&gt; process
             onclick=&quot;toggleCode('M000010-source');return false;&quot;&gt;[Source]&lt;/a&gt;&lt;/p&gt;
           &lt;div class=&quot;method-source-code&quot; id=&quot;M000010-source&quot;&gt;
 &lt;pre&gt;
-    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/worker.rb, line 69&lt;/span&gt;
+    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/hive/worker.rb, line 69&lt;/span&gt;
 69:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;start_console&lt;/span&gt;
 70:       &lt;span class=&quot;ruby-comment cmt&quot;&gt;# TODO: add live console support&lt;/span&gt;
 71:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
@@ -367,7 +367,7 @@ returns the PID of the &lt;a href=&quot;Worker.html#M000004&quot;&gt;new&lt;/a&gt; process
             onclick=&quot;toggleCode('M000012-source');return false;&quot;&gt;[Source]&lt;/a&gt;&lt;/p&gt;
           &lt;div class=&quot;method-source-code&quot; id=&quot;M000012-source&quot;&gt;
 &lt;pre&gt;
-    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/worker.rb, line 77&lt;/span&gt;
+    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/hive/worker.rb, line 77&lt;/span&gt;
 77:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;start_debugger&lt;/span&gt;
 78:       &lt;span class=&quot;ruby-identifier&quot;&gt;require&lt;/span&gt; &lt;span class=&quot;ruby-value str&quot;&gt;'ruby-debug'&lt;/span&gt; ; &lt;span class=&quot;ruby-constant&quot;&gt;Debugger&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;start&lt;/span&gt;
 79:       &lt;span class=&quot;ruby-constant&quot;&gt;Debugger&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;settings&lt;/span&gt;[&lt;span class=&quot;ruby-identifier&quot;&gt;:autoeval&lt;/span&gt;] = &lt;span class=&quot;ruby-keyword kw&quot;&gt;true&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;ruby-constant&quot;&gt;Debugger&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;respond_to?&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;:settings&lt;/span&gt;)
@@ -392,7 +392,7 @@ returns the PID of the &lt;a href=&quot;Worker.html#M000004&quot;&gt;new&lt;/a&gt; process
             onclick=&quot;toggleCode('M000011-source');return false;&quot;&gt;[Source]&lt;/a&gt;&lt;/p&gt;
           &lt;div class=&quot;method-source-code&quot; id=&quot;M000011-source&quot;&gt;
 &lt;pre&gt;
-    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/worker.rb, line 73&lt;/span&gt;
+    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/hive/worker.rb, line 73&lt;/span&gt;
 73:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;start_drb&lt;/span&gt;
 74:       &lt;span class=&quot;ruby-comment cmt&quot;&gt;# TODO: add DRb support&lt;/span&gt;
 75:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
@@ -415,7 +415,7 @@ returns the PID of the &lt;a href=&quot;Worker.html#M000004&quot;&gt;new&lt;/a&gt; process
             onclick=&quot;toggleCode('M000013-source');return false;&quot;&gt;[Source]&lt;/a&gt;&lt;/p&gt;
           &lt;div class=&quot;method-source-code&quot; id=&quot;M000013-source&quot;&gt;
 &lt;pre&gt;
-    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/worker.rb, line 83&lt;/span&gt;
+    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/hive/worker.rb, line 83&lt;/span&gt;
 83:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;start_logger&lt;/span&gt;
 84:       &lt;span class=&quot;ruby-keyword kw&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;options&lt;/span&gt;[ &lt;span class=&quot;ruby-identifier&quot;&gt;:logger&lt;/span&gt; ]
 85:         &lt;span class=&quot;ruby-ivar&quot;&gt;@logger&lt;/span&gt; = &lt;span class=&quot;ruby-identifier&quot;&gt;options&lt;/span&gt;[ &lt;span class=&quot;ruby-identifier&quot;&gt;:logger&lt;/span&gt; ]
@@ -443,7 +443,7 @@ returns the PID of the &lt;a href=&quot;Worker.html#M000004&quot;&gt;new&lt;/a&gt; process
             onclick=&quot;toggleCode('M000006-source');return false;&quot;&gt;[Source]&lt;/a&gt;&lt;/p&gt;
           &lt;div class=&quot;method-source-code&quot; id=&quot;M000006-source&quot;&gt;
 &lt;pre&gt;
-    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/worker.rb, line 49&lt;/span&gt;
+    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/hive/worker.rb, line 49&lt;/span&gt;
 49:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;stop&lt;/span&gt;
 50:       &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;#{self.class} shutting down ...&amp;quot;&lt;/span&gt;
 51:       &lt;span class=&quot;ruby-ivar&quot;&gt;@console&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;stop&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;ruby-ivar&quot;&gt;@console&lt;/span&gt;
@@ -473,7 +473,7 @@ workers should override these methods
             onclick=&quot;toggleCode('M000014-source');return false;&quot;&gt;[Source]&lt;/a&gt;&lt;/p&gt;
           &lt;div class=&quot;method-source-code&quot; id=&quot;M000014-source&quot;&gt;
 &lt;pre&gt;
-    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/worker.rb, line 95&lt;/span&gt;
+    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/hive/worker.rb, line 95&lt;/span&gt;
 95:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;start_tasks&lt;/span&gt;
 96:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
 &lt;/pre&gt;
@@ -495,7 +495,7 @@ workers should override these methods
             onclick=&quot;toggleCode('M000015-source');return false;&quot;&gt;[Source]&lt;/a&gt;&lt;/p&gt;
           &lt;div class=&quot;method-source-code&quot; id=&quot;M000015-source&quot;&gt;
 &lt;pre&gt;
-    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/worker.rb, line 98&lt;/span&gt;
+    &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/hive/worker.rb, line 98&lt;/span&gt;
 98:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;stop_tasks&lt;/span&gt;
 99:     &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
 &lt;/pre&gt;</diff>
      <filename>doc/rdoc/classes/Hive/Worker.html</filename>
    </modified>
    <modified>
      <diff>@@ -55,8 +55,8 @@
         &lt;tr class=&quot;top-aligned-row&quot;&gt;
             &lt;td&gt;&lt;strong&gt;In:&lt;/strong&gt;&lt;/td&gt;
             &lt;td&gt;
-                &lt;a href=&quot;../files/lib/worker_rb.html&quot;&gt;
-                lib/worker.rb
+                &lt;a href=&quot;../files/lib/hive/worker_rb.html&quot;&gt;
+                lib/hive/worker.rb
                 &lt;/a&gt;
         &lt;br /&gt;
             &lt;/td&gt;
@@ -116,7 +116,7 @@
             onclick=&quot;toggleCode('M000001-source');return false;&quot;&gt;[Source]&lt;/a&gt;&lt;/p&gt;
           &lt;div class=&quot;method-source-code&quot; id=&quot;M000001-source&quot;&gt;
 &lt;pre&gt;
-   &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/worker.rb, line 2&lt;/span&gt;
+   &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/hive/worker.rb, line 2&lt;/span&gt;
 2:   &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;safe_trap&lt;/span&gt;(&lt;span class=&quot;ruby-operator&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;ruby-identifier&quot;&gt;signals&lt;/span&gt;)
 3:     &lt;span class=&quot;ruby-identifier&quot;&gt;signals&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;each&lt;/span&gt; { &lt;span class=&quot;ruby-operator&quot;&gt;|&lt;/span&gt;&lt;span class=&quot;ruby-identifier&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;ruby-operator&quot;&gt;|&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;trap&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;s&lt;/span&gt;) { &lt;span class=&quot;ruby-keyword kw&quot;&gt;yield&lt;/span&gt; } }
 4:     &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-identifier&quot;&gt;loop&lt;/span&gt; { &lt;span class=&quot;ruby-identifier&quot;&gt;sleep&lt;/span&gt; &lt;span class=&quot;ruby-value&quot;&gt;1&lt;/span&gt; } } &lt;span class=&quot;ruby-keyword kw&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;ruby-constant&quot;&gt;RUBY_PLATFORM&lt;/span&gt; &lt;span class=&quot;ruby-operator&quot;&gt;=~&lt;/span&gt; &lt;span class=&quot;ruby-regexp re&quot;&gt;/mswin32/&lt;/span&gt;</diff>
      <filename>doc/rdoc/classes/Kernel.html</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-Tue, 02 Jun 2009 11:43:22 -0700
+Sat, 06 Jun 2009 20:10:25 -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 20:15:02 -0700 2009&lt;/td&gt;
+      &lt;td&gt;Sat Jun 06 20:09:51 -0700 2009&lt;/td&gt;
     &lt;/tr&gt;
     &lt;/table&gt;
   &lt;/div&gt;
@@ -70,7 +70,7 @@
 
     &lt;div id=&quot;description&quot;&gt;
       &lt;p&gt;
-0.1
+0.1.5
 &lt;/p&gt;
 
     &lt;/div&gt;</diff>
      <filename>doc/rdoc/files/doc/VERSION.html</filename>
    </modified>
    <modified>
      <diff>@@ -21,8 +21,8 @@
   &lt;h1 class=&quot;section-bar&quot;&gt;Files&lt;/h1&gt;
   &lt;div id=&quot;index-entries&quot;&gt;
     &lt;a href=&quot;files/doc/VERSION.html&quot;&gt;doc/VERSION&lt;/a&gt;&lt;br /&gt;
-    &lt;a href=&quot;files/lib/scheduler_rb.html&quot;&gt;lib/scheduler.rb&lt;/a&gt;&lt;br /&gt;
-    &lt;a href=&quot;files/lib/worker_rb.html&quot;&gt;lib/worker.rb&lt;/a&gt;&lt;br /&gt;
+    &lt;a href=&quot;files/lib/hive/scheduler_rb.html&quot;&gt;lib/hive/scheduler.rb&lt;/a&gt;&lt;br /&gt;
+    &lt;a href=&quot;files/lib/hive/worker_rb.html&quot;&gt;lib/hive/worker.rb&lt;/a&gt;&lt;br /&gt;
   &lt;/div&gt;
 &lt;/div&gt;
 &lt;/body&gt;</diff>
      <filename>doc/rdoc/fr_file_index.html</filename>
    </modified>
    <modified>
      <diff>@@ -19,6 +19,6 @@
         &lt;frame src=&quot;fr_class_index.html&quot;  name=&quot;Classes&quot; /&gt;
         &lt;frame src=&quot;fr_method_index.html&quot; name=&quot;Methods&quot; /&gt;
     &lt;/frameset&gt;
-    &lt;frame src=&quot;files/lib/scheduler_rb.html&quot; name=&quot;docwin&quot; /&gt;
+    &lt;frame src=&quot;files/lib/hive/scheduler_rb.html&quot; name=&quot;docwin&quot; /&gt;
 &lt;/frameset&gt;
 &lt;/html&gt;
\ No newline at end of file</diff>
      <filename>doc/rdoc/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -2,11 +2,11 @@
 
 Gem::Specification.new do |s|
   s.name = %q{hive}
-  s.version = &quot;0.1.4&quot;
+  s.version = &quot;0.1.5&quot;
 
   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-05}
+  s.date = %q{2009-06-06}
   s.email = %q{dan@zeraweb.com}
   s.files = [&quot;lib/hive/scheduler.rb&quot;, &quot;lib/hive/worker.rb&quot;]
   s.has_rdoc = true</diff>
      <filename>hive.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ module Hive
     def stop_tasks
       threads = Thread.list.select { |t| t.alive? &amp;&amp; t != Thread.current }
       until threads.empty?
-        logger.info &quot;#{threads.count} threads still running ... &quot;
+        logger.info &quot;#{threads.size} threads still running ... &quot;
         threads.each { |t| t.kill &amp;&amp; t != Thread.current }
         threads = threads.select { |t| t.alive? }
       end</diff>
      <filename>lib/hive/scheduler.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>doc/rdoc/files/lib/scheduler_rb.html</filename>
    </removed>
    <removed>
      <filename>doc/rdoc/files/lib/worker_rb.html</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>40b8e313b56dc5b194f62dfcea05288b6fb26636</id>
    </parent>
  </parents>
  <author>
    <name>Dan Yoder</name>
    <email>dan@zeraweb.com</email>
  </author>
  <url>http://github.com/dyoder/hive/commit/1eea3ea9586b991a9f46e75e600eb68160cfa54a</url>
  <id>1eea3ea9586b991a9f46e75e600eb68160cfa54a</id>
  <committed-date>2009-06-06T20:12:20-07:00</committed-date>
  <authored-date>2009-06-06T20:12:20-07:00</authored-date>
  <message>Fixed a bug with shutting down.</message>
  <tree>7e19adecfedc1631f4c450fbdba337bdd7351546</tree>
  <committer>
    <name>Dan Yoder</name>
    <email>dan@zeraweb.com</email>
  </committer>
</commit>
