actioncable 7.2.0 → 7.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 13c843acbcc96b9b20aebff5488a803a20d223f403f33a214c8afa4380788793
4
- data.tar.gz: e01839c8f7f0e2101fe66eb0446b467cc848a3595c5ac880c2acdad1d55e851c
3
+ metadata.gz: 21fc87fbe0d30f1e836da4c8b19605434177f9faed7be8adb7059513045f1a03
4
+ data.tar.gz: '0249c1d7919bc54782fb8d5170053c6c58d30be60fdb327be9532af53bd67776'
5
5
  SHA512:
6
- metadata.gz: cb139234f65e1ac26422410fae3c80eb9407aa3772485b86e2c7039cab0b3c4f82696eb309da585aa345529a74c204ad482739e6b41896fe7233bc4c9461b177
7
- data.tar.gz: fa3399e7f8cb497f86d2b5597a8732d9682e37a140f4c497fefa1b129eec19adf6fd874642f36ef65ff79a60465ba981803cc85b1f7471dce6766e9a05d54061
6
+ metadata.gz: a4e286144baf42d4009bea0acac795bb45132dba604d14168f9bd009b355525f24d8f61c3915213e25dfb844c0f7c340439d5b89d146a5be6108ea5ff46fb313
7
+ data.tar.gz: b39df26308f79422c8639dfcdc7ec4c7247c304fb351d64f78db8635f719dce343bea149e73d81369c33ef9e89dbf741b9949983b214f20cdd0d16f016f4326f
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 7.2.1 (August 22, 2024) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 7.2.0 (August 09, 2024) ##
2
7
 
3
8
  * Bring `ActionCable::Connection::TestCookieJar` in alignment with `ActionDispatch::Cookies::CookieJar` in regards to setting the cookie value.
@@ -11,7 +11,7 @@ module ActionCable
11
11
  module VERSION
12
12
  MAJOR = 7
13
13
  MINOR = 2
14
- TINY = 0
14
+ TINY = 1
15
15
  PRE = nil
16
16
 
17
17
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
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: 7.2.0
4
+ version: 7.2.1
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: 2024-08-09 00:00:00.000000000 Z
12
+ date: 2024-08-22 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.2.0
20
+ version: 7.2.1
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.2.0
27
+ version: 7.2.1
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.2.0
34
+ version: 7.2.1
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.2.0
41
+ version: 7.2.1
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: nio4r
44
44
  requirement: !ruby/object:Gem::Requirement
@@ -154,10 +154,10 @@ licenses:
154
154
  - MIT
155
155
  metadata:
156
156
  bug_tracker_uri: https://github.com/rails/rails/issues
157
- changelog_uri: https://github.com/rails/rails/blob/v7.2.0/actioncable/CHANGELOG.md
158
- documentation_uri: https://api.rubyonrails.org/v7.2.0/
157
+ changelog_uri: https://github.com/rails/rails/blob/v7.2.1/actioncable/CHANGELOG.md
158
+ documentation_uri: https://api.rubyonrails.org/v7.2.1/
159
159
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
160
- source_code_uri: https://github.com/rails/rails/tree/v7.2.0/actioncable
160
+ source_code_uri: https://github.com/rails/rails/tree/v7.2.1/actioncable
161
161
  rubygems_mfa_required: 'true'
162
162
  post_install_message:
163
163
  rdoc_options: []