weel 1.99.34 → 1.99.35
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 +0 -2
- data/weel.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 79388b6be6e4f9f86ada2f37086255817fb22757
|
|
4
|
+
data.tar.gz: d5e0b3ba5bbb92d877ecb6fb2c729579c550beef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ef1c1b2754f0a6061607f906cbdd75ec82e3bc86cbcaae087a5d0201c9cf406972d758c1ad38fb04914fc5e19d42d2fd52246efa2cfc48657f16a36517e20ea
|
|
7
|
+
data.tar.gz: 5dc8592cd918bfc876c9d2637130f9181e54ae9a82665b5e0e640fedf91507851f1b4c25e414e3864700a1bd4ac9da35cccee6bba73cf11bca8337d1b51d428d
|
data/lib/weel.rb
CHANGED
|
@@ -474,8 +474,6 @@ class WEEL
|
|
|
474
474
|
__weel_sim_stop(:alternative,hw,pos,args.merge(:mode => Thread.current[:alternative_mode].last, :condition => condition.is_a?(String) ? condition : nil)) if __weel_sim
|
|
475
475
|
end # }}}
|
|
476
476
|
def otherwise(args={}) # {{{
|
|
477
|
-
p 'rrrr'
|
|
478
|
-
sleep 1
|
|
479
477
|
return if self.__weel_state == :stopping || self.__weel_state == :stopped || Thread.current[:nolongernecessary]
|
|
480
478
|
hw, pos = __weel_sim_start(:otherwise,args.merge(:mode => Thread.current[:alternative_mode].last)) if __weel_sim
|
|
481
479
|
yield if __weel_is_in_search_mode || __weel_sim || !Thread.current[:alternative_executed].last
|
data/weel.gemspec
CHANGED