action_cable_subscription_adapter 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47ed418a86f99fc33f55db138af7e649050a0431
|
4
|
+
data.tar.gz: e7055a13d2b6a616247170a883f759d259616f39
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 686e12bbba78c9286676a905550537a2600f610553797a9a37fcdf085020e9e30c4d2eb85c1259c7b1ea6b445e00cb137162383dbe4fadc8a3896395eb699398
|
7
|
+
data.tar.gz: 898ab2610f9a74635f7d48600cce5ef4a55082896eb6dd7e2a691aa6bd7fa65d104cb4cf1f838c255a2c279f31a24bd519bc122a0b0503f579c2ae568d51f5f0
|
@@ -23,7 +23,7 @@ module ActionCableSubscriptionAdapter
|
|
23
23
|
|
24
24
|
def self.config(&block)
|
25
25
|
block.call self
|
26
|
-
self.redis_connector = ->(s) { redis_connector } unless redis_connector.
|
26
|
+
self.redis_connector = ->(s) { redis_connector } unless redis_connector.is_a? Proc
|
27
27
|
self
|
28
28
|
end
|
29
29
|
end
|