task-orchestrator 0.0.27 → 0.0.28
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 +4 -4
- data/lib/orchestrator/task.rb +4 -2
- data/lib/orchestrator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dac079f06844039fa1e51a03e31b10860f3c4ca7
|
|
4
|
+
data.tar.gz: 40618536ca5c2cfb527e8e6429220ac84273778a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c500e9d51a3b17b921dbf6eb9507f3af121b46165aa2049ce16f7ed4d9a6fb073a827a3919905e7a5dd4fa5ad38d5dcc2ea7db45d6d009925d9345821213c1c0
|
|
7
|
+
data.tar.gz: b1bdc3b8fbfaf7304335f49152f3d9c727d6b98bbb9af7ffb3c9f6569d7015b13d1e6efcb8e8868c242285056c52affbeca016a3c9c82ba1714402ae364db5ae
|
data/lib/orchestrator/task.rb
CHANGED
|
@@ -513,9 +513,11 @@ EOF
|
|
|
513
513
|
end
|
|
514
514
|
end
|
|
515
515
|
|
|
516
|
-
@statefile_handle.close unless @statefile_handle.closed?
|
|
517
|
-
FileUtils.rm_f(@options.statefile) if @options.statefile
|
|
518
516
|
notify
|
|
517
|
+
if @options.statefile
|
|
518
|
+
@statefile_handle.close unless @statefile_handle.closed?
|
|
519
|
+
FileUtils.rm_f(@options.statefile)
|
|
520
|
+
end
|
|
519
521
|
end
|
|
520
522
|
|
|
521
523
|
end
|
data/lib/orchestrator/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: task-orchestrator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.28
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Piavlo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-07-
|
|
11
|
+
date: 2015-07-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pony
|