dj_remixes 0.2.1 → 0.2.2

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.
Files changed (3) hide show
  1. data/README +1 -0
  2. data/lib/dj_remixes/worker.rb +1 -1
  3. metadata +4 -4
data/README CHANGED
@@ -110,4 +110,5 @@ The <code>DJ::Worker</code> class can accept attributes, similar to the way an <
110
110
  ==Contributors
111
111
 
112
112
  * Mark Bates
113
+ * Stuart Garner
113
114
  * Lars Pind
@@ -28,7 +28,7 @@ module DJ
28
28
  end
29
29
 
30
30
  def enqueue!(priority = self.priority, run_at = self.run_at)
31
- job = DJ.enqueue(self, priority, run_at)
31
+ job = DJ.enqueue(:payload_object => self, :priority => priority, :run_at => run_at)
32
32
  job.worker_class_name = self.worker_class_name
33
33
  job.save
34
34
  return job
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 1
9
- version: 0.2.1
8
+ - 2
9
+ version: 0.2.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - markbates
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-11-04 00:00:00 -04:00
17
+ date: 2010-11-30 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -73,7 +73,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
- hash: 1738724149579697514
76
+ hash: 414915041890706765
77
77
  segments:
78
78
  - 0
79
79
  version: "0"