<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,6 @@
+Version 0.4.2.2, 29.11.08
+- turned Workling.load_path into an Array.
+
 Version 0.4.2.1, 27.11.08
 - fixed raise exceptions if non existing worker methods are called
 </diff>
      <filename>CHANGES.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -20,8 +20,8 @@ module Workling
   end
   
   mattr_accessor :load_path
-  @@load_path = File.expand_path(File.join(File.dirname(__FILE__), '../../../../app/workers')) 
-  VERSION = &quot;0.4.2.1&quot;
+  @@load_path = [ File.expand_path(File.join(File.dirname(__FILE__), '../../../../app/workers')) ]
+  VERSION = &quot;0.4.2.2&quot;
   
   #
   # determine the runner to use if nothing is specifically set. workling will try to detect</diff>
      <filename>lib/workling.rb</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ module Workling
     
     # requires worklings so that they are added to routing. 
     def self.discover!
-      Dir.glob(Workling.load_path + &quot;/**/*.rb&quot;).each { |wling| require wling }
+      Dir.glob(Workling.load_path.map { |p| &quot;#{ p }/**/*.rb&quot; }).each { |wling| require wling }
     end
   end
 end
\ No newline at end of file</diff>
      <filename>lib/workling/discovery.rb</filename>
    </modified>
    <modified>
      <diff>@@ -40,6 +40,6 @@ require &quot;clients/memory_queue_client&quot;
 require &quot;runners/thread_runner&quot;
 
 # worklings are in here.
-Workling.load_path =&quot;#{ plugin_root }/test/workers&quot;
+Workling.load_path = [&quot;#{ plugin_root }/test/workers&quot;]
 Workling::Return::Store.instance = Workling::Return::Store::MemoryReturnStore.new
 Workling::Discovery.discover!
\ No newline at end of file</diff>
      <filename>test/test_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ffe565ad1b7301689d238741a475d99743922bce</id>
    </parent>
  </parents>
  <author>
    <name>Rany Keddo</name>
    <email>rany@playtype.net</email>
  </author>
  <url>http://github.com/purzelrakete/workling/commit/fab77363c56e381d4650947fc7ac2bd05323aab5</url>
  <id>fab77363c56e381d4650947fc7ac2bd05323aab5</id>
  <committed-date>2008-11-29T06:58:48-08:00</committed-date>
  <authored-date>2008-11-29T06:58:48-08:00</authored-date>
  <message>turned Workling.load_path into an Array</message>
  <tree>87e4dc38ef3e102403b2a0b013f35c88181d085a</tree>
  <committer>
    <name>Rany Keddo</name>
    <email>rany@playtype.net</email>
  </committer>
</commit>
