blaxter-delayed_job 2.1.2 → 2.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/delayed/job_handler.rb +2 -2
  3. metadata +4 -4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.2
1
+ 2.1.3
@@ -58,10 +58,10 @@ module Delayed
58
58
  puts " There are #{jobs_in_execution} jobs running."
59
59
  each_job_in_execution do |job, started_at, thread|
60
60
  duration = Duration.new(Time.now - started_at)
61
- puts "\tJob #{job.id}: #{job}"
61
+ puts "\tJob #{job.id}: #{job.name}"
62
62
  puts "\t Running on #{thread} (#{thread.status}) for #{duration}"
63
63
  end
64
- puts " #{'=' * (margin * 2 + title + 2)} "
64
+ puts " #{'=' * (margin * 2 + title.size + 2)} "
65
65
  else
66
66
  puts "\n\tThere is no jobs in execution right now!"
67
67
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blaxter-delayed_job
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 1
9
- - 2
10
- version: 2.1.2
9
+ - 3
10
+ version: 2.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Tobias L\xC3\xBCtke"
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-09-20 00:00:00 +02:00
19
+ date: 2010-09-28 00:00:00 +02:00
20
20
  default_executable:
21
21
  dependencies: []
22
22