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.
- checksums.yaml +4 -4
- data/lib/weel.rb +3 -2
- 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: 7c2828287c039ac95fc31e146c3bba7d731d791f
|
|
4
|
+
data.tar.gz: 0271e347d8067cbf29310639fa05dd89bc4749e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f30268d368c246c5bfffb3aea1b479634fb94aff5c461ccbdf609a0beb8d3a8d811aa542cd39837ca3f354cc862b6ee52823e2df5fe44e85c1a9009e554271fe
|
|
7
|
+
data.tar.gz: 3e52bf1ee27cd7acbbad28900f0279622525017046df89f3ee38c57089c8e89aea926f41b1490aee1c41974c4c95981c8a57ba72c7d648e11fe7b6b967bf474b
|
data/lib/weel.rb
CHANGED
|
@@ -499,9 +499,10 @@ class WEEL
|
|
|
499
499
|
return if __weel_is_in_search_mode
|
|
500
500
|
end
|
|
501
501
|
if __weel_sim
|
|
502
|
-
|
|
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)
|
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.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-
|
|
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
|