activesupport 7.2.2 → 7.2.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/active_support/gem_version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 293fd0b5b00d65684b3e0e8682c75a361d31fdb569fabc55888c4c11d7205ca0
|
4
|
+
data.tar.gz: 8b40c8ed09b9a5eaa3173eb5701dde9fe047590b80f8b4e36b732596ff1e4e43
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 762f738afc162c559a65a55a9134d105ff18b413a548ff5782481dff8cd8232c4ad3bd62c5f31f67d900594b9d61f7f95d650fea11f03bc269261f69a40aa7f9
|
7
|
+
data.tar.gz: 5df006379973b96c7bb71ff559f2bef45a2c6faee3017536e49d0f5884751efb43451016657244111bfe534320448510d24f9c071aae1f22d218e0ca277ba32a
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-10
|
11
|
+
date: 2024-12-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: i18n
|
@@ -480,10 +480,10 @@ licenses:
|
|
480
480
|
- MIT
|
481
481
|
metadata:
|
482
482
|
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/
|
483
|
+
changelog_uri: https://github.com/rails/rails/blob/v7.2.2.1/activesupport/CHANGELOG.md
|
484
|
+
documentation_uri: https://api.rubyonrails.org/v7.2.2.1/
|
485
485
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
486
|
-
source_code_uri: https://github.com/rails/rails/tree/v7.2.2/activesupport
|
486
|
+
source_code_uri: https://github.com/rails/rails/tree/v7.2.2.1/activesupport
|
487
487
|
rubygems_mfa_required: 'true'
|
488
488
|
post_install_message:
|
489
489
|
rdoc_options:
|
@@ -502,7 +502,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
502
502
|
- !ruby/object:Gem::Version
|
503
503
|
version: '0'
|
504
504
|
requirements: []
|
505
|
-
rubygems_version: 3.5.
|
505
|
+
rubygems_version: 3.5.22
|
506
506
|
signing_key:
|
507
507
|
specification_version: 4
|
508
508
|
summary: A toolkit of support libraries and Ruby core extensions extracted from the
|