alpha_omega 1.3.29 → 1.3.30

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.29
1
+ 1.3.30
@@ -42,10 +42,9 @@ Capistrano::Configuration.instance(:must_exist).load do |config|
42
42
  indent += 1
43
43
  else
44
44
  indent -= 1
45
- if indent < 0
46
- indent = 0
45
+ if indent >= 0
46
+ l "#{".." * indent}#{task.fully_qualified_name} #{(end_times[task] - start_times[task]).to_i}s"
47
47
  end
48
- l "#{".." * indent}#{task.fully_qualified_name} #{(end_times[task] - start_times[task]).to_i}s"
49
48
  end
50
49
  end
51
50
  l "=========================================================="
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: 33
4
+ hash: 39
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 29
10
- version: 1.3.29
9
+ - 30
10
+ version: 1.3.30
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem