alpha_omega 1.3.30 → 1.3.32

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.30
1
+ 1.3.32
@@ -34,7 +34,7 @@ Capistrano::Configuration.instance(:must_exist).load do |config|
34
34
  l " Performance Report"
35
35
  l "=========================================================="
36
36
 
37
- indent = 0
37
+ indent = 1
38
38
  (order + [nil]).each_cons(2) do |payload1, payload2|
39
39
  action, task = payload1
40
40
  if action == :start
@@ -42,7 +42,7 @@ Capistrano::Configuration.instance(:must_exist).load do |config|
42
42
  indent += 1
43
43
  else
44
44
  indent -= 1
45
- if indent >= 0
45
+ if end_times[task] && start_times[task]
46
46
  l "#{".." * indent}#{task.fully_qualified_name} #{(end_times[task] - start_times[task]).to_i}s"
47
47
  end
48
48
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alpha_omega
3
3
  version: !ruby/object:Gem::Version
4
- hash: 39
4
+ hash: 91
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 30
10
- version: 1.3.30
9
+ - 32
10
+ version: 1.3.32
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem