actioncable 6.0.4.4 → 6.0.4.5
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 +11 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3fda8d39b7b8b48acc574fcbd27ad4138b5c5c84e8c0604dc8b9d5e866c239d5
|
4
|
+
data.tar.gz: 5b2e01e099c3f25beb3ad93630b3a381cea4ef5caffca1da5d416930e6fcb76d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a1f9119e2b2ba116b1d07e9674c42607d123b28759c334aca95e15e52731720381de2c8f075096fd06c9ed3fb426d6aec1a5c14b2825a8f9293d3c7c0f02a50
|
7
|
+
data.tar.gz: f3fd8485b488fd65a7def5a2fe4064f4a1ebe4893554a50c39df6f5c66ad57979364da875af1a19e42a4c69554cc807052ee553d056f15ac96707b3c0637fe32
|
data/CHANGELOG.md
CHANGED
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.0.4.
|
4
|
+
version: 6.0.4.5
|
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:
|
12
|
+
date: 2022-02-11 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.5
|
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.5
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: nio4r
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -126,11 +126,11 @@ 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.5/actioncable/CHANGELOG.md
|
130
|
+
documentation_uri: https://api.rubyonrails.org/v6.0.4.5/
|
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.
|
133
|
-
post_install_message:
|
132
|
+
source_code_uri: https://github.com/rails/rails/tree/v6.0.4.5/actioncable
|
133
|
+
post_install_message:
|
134
134
|
rdoc_options: []
|
135
135
|
require_paths:
|
136
136
|
- lib
|
@@ -145,8 +145,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
145
145
|
- !ruby/object:Gem::Version
|
146
146
|
version: '0'
|
147
147
|
requirements: []
|
148
|
-
rubygems_version: 3.2.
|
149
|
-
signing_key:
|
148
|
+
rubygems_version: 3.2.22
|
149
|
+
signing_key:
|
150
150
|
specification_version: 4
|
151
151
|
summary: WebSocket framework for Rails.
|
152
152
|
test_files: []
|