activesupport 7.2.3.1 → 7.2.3.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 +5 -0
- data/lib/active_support/gem_version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 410383fdbd3989a1f2dc413ea22163403fbd2906ec49c1828c802256a3510577
|
|
4
|
+
data.tar.gz: 63f1977fb840b24a340ac98cfa414998793149a0e358579f2b04243e1ee3aebc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a54b2237830338b91eb0609869b4be08ec2bfac741b8ee715949054f07324477db7241597eef7073560583e1af3c3ea2c8b5476722750245d4fec3577ea67c2f
|
|
7
|
+
data.tar.gz: ddf2e56f5d1b0d40b688b37d5a32f712fb59726cbc6875b78d4f23dda63453e2ead6d6f2a63e5f5ecdf63ab9bfd635d06d03bcb7c5d13b39323d46f4c41c32a7
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activesupport
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.2.3.
|
|
4
|
+
version: 7.2.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Heinemeier Hansson
|
|
@@ -485,10 +485,10 @@ licenses:
|
|
|
485
485
|
- MIT
|
|
486
486
|
metadata:
|
|
487
487
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
|
488
|
-
changelog_uri: https://github.com/rails/rails/blob/v7.2.3.
|
|
489
|
-
documentation_uri: https://api.rubyonrails.org/v7.2.3.
|
|
488
|
+
changelog_uri: https://github.com/rails/rails/blob/v7.2.3.2/activesupport/CHANGELOG.md
|
|
489
|
+
documentation_uri: https://api.rubyonrails.org/v7.2.3.2/
|
|
490
490
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
|
491
|
-
source_code_uri: https://github.com/rails/rails/tree/v7.2.3.
|
|
491
|
+
source_code_uri: https://github.com/rails/rails/tree/v7.2.3.2/activesupport
|
|
492
492
|
rubygems_mfa_required: 'true'
|
|
493
493
|
rdoc_options:
|
|
494
494
|
- "--encoding"
|
|
@@ -506,7 +506,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
506
506
|
- !ruby/object:Gem::Version
|
|
507
507
|
version: '0'
|
|
508
508
|
requirements: []
|
|
509
|
-
rubygems_version: 4.0.
|
|
509
|
+
rubygems_version: 4.0.16
|
|
510
510
|
specification_version: 4
|
|
511
511
|
summary: A toolkit of support libraries and Ruby core extensions extracted from the
|
|
512
512
|
Rails framework.
|