weel 1.99.130 → 1.99.132
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 -11
- data/weel.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9715e10ee89085e149a5bfa707b5b3da21b065e8efabb54873a26cc0190bf116
|
|
4
|
+
data.tar.gz: 6387435bfb8f61dc62729a55e1f29eb1442faeeee209f7f5e96f59b0c4192629
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8b56dd1f68e8474b0efcbfca6a8f301af80d96ea57fd1243941762dcdc7951c0cc09bb47dba3fec37bd735c4fabfae7b5627f927b1e930e6acbadd4d7f61b6a
|
|
7
|
+
data.tar.gz: 7a6aab669342c4d3bb41e2c01e5f02960a3e99c3d2f93eec7c50dd885bd730835fc9ce575196c377aa38104400c6b7510d5e3a25cf2b38fcda505991365bdd88
|
data/lib/weel.rb
CHANGED
|
@@ -755,16 +755,6 @@ class WEEL
|
|
|
755
755
|
self.__weel_state = :stopping
|
|
756
756
|
end #}}}
|
|
757
757
|
|
|
758
|
-
def status # {{{
|
|
759
|
-
@__weel_status
|
|
760
|
-
end # }}}
|
|
761
|
-
def data # {{{
|
|
762
|
-
ReadOnlyHash.new(@__weel_data)
|
|
763
|
-
end # }}}
|
|
764
|
-
def endpoints # {{{
|
|
765
|
-
ReadHash.new(@__weel_endpoints)
|
|
766
|
-
end # }}}
|
|
767
|
-
|
|
768
758
|
private
|
|
769
759
|
def __weel_protect_yield(*local) #{{{
|
|
770
760
|
begin
|
|
@@ -907,7 +897,7 @@ class WEEL
|
|
|
907
897
|
raise Signal::Proceed if wp.passthrough # if stop, but no passthrough, let manipulate happen and then stop
|
|
908
898
|
end
|
|
909
899
|
|
|
910
|
-
next if waitingresult == WEEL::Signal::UpdateAgain && connectionwrapper.activity_result_value&.length == 0
|
|
900
|
+
next if waitingresult == WEEL::Signal::UpdateAgain && (connectionwrapper.activity_result_value.nil? || connectionwrapper.activity_result_value&.length == 0)
|
|
911
901
|
|
|
912
902
|
code, cmess = if waitingresult == WEEL::Signal::UpdateAgain
|
|
913
903
|
[update, 'update']
|
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.132
|
|
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: 2024-
|
|
12
|
+
date: 2024-11-26 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: test-unit
|