activesupport 7.2.2 → 7.2.2.2
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 +10 -0
- data/lib/active_support/gem_version.rb +1 -1
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 750ecfba98f84e525b7c36607c041c383a1a549a4066b99eff3b54cb7f6aea17
|
4
|
+
data.tar.gz: 541657fdd905365f97f377d67b2cbd3f0849e6d94281bfe6da4625a09226167d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3af2c496e771d723aca4f73c5d11fde1b163a975fd0652de23ef91896615af158b804e8754bf5483b2946333051c8fb0a31aacf6f13d5a314b9a8815e1cdb3c
|
7
|
+
data.tar.gz: 3242b4bc37eb068eb09c191d5f4feec156dc21e565b4a9372068c22828e1c84e80fb847e04b85a7521af018ba543ba9a20e0fae25bcb9e03e83b123ec9ecd8c0
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1
|
+
## Rails 7.2.2.2 (August 13, 2025) ##
|
2
|
+
|
3
|
+
* No changes.
|
4
|
+
|
5
|
+
|
6
|
+
## Rails 7.2.2.1 (December 10, 2024) ##
|
7
|
+
|
8
|
+
* No changes.
|
9
|
+
|
10
|
+
|
1
11
|
## Rails 7.2.2 (October 30, 2024) ##
|
2
12
|
|
3
13
|
* Include options when instrumenting `ActiveSupport::Cache::Store#delete` and `ActiveSupport::Cache::Store#delete_multi`.
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activesupport
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.2.2
|
4
|
+
version: 7.2.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: i18n
|
@@ -480,12 +479,11 @@ licenses:
|
|
480
479
|
- MIT
|
481
480
|
metadata:
|
482
481
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
483
|
-
changelog_uri: https://github.com/rails/rails/blob/v7.2.2/activesupport/CHANGELOG.md
|
484
|
-
documentation_uri: https://api.rubyonrails.org/v7.2.2/
|
482
|
+
changelog_uri: https://github.com/rails/rails/blob/v7.2.2.2/activesupport/CHANGELOG.md
|
483
|
+
documentation_uri: https://api.rubyonrails.org/v7.2.2.2/
|
485
484
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
486
|
-
source_code_uri: https://github.com/rails/rails/tree/v7.2.2/activesupport
|
485
|
+
source_code_uri: https://github.com/rails/rails/tree/v7.2.2.2/activesupport
|
487
486
|
rubygems_mfa_required: 'true'
|
488
|
-
post_install_message:
|
489
487
|
rdoc_options:
|
490
488
|
- "--encoding"
|
491
489
|
- UTF-8
|
@@ -502,8 +500,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
502
500
|
- !ruby/object:Gem::Version
|
503
501
|
version: '0'
|
504
502
|
requirements: []
|
505
|
-
rubygems_version: 3.
|
506
|
-
signing_key:
|
503
|
+
rubygems_version: 3.6.9
|
507
504
|
specification_version: 4
|
508
505
|
summary: A toolkit of support libraries and Ruby core extensions extracted from the
|
509
506
|
Rails framework.
|