hirefire-resource 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/hirefire-resource.gemspec +1 -1
- data/lib/hirefire/macro/delayed_job.rb +1 -1
- metadata +3 -3
data/hirefire-resource.gemspec
CHANGED
@@ -45,7 +45,7 @@ module HireFire
|
|
45
45
|
when :active_record_2
|
46
46
|
conditions = ["run_at <= ? AND failed_at is NULL", Time.now.utc]
|
47
47
|
# There is no queue column in delayed_job <= 2.x
|
48
|
-
c = Delayed::Job.all(:conditions => conditions)
|
48
|
+
c = ::Delayed::Job.all(:conditions => conditions)
|
49
49
|
c.count
|
50
50
|
when :mongoid
|
51
51
|
c = ::Delayed::Job
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 2
|
8
|
-
-
|
9
|
-
version: 0.2.
|
8
|
+
- 2
|
9
|
+
version: 0.2.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Michael van Rooijen
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2013-09-
|
17
|
+
date: 2013-09-26 00:00:00 +02:00
|
18
18
|
default_executable:
|
19
19
|
dependencies: []
|
20
20
|
|