weel 1.99.8 → 1.99.9

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.
Files changed (3) hide show
  1. data/lib/weel.rb +1 -0
  2. data/weel.gemspec +1 -1
  3. metadata +1 -1
@@ -636,6 +636,7 @@ class WEEL
636
636
  if self.__weel_state == :stopping
637
637
  handlerwrapper.activity_stop
638
638
  wp.passthrough = handlerwrapper.activity_passthrough_value
639
+ raise Signal::Proceed
639
640
  end
640
641
 
641
642
  if wp.passthrough.nil? && (code.is_a?(Proc) || code.is_a?(String))
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "weel"
3
- s.version = "1.99.8"
3
+ s.version = "1.99.9"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3"
6
6
  s.summary = "Preliminary release of the Workflow Execution Engine Library (WEEL)"
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.8
4
+ version: 1.99.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: