chef-handler-opsmatic 0.0.2 → 0.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7cf9a7089a3999599943f89e062dc383258cae24
4
- data.tar.gz: de28ee179b1e77274ac15dde3ead501b914a308f
3
+ metadata.gz: 3360b02c2f2d1709aae73dc78da02d472224130f
4
+ data.tar.gz: 0cde66a1379dc8335a4cb852d7056f6267f45f8e
5
5
  SHA512:
6
- metadata.gz: 5b98b300887a121cb461c085e24c4f4c2de38342200497a3ecefff27b13f4301fc7f07a3481815d206faab1f6a56db0a722a9c67db3ccaa5a7ee8b80f7bb2b8a
7
- data.tar.gz: 020fadf1be1bea5a68bd7f084f3b4214aca016b82d79828bb5a3b0df84e82a585033061af6afc5192a149f34873999d9748731b2d97d71008e4c90e7dbf03108
6
+ metadata.gz: 251acb06bb3706091a2a120384c447ecd966850e16acc0a5b5d77bd0bde7fc18219bd8bee69c882b60e9db4f7c59f7480306312fe31cfcf055ed5855736d9a45
7
+ data.tar.gz: f89626d82f70e5a215a37eac6866739374bcdeb93ed300a094d66eea309ff5f3d6dd2b3e350722542e753478921f2f54d3b079d4097e00a340f717510e08a75e
@@ -34,8 +34,8 @@ class Chef
34
34
  :summary => summary,
35
35
  :data => {
36
36
  :status => run_status.success? ? "success" : "failure",
37
- :start_time => run_status.start_time,
38
- :end_time => run_status.end_time,
37
+ :start_time => run_status.start_time.to_i,
38
+ :end_time => run_status.end_time.to_i,
39
39
  :duration => run_status.elapsed_time,
40
40
  :updated_resources => []
41
41
  }
@@ -1,7 +1,7 @@
1
1
  module Chef
2
2
  module Handler
3
3
  module Opsmatic
4
- VERSION = "0.0.2"
4
+ VERSION = "0.0.3"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-handler-opsmatic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcus Barczak
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-06 00:00:00.000000000 Z
11
+ date: 2014-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler