action_cable_subscription_adapter 0.2.0 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1740b5310455ba9461f45e4cafc4060bb1e5c6bf
4
- data.tar.gz: b78d00d544a120fa94feda10df4055acfacfbbe3
3
+ metadata.gz: 30ad5519912deb0ff2cd3d92f66fc0a1e3c46ab4
4
+ data.tar.gz: 5e5baa0db325178001bf2c89d8e5422ac84b8f54
5
5
  SHA512:
6
- metadata.gz: 306022eb30a324747539c36f42a1882c375d189949c102374f53282946023b2fc3ef68ba0f8e647d8b6eea43d7f411552a3954be3909160b8dba965785246ea2
7
- data.tar.gz: fabde8a1d59ccaf5504d3098c0e700c8118142a7915506d832a251924d71dc15e6d4a08c8699758c3eae2d842ee8d90c5b7b2ab76c782bb20e6f240bdf6e3b8a
6
+ metadata.gz: 12faabe1e8e9147a8e7bd0426e4451c78f5a205470a5a95eed34034a9949dbc0669f4bfceaf4d2b5167c6466ac5e066933dafd8ce58d1dfedff592e1b3ed3141
7
+ data.tar.gz: 4f9a52bf448d4d4729349ecf32edace4a630d3fbe892615e6be04048db59d6f2c82f1312943d66d01474e20d387d00d4c066ee91cf5d93ca86b25482ec80fd38
@@ -4,9 +4,7 @@ require "action_cable/subscription_adapter/redis"
4
4
  module ActionCable::SubscriptionAdapter
5
5
  class CustomAdapter < Redis
6
6
  def redis_connection
7
- r=ActionCableSubscriptionAdapter.redis_connector.call self
8
- Rails.logger.info "ActionCableSubscriptionAdapter: #{r}"
9
- r
7
+ ActionCableSubscriptionAdapter.redis_connector
10
8
  end
11
9
  end
12
10
  end
@@ -1,3 +1,3 @@
1
1
  module ActionCableSubscriptionAdapter
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_cable_subscription_adapter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Diego Salazar