yabeda-actioncable 0.2.1 → 0.2.2
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/yabeda/action_cable/version.rb +1 -1
- data/lib/yabeda/action_cable.rb +2 -2
- 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: 1e31214acdb007ca55785d635d221226f6c6fbdd03ce60c450c766ded64e8b3a
|
4
|
+
data.tar.gz: 60ad76bde7e7df12a30a873ebf2fde05999c35affc546af4b788c18c588a4cbc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44482afa4a80143abc4f567394794fc1115c9481e243e0aed8a2b8abddb7305784ca0da9dee0d144b4d805a9b04bd270f978e96e14078377841c23144aa5e6c9
|
7
|
+
data.tar.gz: 8c646f97e4303b2bf919c96e6eef1a49914b1e3b30312b1b284853fefed9b6ffc6043d3022710303039fe531ab03dc7650a875a15f0bbf88bc06a4424b5160ad
|
data/lib/yabeda/action_cable.rb
CHANGED
@@ -189,8 +189,8 @@ module Yabeda
|
|
189
189
|
|
190
190
|
if klass
|
191
191
|
klass.include(ChannelConcern)
|
192
|
-
elsif defined?(Rails)
|
193
|
-
Rails.application.config.after_initialize do
|
192
|
+
elsif defined?(::Rails)
|
193
|
+
::Rails.application.config.after_initialize do
|
194
194
|
config.channel_class_name.constantize.include(ChannelConcern)
|
195
195
|
end
|
196
196
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yabeda-actioncable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stanko K.R.
|
8
8
|
bindir: exe
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-19 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: actioncable
|