actioncable 6.1.3.2 → 6.1.4.3
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/CHANGELOG.md +22 -0
- data/lib/action_cable/gem_version.rb +2 -2
- data/lib/action_cable/remote_connections.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b2b882a632c0b136d6510c574383eada5fc1bde4b91201f793f511950bd1667b
|
|
4
|
+
data.tar.gz: 1758efa531cebb0641822dfed91fec7d844adbf3ee2c48b6e497efa754627386
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e28a506330c24f15b7a328a64d24e122cf77a02773f10febe4c4d1d6d2f10e676779d472a1f99007aecb745975a666a5b878a6d0ff27adfeef43f60dd17deb6c
|
|
7
|
+
data.tar.gz: d6bedd05907779f3512c68838c6dce5da21971fcf18340fe92a1f880dddf658dde91d31c9c5b1b9f4ff882465ae9d21b0acb4e8b06f6f5ba29106cb475e0ac0f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
## Rails 6.1.4.3 (December 14, 2021) ##
|
|
2
|
+
|
|
3
|
+
* No changes.
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## Rails 6.1.4.2 (December 14, 2021) ##
|
|
7
|
+
|
|
8
|
+
* No changes.
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## Rails 6.1.4.1 (August 19, 2021) ##
|
|
12
|
+
|
|
13
|
+
* No changes.
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## Rails 6.1.4 (June 24, 2021) ##
|
|
17
|
+
|
|
18
|
+
* Fix `ArgumentError` with ruby 3.0 on `RemoteConnection#disconnect`.
|
|
19
|
+
|
|
20
|
+
*Vladislav*
|
|
21
|
+
|
|
22
|
+
|
|
1
23
|
## Rails 6.1.3.2 (May 05, 2021) ##
|
|
2
24
|
|
|
3
25
|
* No changes.
|
|
@@ -45,7 +45,7 @@ module ActionCable
|
|
|
45
45
|
|
|
46
46
|
# Uses the internal channel to disconnect the connection.
|
|
47
47
|
def disconnect
|
|
48
|
-
server.broadcast internal_channel, type: "disconnect"
|
|
48
|
+
server.broadcast internal_channel, { type: "disconnect" }
|
|
49
49
|
end
|
|
50
50
|
|
|
51
51
|
# Returns all the identifiers that were applied to this connection.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: actioncable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.1.3
|
|
4
|
+
version: 6.1.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pratik Naik
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2021-
|
|
12
|
+
date: 2021-12-14 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|
|
@@ -17,28 +17,28 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - '='
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 6.1.3
|
|
20
|
+
version: 6.1.4.3
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - '='
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: 6.1.3
|
|
27
|
+
version: 6.1.4.3
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: actionpack
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
31
31
|
requirements:
|
|
32
32
|
- - '='
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
|
-
version: 6.1.3
|
|
34
|
+
version: 6.1.4.3
|
|
35
35
|
type: :runtime
|
|
36
36
|
prerelease: false
|
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
38
38
|
requirements:
|
|
39
39
|
- - '='
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
|
-
version: 6.1.3
|
|
41
|
+
version: 6.1.4.3
|
|
42
42
|
- !ruby/object:Gem::Dependency
|
|
43
43
|
name: nio4r
|
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -140,10 +140,10 @@ licenses:
|
|
|
140
140
|
- MIT
|
|
141
141
|
metadata:
|
|
142
142
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
|
143
|
-
changelog_uri: https://github.com/rails/rails/blob/v6.1.3
|
|
144
|
-
documentation_uri: https://api.rubyonrails.org/v6.1.3
|
|
143
|
+
changelog_uri: https://github.com/rails/rails/blob/v6.1.4.3/actioncable/CHANGELOG.md
|
|
144
|
+
documentation_uri: https://api.rubyonrails.org/v6.1.4.3/
|
|
145
145
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
|
146
|
-
source_code_uri: https://github.com/rails/rails/tree/v6.1.3
|
|
146
|
+
source_code_uri: https://github.com/rails/rails/tree/v6.1.4.3/actioncable
|
|
147
147
|
post_install_message:
|
|
148
148
|
rdoc_options: []
|
|
149
149
|
require_paths:
|
|
@@ -159,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
159
159
|
- !ruby/object:Gem::Version
|
|
160
160
|
version: '0'
|
|
161
161
|
requirements: []
|
|
162
|
-
rubygems_version: 3.
|
|
162
|
+
rubygems_version: 3.2.15
|
|
163
163
|
signing_key:
|
|
164
164
|
specification_version: 4
|
|
165
165
|
summary: WebSocket framework for Rails.
|