markbates-delayed_job_extras 0.2.0.20090922114857 → 0.2.1.20090923144433

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,6 +8,7 @@ module Delayed
8
8
  end
9
9
  end
10
10
  obj.perform
11
+ obj.respond_to?(:dj_object) ? obj.dj_object : nil
11
12
  end
12
13
  end
13
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markbates-delayed_job_extras
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.20090922114857
4
+ version: 0.2.1.20090923144433
5
5
  platform: ruby
6
6
  authors:
7
7
  - markbates
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-09-22 00:00:00 -07:00
12
+ date: 2009-09-23 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency