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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 24f118e81ee369cedd35352902a0a93a23719689
4
- data.tar.gz: 36e796280fb351966c7bee7dc96b821b2adb8ac8
3
+ metadata.gz: 6763478973f57afc6e94d2d38b5edf5e8c42360c
4
+ data.tar.gz: e8680a2303d8d8b8853fa9aafef13c00ae094fe3
5
5
  SHA512:
6
- metadata.gz: 956d77a872a1289d79516993616998e77189cd8e29717d1e814c669370a9132e540d8b474bd60475e1f94841ec7cd3f76076f5d96d7af65ab77c9a1d092ff266
7
- data.tar.gz: 9036e549ef3a91d320a08352c4410663a7a45f43224d0c0b93806b1732f50f2cff9af088b98a7fb01dca6457033a2a5377dd6adf5aa5223e5bc00d4c23de48d1
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/fatal)(message, *args)
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
 
@@ -92,7 +92,7 @@ module Libis
92
92
 
93
93
  rescue ::Exception => e
94
94
  set_status item, :FAILED
95
- fatal "Exception occured: #{e.message}", item
95
+ fatal_error "Exception occured: #{e.message}", item
96
96
  debug e.backtrace.join("\n")
97
97
 
98
98
  ensure
@@ -1,5 +1,5 @@
1
1
  module Libis
2
2
  module Workflow
3
- VERSION = '2.0.31' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
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.31
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-07 00:00:00.000000000 Z
11
+ date: 2016-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler