libis-workflow 2.0.31 → 2.0.32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/libis/workflow/task.rb +1 -1
- data/lib/libis/workflow/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: 6763478973f57afc6e94d2d38b5edf5e8c42360c
|
4
|
+
data.tar.gz: e8680a2303d8d8b8853fa9aafef13c00ae094fe3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 720f2709d12c46e11c042b3cdea181444da2cfa045189c056252b4c95a4933f3684be652a0939e9b812210b474305dbb67b4f78b9a849f9e97194043e1857e8a
|
7
|
+
data.tar.gz: 4b580fa05e0e2869d4d247fa9838ee48e87512655bc86d337481d45274e2c010ce25eaa7a4e31165cfbcb7ffbebf0de67101523fc247e1f9ab1be0a1a4827ebc
|
data/README.md
CHANGED
@@ -345,7 +345,7 @@ stderr string.
|
|
345
345
|
An array of strings with the hierarchical path of tasks leading to the current task. Can be usefull for log messages.
|
346
346
|
The method 'namepath' returns a '/' separated path of tasks.
|
347
347
|
|
348
|
-
#### (debug/info/warn/error/
|
348
|
+
#### (debug/info/warn/error/fatal_error)(message, *args)
|
349
349
|
|
350
350
|
Convenience function for creating log entries. The logger set in ::Libis::Workflow::Config is used to dump log messages.
|
351
351
|
|
data/lib/libis/workflow/task.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
module Libis
|
2
2
|
module Workflow
|
3
|
-
VERSION = '2.0.
|
3
|
+
VERSION = '2.0.32' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
|
4
4
|
end
|
5
5
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: libis-workflow
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.32
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kris Dekeyser
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-12-
|
11
|
+
date: 2016-12-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|