chronofage 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ec38bdc8210c1a75dcd17506e1a827e88205565e
4
- data.tar.gz: a8a6219f8e69659c2bc0b922edf835123f2f1dd1
3
+ metadata.gz: dd3bad90d7edae25dc63743e6bd15d1e4c831d18
4
+ data.tar.gz: fbe2f8a8f86bea66d8c6dce3fdef997b913185d6
5
5
  SHA512:
6
- metadata.gz: 46cc139a68a38f9517342ab0cc460b8ed6fef7c57d5a22d5b1aec99fe4a3f5d5747b28d523209001455510b5f90f47304783f468ca8025e5a042774c8e209ee5
7
- data.tar.gz: 5a95b4129d6104b0083ecd27b318a4b5d6f96c5e5419da78de25dddf0afc467dce37284447a2598fca9b55c90ddb7eb650146f7223b0100e66e08f9a5f22f13f
6
+ metadata.gz: 0a1f512858957f919f0e92bcf8b003d20b4a769ba22c8385028ad136d1b0655a0301a2d4bacb414f0d67d33ffc7d50058c6e8e33e328894d0f21200a867b8d28
7
+ data.tar.gz: b6a80888084d2bf322bf763fa466237ad1b0ddd8a7fb75bd6e37dcb17815626cde0a671add86bbe1368227628173846617978156c1c143d0a00be385052039a5
@@ -22,11 +22,11 @@ module Chronofage
22
22
  update!(started_at: Time.now, host: Chronofage::Job.host)
23
23
  end
24
24
 
25
- def completed!(output)
25
+ def completed!(output = nil)
26
26
  update!(completed_at: Time.now, output: output)
27
27
  end
28
28
 
29
- def failed!(output)
29
+ def failed!(output = nil)
30
30
  update!(failed_at: Time.now, output: output)
31
31
  end
32
32
 
@@ -1,3 +1,3 @@
1
1
  module Chronofage
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chronofage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Goya
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-01-03 00:00:00.000000000 Z
12
+ date: 2018-01-05 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Cron based job scheduler
15
15
  email: