weel 1.99.46 → 1.99.47
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.
- checksums.yaml +4 -4
- data/lib/weel.rb +3 -3
- data/weel.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e512ed17d908d193bc911bbda62c98d86ba73637
|
|
4
|
+
data.tar.gz: adbf3510bf0fac7e91ea79e052dcd259a072b19f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40a4d4741e1eae8b1a0f494af2096cbe811b44c69289771e19c9072bf50567e1a754a0da846de306a4759deeee50dbdf091829b799a4b61d8e10c8cbe500ddb2
|
|
7
|
+
data.tar.gz: defb457c23b4d3470ca588ef4951aa03e05e8c7461d52201056fca69e6fd01738ea63de5b0216df8ca397c1da27ba6aa5237285d170f2be8a6d374eb289dc715
|
data/lib/weel.rb
CHANGED
|
@@ -450,7 +450,7 @@ class WEEL
|
|
|
450
450
|
hw, pos = __weel_sim_start(:alternative,args.merge(:mode => Thread.current[:alternative_mode].last, :condition => condition.is_a?(String) ? condition : nil)) if __weel_sim
|
|
451
451
|
Thread.current[:mutex] ||= Mutex.new
|
|
452
452
|
Thread.current[:mutex].synchronize do
|
|
453
|
-
return if Thread.current[:alternative_mode] == :exclusive && Thread.current[:alternative_executed][-1]
|
|
453
|
+
return if Thread.current[:alternative_mode][-1] == :exclusive && Thread.current[:alternative_executed][-1] == true
|
|
454
454
|
if condition.is_a?(String) && !__weel_sim
|
|
455
455
|
condition = __weel_eval_condition(condition)
|
|
456
456
|
end
|
|
@@ -951,8 +951,8 @@ public
|
|
|
951
951
|
begin
|
|
952
952
|
__weel_control_flow(:running)
|
|
953
953
|
rescue => e
|
|
954
|
-
|
|
955
|
-
|
|
954
|
+
puts e.message
|
|
955
|
+
puts e.backtrace
|
|
956
956
|
handlerwrapper::inform_handlerwrapper_error handlerwrapper_args, e
|
|
957
957
|
end
|
|
958
958
|
end
|
data/weel.gemspec
CHANGED
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.
|
|
4
|
+
version: 1.99.47
|
|
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:
|
|
12
|
+
date: 2017-01-05 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: test-unit
|