<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>TODO</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,8 @@
-=== Master / 2008-11-06
 
+
+=== 1.0.10 / 2009-02-07
+
+* Compatibility fixes for Rails 2.2.2. [infused, ovelar, ncr]
 * Allow concurrency is deprecated in Rails 2.2 so we check if we can use it. (thanks fixlr).
 
 === 1.0.9 / 2008-10-22</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -28,3 +28,5 @@ lib/background_fu/worker_monitoring.rb
 lib/job.rb
 lib/job/bonus_features.rb
 rails/init.rb
+test/job_test.rb
+test/test_helper.rb
\ No newline at end of file</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,16 +1,16 @@
 Gem::Specification.new do |s|
   s.name = %q{background_fu}
-  s.version = &quot;1.0.9&quot;
+  s.version = &quot;1.0.10&quot;
 
   s.specification_version = 2 if s.respond_to? :specification_version=
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Jacek Becela&quot;]
-  s.date = %q{2008-10-22}
+  s.date = %q{2009-02-07}
   s.description = %q{Background tasks in Ruby On Rails made dead simple.}
   s.email = [&quot;jacek.becela@gmail.com&quot;]
   s.extra_rdoc_files = [&quot;History.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;]
-  s.files = [&quot;History.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;, &quot;Rakefile&quot;, &quot;background-fu.gemspec&quot;, &quot;generators/background/USAGE&quot;, &quot;generators/background/background_generator.rb&quot;, &quot;generators/background/templates/background.rb&quot;, &quot;generators/background/templates/background_ctl&quot;, &quot;generators/background/templates/daemons&quot;, &quot;generators/background/templates/daemons.yml&quot;, &quot;generators/background/templates/example_monitored_worker.rb&quot;, &quot;generators/background/templates/example_worker.rb&quot;, &quot;generators/background/templates/migration.rb&quot;, &quot;generators/background/templates/scaffold/_form.html.erb&quot;, &quot;generators/background/templates/scaffold/_job.html.erb&quot;, &quot;generators/background/templates/scaffold/_job_deleted.html.erb&quot;, &quot;generators/background/templates/scaffold/_progress_indicator.html.erb&quot;, &quot;generators/background/templates/scaffold/application_controller.rb&quot;, &quot;generators/background/templates/scaffold/background_fu.css&quot;, &quot;generators/background/templates/scaffold/index.html.erb&quot;, &quot;generators/background/templates/scaffold/jobs.html.erb&quot;, &quot;generators/background/templates/scaffold/jobs_controller.rb&quot;, &quot;generators/background/templates/scaffold/jobs_helper.rb&quot;, &quot;generators/background/templates/scaffold/new.html.erb&quot;, &quot;lib/background_fu.rb&quot;, &quot;lib/background_fu/worker_monitoring.rb&quot;, &quot;lib/job.rb&quot;, &quot;lib/job/bonus_features.rb&quot;, &quot;rails/init.rb&quot;]
+  s.files = [&quot;History.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;, &quot;Rakefile&quot;, &quot;background-fu.gemspec&quot;, &quot;generators/background/USAGE&quot;, &quot;generators/background/background_generator.rb&quot;, &quot;generators/background/templates/background.rb&quot;, &quot;generators/background/templates/background_ctl&quot;, &quot;generators/background/templates/daemons&quot;, &quot;generators/background/templates/daemons.yml&quot;, &quot;generators/background/templates/example_monitored_worker.rb&quot;, &quot;generators/background/templates/example_worker.rb&quot;, &quot;generators/background/templates/migration.rb&quot;, &quot;generators/background/templates/scaffold/_form.html.erb&quot;, &quot;generators/background/templates/scaffold/_job.html.erb&quot;, &quot;generators/background/templates/scaffold/_job_deleted.html.erb&quot;, &quot;generators/background/templates/scaffold/_progress_indicator.html.erb&quot;, &quot;generators/background/templates/scaffold/application_controller.rb&quot;, &quot;generators/background/templates/scaffold/background_fu.css&quot;, &quot;generators/background/templates/scaffold/index.html.erb&quot;, &quot;generators/background/templates/scaffold/jobs.html.erb&quot;, &quot;generators/background/templates/scaffold/jobs_controller.rb&quot;, &quot;generators/background/templates/scaffold/jobs_helper.rb&quot;, &quot;generators/background/templates/scaffold/new.html.erb&quot;, &quot;lib/background_fu.rb&quot;, &quot;lib/background_fu/worker_monitoring.rb&quot;, &quot;lib/job.rb&quot;, &quot;lib/job/bonus_features.rb&quot;, &quot;rails/init.rb&quot;, &quot;test/job_test.rb&quot;, &quot;test/test_helper.rb&quot;]
   s.has_rdoc = true
   s.homepage = %q{http://github.com/ncr/background-fu}
   s.rdoc_options = [&quot;--main&quot;, &quot;README.txt&quot;]</diff>
      <filename>background-fu.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 module BackgroundFu
   
-  VERSION = &quot;1.0.9&quot;
+  VERSION = &quot;1.0.10&quot;
   
 end</diff>
      <filename>lib/background_fu.rb</filename>
    </modified>
    <modified>
      <diff>@@ -83,7 +83,7 @@ class Job &lt; ActiveRecord::Base
       end
 
       # Job.running =&gt; array of running jobs, etc.
-      self.class.send!(:define_method, state_name) do
+      self.class.send(:define_method, state_name) do
         find_all_by_state(state_name, :order =&gt; &quot;id desc&quot;)
       end
     end</diff>
      <filename>lib/job.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c517aa20c067d02e1fdc99ace24c56d4153c4b46</id>
    </parent>
  </parents>
  <author>
    <name>Jacek Becela</name>
    <email>jacek.becela@gmail.com</email>
  </author>
  <url>http://github.com/ncr/background-fu/commit/f3753bb751a366f8b1844c17da80235fe04a986a</url>
  <id>f3753bb751a366f8b1844c17da80235fe04a986a</id>
  <committed-date>2009-02-07T09:06:12-08:00</committed-date>
  <authored-date>2009-02-07T09:06:12-08:00</authored-date>
  <message>Merged some changes from beloved contributors :), bumped version to 1.0.10 and added TODO if you ever wonder what to do with your free evening</message>
  <tree>70d4c8fc52510a041f50ef707ab7235605ee378b</tree>
  <committer>
    <name>Jacek Becela</name>
    <email>jacek.becela@gmail.com</email>
  </committer>
</commit>
