weel 1.99.30 → 1.99.31
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/weel.rb +1 -1
- 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: b1526542afca601b109f15f3d1e0fcd6e71d88f9
|
4
|
+
data.tar.gz: 59fa06ed6a9404e4e577f13a3c38b13aac3af327
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1fe5bef75074f1b90cb509bf8bb3fc8d3706b7e102f7b5e19c3331bd698c3ba7ac327adcdedfadb01fe0d03cada14d92abc1b448206ceb441bf45c5e0b12d9d6
|
7
|
+
data.tar.gz: e75e5213943affdc8777bc12271cb132b2f84f64229cbf0adefd0d1894b79513b69714ca0d8ce20bed32bcfbc92533d78391d373aaeec0a9b0b4d0e6e1f6dd14
|
data/lib/weel.rb
CHANGED
@@ -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) ?
|
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))
|
data/weel.gemspec
CHANGED