activesupport 8.0.2 → 8.0.2.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 +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51325bdd043f3ecb40d38809265f43b19559bea29ca3d72402fb421e25be1653
|
4
|
+
data.tar.gz: 81ac7af00f2f59da740adb21e77528f653dd0149120dfc0bc163b77eacb500ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: abf1f60ae3cfa4e2fb533a4583f2c310e43801e783983b7908913243ddd065ae45f44a4eeffe41fec82ab553097ff5c5c8d9c413580b577c3e1181a8255f5737
|
7
|
+
data.tar.gz: 1effa0559c4730a836774d42fb9b871ebdd95f25161988fa9afd7b30700debbf48d1f705d8434a40b032e2a772bca7ad4e3351f7cb64b48ff912843fcdc43ecf
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activesupport
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 8.0.2
|
4
|
+
version: 8.0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: i18n
|
@@ -493,10 +493,10 @@ licenses:
|
|
493
493
|
- MIT
|
494
494
|
metadata:
|
495
495
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
496
|
-
changelog_uri: https://github.com/rails/rails/blob/v8.0.2/activesupport/CHANGELOG.md
|
497
|
-
documentation_uri: https://api.rubyonrails.org/v8.0.2/
|
496
|
+
changelog_uri: https://github.com/rails/rails/blob/v8.0.2.1/activesupport/CHANGELOG.md
|
497
|
+
documentation_uri: https://api.rubyonrails.org/v8.0.2.1/
|
498
498
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
499
|
-
source_code_uri: https://github.com/rails/rails/tree/v8.0.2/activesupport
|
499
|
+
source_code_uri: https://github.com/rails/rails/tree/v8.0.2.1/activesupport
|
500
500
|
rubygems_mfa_required: 'true'
|
501
501
|
rdoc_options:
|
502
502
|
- "--encoding"
|
@@ -514,7 +514,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
514
514
|
- !ruby/object:Gem::Version
|
515
515
|
version: '0'
|
516
516
|
requirements: []
|
517
|
-
rubygems_version: 3.6.
|
517
|
+
rubygems_version: 3.6.9
|
518
518
|
specification_version: 4
|
519
519
|
summary: A toolkit of support libraries and Ruby core extensions extracted from the
|
520
520
|
Rails framework.
|