actioncable 6.0.2.2 → 6.0.3.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 +25 -0
- data/README.md +1 -1
- data/lib/action_cable/connection/test_case.rb +1 -1
- data/lib/action_cable/gem_version.rb +2 -2
- data/lib/action_cable/server/worker.rb +0 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 53af7f3e14a500577115494570d1757d9da2b894582fc4324c1ca54fc4288977
|
|
4
|
+
data.tar.gz: 5feeb1576495aa6d442b93dad30f4f1086baf863850ccaab22e10ca3a2d447f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7fa3dd2e2863f5d372976d8d3a876ece5ea4e55f5e455a5917b1c7744e197f9de452b5a99f79cc15d06556d2c44d8edc61fe7ca9ddf9eefe82043896ee081b63
|
|
7
|
+
data.tar.gz: 301584c017c833364672fda66e2d886423e6aa3921d62c38730f946abb62c97014505f2bd30b226d3fa3666a7ef6ac47bbc98f5be19f4363396d1c9a0f6f32ff
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
## Rails 6.0.3.3 (September 09, 2020) ##
|
|
2
|
+
|
|
3
|
+
* No changes.
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## Rails 6.0.3.2 (June 17, 2020) ##
|
|
7
|
+
|
|
8
|
+
* No changes.
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## Rails 6.0.3.1 (May 18, 2020) ##
|
|
12
|
+
|
|
13
|
+
* No changes.
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## Rails 6.0.3 (May 06, 2020) ##
|
|
17
|
+
|
|
18
|
+
* No changes.
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## Rails 6.0.2.2 (March 19, 2020) ##
|
|
22
|
+
|
|
23
|
+
* No changes.
|
|
24
|
+
|
|
25
|
+
|
|
1
26
|
## Rails 6.0.2.1 (December 18, 2019) ##
|
|
2
27
|
|
|
3
28
|
* No changes.
|
data/README.md
CHANGED
|
@@ -21,4 +21,4 @@ Bug reports for the Ruby on Rails project can be filed here:
|
|
|
21
21
|
|
|
22
22
|
Feature requests should be discussed on the rails-core mailing list here:
|
|
23
23
|
|
|
24
|
-
* https://
|
|
24
|
+
* https://discuss.rubyonrails.org/c/rubyonrails-core
|
|
@@ -185,7 +185,7 @@ module ActionCable
|
|
|
185
185
|
|
|
186
186
|
connection = self.class.connection_class.allocate
|
|
187
187
|
connection.singleton_class.include(TestConnection)
|
|
188
|
-
connection.send(:initialize, build_test_request(path, request_params))
|
|
188
|
+
connection.send(:initialize, build_test_request(path, **request_params))
|
|
189
189
|
connection.connect if connection.respond_to?(:connect)
|
|
190
190
|
|
|
191
191
|
# Only set instance variable if connected successfully
|
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.0.
|
|
4
|
+
version: 6.0.3.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: 2020-
|
|
12
|
+
date: 2020-09-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: actionpack
|
|
@@ -17,14 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - '='
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 6.0.
|
|
20
|
+
version: 6.0.3.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.0.
|
|
27
|
+
version: 6.0.3.3
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: nio4r
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -126,10 +126,10 @@ licenses:
|
|
|
126
126
|
- MIT
|
|
127
127
|
metadata:
|
|
128
128
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
|
129
|
-
changelog_uri: https://github.com/rails/rails/blob/v6.0.
|
|
130
|
-
documentation_uri: https://api.rubyonrails.org/v6.0.
|
|
131
|
-
mailing_list_uri: https://
|
|
132
|
-
source_code_uri: https://github.com/rails/rails/tree/v6.0.
|
|
129
|
+
changelog_uri: https://github.com/rails/rails/blob/v6.0.3.3/actioncable/CHANGELOG.md
|
|
130
|
+
documentation_uri: https://api.rubyonrails.org/v6.0.3.3/
|
|
131
|
+
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
|
132
|
+
source_code_uri: https://github.com/rails/rails/tree/v6.0.3.3/actioncable
|
|
133
133
|
post_install_message:
|
|
134
134
|
rdoc_options: []
|
|
135
135
|
require_paths:
|
|
@@ -145,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
145
145
|
- !ruby/object:Gem::Version
|
|
146
146
|
version: '0'
|
|
147
147
|
requirements: []
|
|
148
|
-
rubygems_version: 3.
|
|
148
|
+
rubygems_version: 3.1.2
|
|
149
149
|
signing_key:
|
|
150
150
|
specification_version: 4
|
|
151
151
|
summary: WebSocket framework for Rails.
|