actioncable 6.0.4.6 → 6.0.4.7
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/gem_version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f0aeb598946ad03bbda99969a0e7b22c63070c6c2bda589239f0d3fb1cb65847
|
|
4
|
+
data.tar.gz: 39605249b9b81c43fde02f75ee5d91faec6a02b0182e096c0f12c3d9cd885662
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 184d36e91bd3ef97ef30ab83439e9f979ff096ae3e618da64bb1a8abde29d19892a2be2855a0504b7b88c6e9ca1dd0dfc669f155dd01c423729c5f5e2aec69d6
|
|
7
|
+
data.tar.gz: e360334614c6325e67a3d44edf37bc2829fc0d3bd87d780df8c496e521ab9e9a0dc5c030ff702f35407f0e8b52134a436b10c4743604e094cfe52c840b5c95cf
|
data/CHANGELOG.md
CHANGED
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.
|
|
4
|
+
version: 6.0.4.7
|
|
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: 2022-
|
|
12
|
+
date: 2022-03-08 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.4.
|
|
20
|
+
version: 6.0.4.7
|
|
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.4.
|
|
27
|
+
version: 6.0.4.7
|
|
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.4.
|
|
130
|
-
documentation_uri: https://api.rubyonrails.org/v6.0.4.
|
|
129
|
+
changelog_uri: https://github.com/rails/rails/blob/v6.0.4.7/actioncable/CHANGELOG.md
|
|
130
|
+
documentation_uri: https://api.rubyonrails.org/v6.0.4.7/
|
|
131
131
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
|
132
|
-
source_code_uri: https://github.com/rails/rails/tree/v6.0.4.
|
|
132
|
+
source_code_uri: https://github.com/rails/rails/tree/v6.0.4.7/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.6
|
|
149
149
|
signing_key:
|
|
150
150
|
specification_version: 4
|
|
151
151
|
summary: WebSocket framework for Rails.
|