weel 1.99.23 → 1.99.24

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 -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: 3f556fd0e38fd406cb052cccb4bdd1db33750ab4
4
- data.tar.gz: 24b650115a2e78e98a23b117a98643cd48605a9c
3
+ metadata.gz: 1f242d66256fe42fee160abeb444cfcb72cb3ce8
4
+ data.tar.gz: f6a925f89c557a591414454b02845e8bad4622f3
5
5
  SHA512:
6
- metadata.gz: 605a3727405a91a4e39276d2086717c8ad6eef794a40aca6b3272b4f4fbb6f278e2ae8b7fb6dd36903c8b571d0ab6981c5c1dc728c28da408691f60f632443a0
7
- data.tar.gz: 5d6dd9cf0336e6d37470fcf36bef2ff2cc04891f557de0de890cb32383e073c7fbd164a3ab29811a741afb80b24a579aeb4e49875f26a83f86826844d015dde4
6
+ metadata.gz: 7b6d9d715796e4a2c1b850694efc6cc0f06553ecfbd9d69ad91f5095da0a25e350773ec9d0461b565ba9f8e9505bee36aaeb8bf500e541c47c27002d3bc641e3
7
+ data.tar.gz: de9b8deb9f8702360932bf2e6b6e685fc9143793b1c2b818ff9ca98a7af3f785b9d24209876978213b893709ff3d146ace5b9f4dfe28dbc6ab050ec23ccf9c9f
data/lib/weel.rb CHANGED
@@ -542,8 +542,7 @@ class WEEL
542
542
  handlerwrapper = @__weel_handlerwrapper.new @__weel_handlerwrapper_args, endpoints.is_a?(Array) ? endpoints.map{|ep| @__weel_endpoints[ep] }.compact : @__weel_endpoints[endpoints], position, Thread.current[:continue]
543
543
 
544
544
  if __weel_sim
545
- Thread.current[:branch_sim_pos] = @__weel_sim += 1
546
- handlerwrapper.simulate(:activity,:none,Thread.current[:branch_sim_pos],Thread.current[:branch_sim_pos],:position => position,:parameters => parameters,:endpoints => endpoints,:type => type)
545
+ handlerwrapper.simulate(:activity,:none,Thread.current[:branch_sim_pos],@__weel_sim += 1,:position => position,:parameters => parameters,:endpoints => endpoints,:type => type)
547
546
  return
548
547
  end
549
548
 
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.23"
3
+ s.version = "1.99.24"
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.23
4
+ version: 1.99.24
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-22 00:00:00.000000000 Z
12
+ date: 2014-08-23 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: see http://cpee.org
15
15
  email: juergen.mangler@gmail.com