chef-handler-elapsed-time 0.1.0 → 0.1.1

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.
@@ -6,12 +6,12 @@
6
6
  # License:: Apache2
7
7
  #
8
8
 
9
- BAR_MAXLEN=30
10
9
 
11
10
  class Chef
12
11
  class Handler
13
12
  class ElapsedTime < Chef::Handler
14
- VERSION = '0.1.0'
13
+ BAR_MAXLEN = 30
14
+ VERSION = '0.1.1'
15
15
 
16
16
  def report
17
17
  max_time = all_resources.max_by{ |r| r.elapsed_time}.elapsed_time
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-handler-elapsed-time
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: