weel 1.99.50 → 1.99.51
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/weel.rb +3 -0
- data/weel.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fd221054d1fa34cb44a35cde2d10bc8415321e17
|
|
4
|
+
data.tar.gz: 828e1bfb85af17b366ec3fb7bde5cfe02157f7d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a97a2c9c697458c668285afd59fa02f7c5b6f5f2388d171b63acf68b10e91c6ed20a0f9acd0f382fb37cf625420f37cfa485180a0d7ce71ca6e45ebe7b8a441a
|
|
7
|
+
data.tar.gz: a4511f677a20af5c4723031ded5b1c2fec1beeb188495ba313c7a8798523eae955e4c2a4641d334a7761ea3fe101788fadf649fb662f5508a12c74c1b3bd8ea5
|
data/lib/weel.rb
CHANGED
|
@@ -717,6 +717,9 @@ class WEEL
|
|
|
717
717
|
self.__weel_state = :stopping
|
|
718
718
|
rescue Signal::Skip
|
|
719
719
|
nil
|
|
720
|
+
rescue SyntaxError => se
|
|
721
|
+
handlerwrapper.inform_activity_failed se
|
|
722
|
+
self.__weel_state = :stopping
|
|
720
723
|
rescue => err
|
|
721
724
|
handlerwrapper.inform_activity_failed err
|
|
722
725
|
self.__weel_state = :stopping
|
data/weel.gemspec
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "weel"
|
|
3
|
-
s.version = "1.99.
|
|
3
|
+
s.version = "1.99.51"
|
|
4
4
|
s.platform = Gem::Platform::RUBY
|
|
5
5
|
s.license = "LGPL-3.0"
|
|
6
6
|
s.summary = "Preliminary release of the Workflow Execution Engine Library (WEEL)"
|
|
7
7
|
|
|
8
8
|
s.description = "see http://cpee.org"
|
|
9
9
|
|
|
10
|
-
s.required_ruby_version = '>=2.
|
|
10
|
+
s.required_ruby_version = '>=2.3.0'
|
|
11
11
|
|
|
12
12
|
s.files = Dir['{example/**/*,lib/weel.rb}'] + %w(COPYING Changelog FEATURES INSTALL Rakefile weel.gemspec README AUTHORS)
|
|
13
13
|
s.require_path = 'lib'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: weel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.99.
|
|
4
|
+
version: 1.99.51
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juergen eTM Mangler
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-
|
|
12
|
+
date: 2017-12-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: test-unit
|
|
@@ -93,7 +93,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
93
93
|
requirements:
|
|
94
94
|
- - ">="
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: 2.
|
|
96
|
+
version: 2.3.0
|
|
97
97
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
98
|
requirements:
|
|
99
99
|
- - ">="
|