alpha_omega 1.3.28 → 1.3.29

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.28
1
+ 1.3.29
@@ -42,6 +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
47
+ end
45
48
  l "#{".." * indent}#{task.fully_qualified_name} #{(end_times[task] - start_times[task]).to_i}s"
46
49
  end
47
50
  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: 35
4
+ hash: 33
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 28
10
- version: 1.3.28
9
+ - 29
10
+ version: 1.3.29
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem