actioncable 7.0.6 → 7.0.8
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 +20 -0
- data/lib/action_cable/connection/base.rb +2 -2
- data/lib/action_cable/gem_version.rb +1 -1
- metadata +13 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9e436e1c17f1c9f8b7e0d14f60dea7dfeef4d27b6c87c3a2e8f98fc4d7fa3313
|
|
4
|
+
data.tar.gz: f56295e032d83db377338defd835f48ca5e22b9ea234531fad4c45deb4b03255
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4f28bae465c1c10fd3d9ef6a2da614f55367f0d36dc4519af8e1b12f8f004668d770553d512932d1455497d56e2cd02c26b19b202f4ee43aa0b195fd979ad4af
|
|
7
|
+
data.tar.gz: 2e7529a70efdc70b69b523851a228349772d15632f6c9784b0564c748c6bcccb56ca7d332ca3db7f0945908163a646f0bd46091007729cfd4dc843abc43f40c9
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## Rails 7.0.8 (September 09, 2023) ##
|
|
2
|
+
|
|
3
|
+
* No changes.
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## Rails 7.0.7.2 (August 22, 2023) ##
|
|
7
|
+
|
|
8
|
+
* No changes.
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## Rails 7.0.7.1 (August 22, 2023) ##
|
|
12
|
+
|
|
13
|
+
* No changes.
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## Rails 7.0.7 (August 09, 2023) ##
|
|
17
|
+
|
|
18
|
+
* No changes.
|
|
19
|
+
|
|
20
|
+
|
|
1
21
|
## Rails 7.0.6 (June 29, 2023) ##
|
|
2
22
|
|
|
3
23
|
* Fix Action Cable Redis configuration with sentinels.
|
|
@@ -237,7 +237,7 @@ module ActionCable
|
|
|
237
237
|
request.filtered_path,
|
|
238
238
|
websocket.possible? ? " [WebSocket]" : "[non-WebSocket]",
|
|
239
239
|
request.ip,
|
|
240
|
-
Time.now.
|
|
240
|
+
Time.now.to_default_s ]
|
|
241
241
|
end
|
|
242
242
|
|
|
243
243
|
def finished_request_message
|
|
@@ -245,7 +245,7 @@ module ActionCable
|
|
|
245
245
|
request.filtered_path,
|
|
246
246
|
websocket.possible? ? " [WebSocket]" : "[non-WebSocket]",
|
|
247
247
|
request.ip,
|
|
248
|
-
Time.now.
|
|
248
|
+
Time.now.to_default_s ]
|
|
249
249
|
end
|
|
250
250
|
|
|
251
251
|
def invalid_request_message
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: actioncable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.0.
|
|
4
|
+
version: 7.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pratik Naik
|
|
8
8
|
- David Heinemeier Hansson
|
|
9
|
-
autorequire:
|
|
9
|
+
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2023-
|
|
12
|
+
date: 2023-09-09 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: 7.0.
|
|
20
|
+
version: 7.0.8
|
|
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: 7.0.
|
|
27
|
+
version: 7.0.8
|
|
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: 7.0.
|
|
34
|
+
version: 7.0.8
|
|
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: 7.0.
|
|
41
|
+
version: 7.0.8
|
|
42
42
|
- !ruby/object:Gem::Dependency
|
|
43
43
|
name: nio4r
|
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -142,12 +142,12 @@ licenses:
|
|
|
142
142
|
- MIT
|
|
143
143
|
metadata:
|
|
144
144
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
|
145
|
-
changelog_uri: https://github.com/rails/rails/blob/v7.0.
|
|
146
|
-
documentation_uri: https://api.rubyonrails.org/v7.0.
|
|
145
|
+
changelog_uri: https://github.com/rails/rails/blob/v7.0.8/actioncable/CHANGELOG.md
|
|
146
|
+
documentation_uri: https://api.rubyonrails.org/v7.0.8/
|
|
147
147
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
|
148
|
-
source_code_uri: https://github.com/rails/rails/tree/v7.0.
|
|
148
|
+
source_code_uri: https://github.com/rails/rails/tree/v7.0.8/actioncable
|
|
149
149
|
rubygems_mfa_required: 'true'
|
|
150
|
-
post_install_message:
|
|
150
|
+
post_install_message:
|
|
151
151
|
rdoc_options: []
|
|
152
152
|
require_paths:
|
|
153
153
|
- lib
|
|
@@ -162,8 +162,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
162
162
|
- !ruby/object:Gem::Version
|
|
163
163
|
version: '0'
|
|
164
164
|
requirements: []
|
|
165
|
-
rubygems_version: 3.4.
|
|
166
|
-
signing_key:
|
|
165
|
+
rubygems_version: 3.4.18
|
|
166
|
+
signing_key:
|
|
167
167
|
specification_version: 4
|
|
168
168
|
summary: WebSocket framework for Rails.
|
|
169
169
|
test_files: []
|