weel 1.99.30 → 1.99.31

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
  SHA1:
3
- metadata.gz: 7c2828287c039ac95fc31e146c3bba7d731d791f
4
- data.tar.gz: 0271e347d8067cbf29310639fa05dd89bc4749e7
3
+ metadata.gz: b1526542afca601b109f15f3d1e0fcd6e71d88f9
4
+ data.tar.gz: 59fa06ed6a9404e4e577f13a3c38b13aac3af327
5
5
  SHA512:
6
- metadata.gz: f30268d368c246c5bfffb3aea1b479634fb94aff5c461ccbdf609a0beb8d3a8d811aa542cd39837ca3f354cc862b6ee52823e2df5fe44e85c1a9009e554271fe
7
- data.tar.gz: 3e52bf1ee27cd7acbbad28900f0279622525017046df89f3ee38c57089c8e89aea926f41b1490aee1c41974c4c95981c8a57ba72c7d648e11fe7b6b967bf474b
6
+ metadata.gz: 1fe5bef75074f1b90cb509bf8bb3fc8d3706b7e102f7b5e19c3331bd698c3ba7ac327adcdedfadb01fe0d03cada14d92abc1b448206ceb441bf45c5e0b12d9d6
7
+ data.tar.gz: e75e5213943affdc8777bc12271cb132b2f84f64229cbf0adefd0d1894b79513b69714ca0d8ce20bed32bcfbc92533d78391d373aaeec0a9b0b4d0e6e1f6dd14
@@ -499,7 +499,7 @@ class WEEL
499
499
  return if __weel_is_in_search_mode
500
500
  end
501
501
  if __weel_sim
502
- cond = condition[0].is_a?(Proc) ? condition[0].call : condition[0]
502
+ cond = condition[0].is_a?(Proc) ? true : condition[0]
503
503
  hw, pos = __weel_sim_start(:loop,args.merge(:testing=>condition[1],:condition=>cond))
504
504
  yield
505
505
  __weel_sim_stop(:loop,hw,pos,args.merge(:testing=>condition[1],:condition=>cond))
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "weel"
3
- s.version = "1.99.30"
3
+ s.version = "1.99.31"
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.30
4
+ version: 1.99.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler