<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = %q{background_fu}
-  s.version = &quot;1.0.9.1&quot;
+  s.version = &quot;1.0.9.2&quot;
 
   s.specification_version = 2 if s.respond_to? :specification_version=
 </diff>
      <filename>background-fu.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -69,7 +69,8 @@ class Job &lt; ActiveRecord::Base
   end
   
   def invoke_worker
-    self.result = @worker.send!(worker_method, *args)
+    #self.result = @worker.send!(worker_method, *args)
+    self.result = @worker.send(worker_method, *args)
     self.state  = &quot;finished&quot;
     logger.info(&quot;BackgroundFu: Job finished. Job(id: #{id}).&quot;)
   end</diff>
      <filename>lib/job.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ba8190469aa9bc63f7faaeabbdc6bb2c8c92095e</id>
    </parent>
  </parents>
  <author>
    <name>takiuchi</name>
    <email>genki@s21g.com</email>
  </author>
  <url>http://github.com/genki/background-fu/commit/90e60cbef3a684a0b153018d3ffbbc0f8ecd99f2</url>
  <id>90e60cbef3a684a0b153018d3ffbbc0f8ecd99f2</id>
  <committed-date>2008-12-27T18:38:10-08:00</committed-date>
  <authored-date>2008-12-27T18:38:10-08:00</authored-date>
  <message>Removed send!</message>
  <tree>33858d8aa90bd1510a7bb8b7fd2df6e3c884fec5</tree>
  <committer>
    <name>takiuchi</name>
    <email>genki@s21g.com</email>
  </committer>
</commit>
