weel 1.99.88 → 1.99.89
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 +1 -1
- data/weel.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51411a60466b7ea131d02acbd61604a59b6b4e9fb967a332994c05b29f1fd9ee
|
4
|
+
data.tar.gz: 8d46c4fcf72ca24891af272e42ae2d57ce478e6c6b3a08c47c0b6d396d6b2cb0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '09eafb6debb82a7074aee19dc19be90d8a29af8dd1209d8a9475097126e6feefc66f8412cd6cb909c0652e7cd3fe5b50327e5ecc21cabc12f244846ffbc33e43'
|
7
|
+
data.tar.gz: 4128bfe0ce21234534afdc05069ce3b42c8cff7a384bd6ac938c992f9d418534d224ae2f29a38cc932e4c5df99346907324cd74e8c9b6562315b2e8b097636f0
|
data/lib/weel.rb
CHANGED
@@ -782,7 +782,7 @@ class WEEL
|
|
782
782
|
if self.__weel_state == :stopping || self.__weel_state == :finishing
|
783
783
|
handlerwrapper.activity_stop
|
784
784
|
wp.passthrough = handlerwrapper.activity_passthrough_value
|
785
|
-
raise Signal::Proceed
|
785
|
+
raise Signal::Proceed if wp.passthrough # if stop, but no passthrough, let manipulate happen and then stop
|
786
786
|
end
|
787
787
|
|
788
788
|
code = if waitingresult == WEEL::Signal::Again
|
data/weel.gemspec
CHANGED