activesupport 8.0.5 → 8.0.5.1
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: cb0921bb41abade78e004303dc1f7fb4f2ea47dd3f30effe50934cff4d99491e
|
|
4
|
+
data.tar.gz: 64520b181d47ce4b0d61fa734ed07d69ef3da8e9da43b9f205893273ce2dc683
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 87f65a473e188c7eaa1335595ab2e24027a7b9fd1cd203f195cb895e00e56b0e67f338df288087f87b7be127680304e2d71b347fbd3f8b3b8aae0a3199333de6
|
|
7
|
+
data.tar.gz: a8b5a241aab71e727ecf824e35bb1833e9fc50156872d2ba5e6c03a5ade4071d0a9f17ca12c297a2ee94368ec877590c9485af9a3e4004ce2b9b8d3ce5aff3dc
|
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: 8.0.5
|
|
4
|
+
version: 8.0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Heinemeier Hansson
|
|
@@ -494,10 +494,10 @@ licenses:
|
|
|
494
494
|
- MIT
|
|
495
495
|
metadata:
|
|
496
496
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
|
497
|
-
changelog_uri: https://github.com/rails/rails/blob/v8.0.5/activesupport/CHANGELOG.md
|
|
498
|
-
documentation_uri: https://api.rubyonrails.org/v8.0.5/
|
|
497
|
+
changelog_uri: https://github.com/rails/rails/blob/v8.0.5.1/activesupport/CHANGELOG.md
|
|
498
|
+
documentation_uri: https://api.rubyonrails.org/v8.0.5.1/
|
|
499
499
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
|
500
|
-
source_code_uri: https://github.com/rails/rails/tree/v8.0.5/activesupport
|
|
500
|
+
source_code_uri: https://github.com/rails/rails/tree/v8.0.5.1/activesupport
|
|
501
501
|
rubygems_mfa_required: 'true'
|
|
502
502
|
rdoc_options:
|
|
503
503
|
- "--encoding"
|
|
@@ -515,7 +515,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
515
515
|
- !ruby/object:Gem::Version
|
|
516
516
|
version: '0'
|
|
517
517
|
requirements: []
|
|
518
|
-
rubygems_version: 4.0.
|
|
518
|
+
rubygems_version: 4.0.16
|
|
519
519
|
specification_version: 4
|
|
520
520
|
summary: A toolkit of support libraries and Ruby core extensions extracted from the
|
|
521
521
|
Rails framework.
|