weel 1.99.138 → 1.99.139
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 -3
- 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: 91576c9fb79fb5d1c4c39b458e73f81bdb9af45ad27e8ae8f898308c6118db17
|
|
4
|
+
data.tar.gz: edc9acb9590bf1adc682088ff4322f36afec989e0b4fd11f77dfeb7e189539c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '09cd604a5a2ae24ff49e392bc167777c6c74617e37f2dd1949ee5386edafeb71cf81ac50de39c8a99854b2e47288f44ffbaf26f6945f9d62e43015f1b60855d0'
|
|
7
|
+
data.tar.gz: ab86132aaba1e1859c7ed9d521700244f1bab92225975b6065978b6a38c1683a873c79445e3801a64bdf6564e1d496d3f5674ed54efca4d1bb835ab96abfeb15
|
data/lib/weel.rb
CHANGED
|
@@ -680,10 +680,9 @@ class WEEL
|
|
|
680
680
|
@__weel_connectionwrapper::inform_activity_minimal @__weel_connectionwrapper_args,'calling',uuid,label,position
|
|
681
681
|
|
|
682
682
|
Thread.current[:branch_parent][:nudge].pop
|
|
683
|
-
|
|
684
683
|
if self.__weel_state != :stopping
|
|
685
684
|
if Thread.current[:nolongernecessary]
|
|
686
|
-
@__weel_connectionwrapper::inform_activity_minimal
|
|
685
|
+
@__weel_connectionwrapper::inform_activity_minimal @__weel_connectionwrapper_args, 'done', uuid, label, position
|
|
687
686
|
Thread.current[:branch_position] = nil
|
|
688
687
|
@__weel_positions.delete wp
|
|
689
688
|
@__weel_connectionwrapper::inform_position_change @__weel_connectionwrapper_args, :unmark => [wp]
|
|
@@ -691,7 +690,6 @@ class WEEL
|
|
|
691
690
|
@__weel_connectionwrapper::inform_activity_minimal @__weel_connectionwrapper_args, 'done', uuid, label, position
|
|
692
691
|
end
|
|
693
692
|
end
|
|
694
|
-
|
|
695
693
|
__weel_activity_ensure
|
|
696
694
|
end #}}}
|
|
697
695
|
|
data/weel.gemspec
CHANGED