weel 1.99.156 → 1.99.157

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/weel.rb +1 -1
  3. data/weel.gemspec +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 42b27210321a79d1137f6397758d7c65325300ad7076cf4bc7c09b3aee0545bc
4
- data.tar.gz: cad54b14c2685013ce4d71fda9e80226718b48bf29ed064337dac6476b9ae29d
3
+ metadata.gz: 7c178eae822059636c1650312316a9a86569aa5410b1fa0925a27217eb489b9c
4
+ data.tar.gz: 43d9ddbdc46507eed44a9983d432dcc33f99bd41977eef8e0c7ab3a9a4374994
5
5
  SHA512:
6
- metadata.gz: 3e242a628af29ea0c73c4934b7ba90056125afbc2ab53d79cc6ffe2f61029414ea406d864d918fb8209762d2aa662b159e4e237f367579843575669dc510ab1b
7
- data.tar.gz: fd8b876a3ad64a2c697fd6a49528a171dc72dd1e6c3f217b1c5f532275b927c3ac957522dd8a2a946332ba36cef295b316acbfae04ae660c25767e245df86ab7
6
+ metadata.gz: 344d3e94a850997740096f6bdaea7db93573c2633ff4bd615f0868f26f71bded594fac65bbb696a95e7bc17fc2bf1b07f5a246e4f0eea7b7f62a2965ff71b837
7
+ data.tar.gz: 0deae3dff31f63d47f743e91a250bdadfa6a2085fa26779bbbbb34fb0c7a32ad5ac1603b14912e9eb819ac79dc4a2a154b99a47aefa28a00bedf3eefbf9c99ce
data/lib/weel.rb CHANGED
@@ -828,7 +828,7 @@ class WEEL
828
828
  connectionwrapper.test_condition(eid,@__weel_data,@__weel_endpoints,Thread.current[:local],connectionwrapper.additional,condition,args)
829
829
  rescue NameError => err # don't look into it, or it will explode
830
830
  self.__weel_state = :stopping
831
- @__weel_connectionwrapper::inform_syntax_error(@__weel_connectionwrapper_args,Exception.new("protect_yield: `#{err.name}` is not a thing that can be used. Maybe it is meant to be a string and you forgot quotes?"),nil)
831
+ @__weel_connectionwrapper::inform_syntax_error(@__weel_connectionwrapper_args,Exception.new("eval_condition: `#{err.name}` is not a thing that can be used. Maybe it is meant to be a string and you forgot quotes?"),nil)
832
832
  nil
833
833
  rescue WEEL::Signal::Error => err
834
834
  self.__weel_state = :stopping
data/weel.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "weel"
3
- s.version = "1.99.156"
3
+ s.version = "1.99.157"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3.0-or-later"
6
6
  s.summary = "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.156
4
+ version: 1.99.157
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler