actioncable 6.1.2.1 → 6.1.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 +5 -0
- data/lib/action_cable/channel/test_case.rb +4 -4
- data/lib/action_cable/gem_version.rb +2 -2
- 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: 7bf2f7592d39b77dce7363898a15d105fa654c8dfe8144b6b07eebbb62304850
|
4
|
+
data.tar.gz: fee2ad27c35d436b4ecff6c112738ee4acfadecd4de3702781ca4537a671bb21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b26fd705356a9ba97348ed0f45e134bb588fcc3d7498b4c445b345d7452e804c9027784073a7c20d4025d338c9ffd2469bd4856ecf72ec2bc4ed758aaa71ed0
|
7
|
+
data.tar.gz: 710400f215950d2df3515c051d607d92287cf2e47638c979bf6babfae90045f320cf6d18fa08f73d63d62346334e7f3f5cf3871bbe9772f01492818a721ebf3e
|
data/CHANGELOG.md
CHANGED
@@ -15,9 +15,9 @@ module ActionCable
|
|
15
15
|
end
|
16
16
|
end
|
17
17
|
|
18
|
-
# Stub
|
19
|
-
# Add public aliases for
|
20
|
-
#
|
18
|
+
# Stub +stream_from+ to track streams for the channel.
|
19
|
+
# Add public aliases for +subscription_confirmation_sent?+ and
|
20
|
+
# +subscription_rejected?+.
|
21
21
|
module ChannelStub
|
22
22
|
def confirmed?
|
23
23
|
subscription_confirmation_sent?
|
@@ -123,7 +123,7 @@ module ActionCable
|
|
123
123
|
# <b>connection</b>::
|
124
124
|
# An ActionCable::Channel::ConnectionStub, representing the current HTTP connection.
|
125
125
|
# <b>subscription</b>::
|
126
|
-
# An instance of the current channel, created when you call
|
126
|
+
# An instance of the current channel, created when you call +subscribe+.
|
127
127
|
# <b>transmissions</b>::
|
128
128
|
# A list of all messages that have been transmitted into the channel.
|
129
129
|
#
|
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: 6.1.
|
4
|
+
version: 6.1.3
|
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: 2021-02-
|
12
|
+
date: 2021-02-17 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.
|
20
|
+
version: 6.1.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.
|
27
|
+
version: 6.1.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.
|
34
|
+
version: 6.1.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.
|
41
|
+
version: 6.1.3
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: nio4r
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
@@ -140,11 +140,11 @@ 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.
|
144
|
-
documentation_uri: https://api.rubyonrails.org/v6.1.
|
143
|
+
changelog_uri: https://github.com/rails/rails/blob/v6.1.3/actioncable/CHANGELOG.md
|
144
|
+
documentation_uri: https://api.rubyonrails.org/v6.1.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.
|
147
|
-
post_install_message:
|
146
|
+
source_code_uri: https://github.com/rails/rails/tree/v6.1.3/actioncable
|
147
|
+
post_install_message:
|
148
148
|
rdoc_options: []
|
149
149
|
require_paths:
|
150
150
|
- lib
|
@@ -159,8 +159,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
159
159
|
- !ruby/object:Gem::Version
|
160
160
|
version: '0'
|
161
161
|
requirements: []
|
162
|
-
rubygems_version: 3.
|
163
|
-
signing_key:
|
162
|
+
rubygems_version: 3.2.3
|
163
|
+
signing_key:
|
164
164
|
specification_version: 4
|
165
165
|
summary: WebSocket framework for Rails.
|
166
166
|
test_files: []
|