weel 1.99.2 → 1.99.3
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 +2 -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: d67776c4e3ead570ba20fcd301a62ec57e1d199c
|
|
4
|
+
data.tar.gz: c8eb0eac30f6d149ac9b2f3061d3d0e31f99e6d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4cb8af7e708e457661fe00d0b4c4200a8f73546a0bd1fc448dd8f1eeffc334ca02dc1bf396645ab8f7e6feb93bd26a483dd22d443d2eb94a6838d79c1f64f7ba
|
|
7
|
+
data.tar.gz: f559a669d004cb0b51f524b94882b5d2abf9af92a451a1badd0f98cb3023d4986264deb5521088d6927502ce445cef7020c47d6224756912606d986b473627ad
|
data/lib/weel.rb
CHANGED
|
@@ -208,8 +208,8 @@ class WEEL
|
|
|
208
208
|
|
|
209
209
|
def callback(result); end
|
|
210
210
|
|
|
211
|
-
def test_condition(code);
|
|
212
|
-
def manipulate(mr,code,result=nil,status=nil);
|
|
211
|
+
def test_condition(code); eval(code); end
|
|
212
|
+
def manipulate(mr,code,result=nil,status=nil); mr.instance_exec(result,code); end
|
|
213
213
|
end # }}}
|
|
214
214
|
|
|
215
215
|
class Position # {{{
|
data/weel.gemspec
CHANGED