cap-util 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ module CapUtil
15
15
  end
16
16
 
17
17
  def start(time=nil)
18
- CapUtil.say " Starting #{CapUtil.color @name, :cyan}." if !@quiet
18
+ CapUtil.say " Starting #{CapUtil.color @name, :cyan}." if !@quiet
19
19
  @start_time = (time || ::Time.now)
20
20
  end
21
21
 
@@ -24,8 +24,8 @@ module CapUtil
24
24
  @elapsed_time = @end_time - @start_time
25
25
  if !@quiet
26
26
  elapsed = self.class.pretty_time(@elapsed_time.to_i)
27
- CapUtil.say " #{CapUtil.color @name, :bold, :yellow} completed in"\
28
- " #{CapUtil.color elapsed, :underline, :yellow}."
27
+ CapUtil.say " #{CapUtil.color @name, :bold, :yellow} completed in"\
28
+ " #{CapUtil.color elapsed, :underline, :yellow}."
29
29
  end
30
30
  @end_time
31
31
  end
@@ -1,3 +1,3 @@
1
1
  module CapUtil
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cap-util
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 0
10
- version: 0.2.0
9
+ - 1
10
+ version: 0.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kelly Redding