chef-deploy-application 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -225,9 +225,14 @@ class Chef::Application::DeployApplication < Chef::Application
225
225
  node.run_state.delete(:current_app)
226
226
  end
227
227
 
228
+
228
229
  # Run the recipe
230
+ run_status.start_clock
229
231
  Chef::Runner.new(run_context).converge
230
232
 
233
+ run_status.stop_clock
234
+ Chef::Log.info("Chef Deploy complete in #{run_status.elapsed_time} seconds")
235
+
231
236
  Chef::Application.exit! "Exiting", 0
232
237
  rescue SystemExit => e
233
238
  raise
@@ -1,4 +1,4 @@
1
1
 
2
2
  module ChefDeployApplicationGem
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-deploy-application
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Daniel Porter