hotsock-turbo 0.4.0 → 0.4.1
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/hotsock/turbo/broadcastable.rb +1 -1
- data/lib/hotsock/turbo/version.rb +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: 8ed527ca97f2174b17323b76802d7a1a9f9466386ecb6070f2ecb3783fa6607e
|
|
4
|
+
data.tar.gz: 9985fb1aa1871d56c2c8794c387d93879448cc2ab1d7ae8e418d2d8eae18a332
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f5d14910a3fbfc8be8d777bcf76f52e9fd68202f823fc46ef08c1cc9f4b1871d087c99828d721272fac9ed15edb533d99ed137ddb2b1759354310dfca61b253a
|
|
7
|
+
data.tar.gz: 8b91ee0067227d07eef255a3d6bcea28724ca30cd18623cb07c5b4bccf19265086e2b605953237554934a7d437d7282e0a561094fad85ffd524cf2a180e7e283
|
|
@@ -347,7 +347,7 @@ module Hotsock
|
|
|
347
347
|
end
|
|
348
348
|
|
|
349
349
|
def hotsock_turbo_current_request_id
|
|
350
|
-
Turbo.current_request_id if defined?(Turbo) && Turbo.respond_to?(:current_request_id)
|
|
350
|
+
::Turbo.current_request_id if defined?(::Turbo) && ::Turbo.respond_to?(:current_request_id)
|
|
351
351
|
end
|
|
352
352
|
|
|
353
353
|
# Override module that aliases standard Turbo::Broadcastable method names
|