weel 1.99.29 → 1.99.30

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 +3 -2
  3. data/weel.gemspec +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ec0ae6f81b68ba24ab4d8d2a677264651c6ee710
4
- data.tar.gz: d8f2c82cdde8a3468ce0a53027e18e0a67e29a9c
3
+ metadata.gz: 7c2828287c039ac95fc31e146c3bba7d731d791f
4
+ data.tar.gz: 0271e347d8067cbf29310639fa05dd89bc4749e7
5
5
  SHA512:
6
- metadata.gz: 1bee2722bd96b7a6ac1a1b948c54c174a5d79c1f33a1522e3d57b3c3ef524f8df88fd71a520c0c3b6acbbed192795b8d5aefc2f28e45f63d0d20aa91171a4c54
7
- data.tar.gz: d551b0f608ac580ac04184aecc66d672405158f5cd7df46e8b8ae9ef2fa00ed1f60bb45ec6e750586a92de561f95ac04e69f50a7f1046595bb535dfa42a409b1
6
+ metadata.gz: f30268d368c246c5bfffb3aea1b479634fb94aff5c461ccbdf609a0beb8d3a8d811aa542cd39837ca3f354cc862b6ee52823e2df5fe44e85c1a9009e554271fe
7
+ data.tar.gz: 3e52bf1ee27cd7acbbad28900f0279622525017046df89f3ee38c57089c8e89aea926f41b1490aee1c41974c4c95981c8a57ba72c7d648e11fe7b6b967bf474b
@@ -499,9 +499,10 @@ class WEEL
499
499
  return if __weel_is_in_search_mode
500
500
  end
501
501
  if __weel_sim
502
- hw, pos = __weel_sim_start(:loop,args.merge(:testing=>condition[1]))
502
+ cond = condition[0].is_a?(Proc) ? condition[0].call : condition[0]
503
+ hw, pos = __weel_sim_start(:loop,args.merge(:testing=>condition[1],:condition=>cond))
503
504
  yield
504
- __weel_sim_stop(:loop,hw,pos,args.merge(:testing=>condition[1]))
505
+ __weel_sim_stop(:loop,hw,pos,args.merge(:testing=>condition[1],:condition=>cond))
505
506
  return
506
507
  end
507
508
  handlerwrapper = @__weel_handlerwrapper.new @__weel_handlerwrapper_args unless condition[0].is_a?(Proc)
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "weel"
3
- s.version = "1.99.29"
3
+ s.version = "1.99.30"
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.29
4
+ version: 1.99.30
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: 2014-08-25 00:00:00.000000000 Z
12
+ date: 2014-08-26 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: see http://cpee.org
15
15
  email: juergen.mangler@gmail.com