activesupport 7.2.0.rc1 → 7.2.0
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 +1 -7
- 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: 595b3a2882b5800f2e0660b8a23b420cf1e8341d3267ca345de62713d26896c8
|
4
|
+
data.tar.gz: 74c1f8bc7333e29619f42ea6f3a35c48325b8635d6909e1c830ed40abd50d8ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a3b026e74330927df7149a237edcca9dacec9a90463fe38f06ee4e6ca12837b109b0be17f608fdb706b323743722f4e2c48534dd3324beec308b9c05bdcea98
|
7
|
+
data.tar.gz: fc4ebffa83a4ca40f1e524cadd4d0aaf0348139f254d9e332cccf3074df25dfd3a3cacafcc80be32154d2cf373632d16d47d67fc4c062e83580022500c104f49
|
data/CHANGELOG.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
## Rails 7.2.0
|
1
|
+
## Rails 7.2.0 (August 09, 2024) ##
|
2
2
|
|
3
3
|
* Fix `delegate_missing_to allow_nil: true` when called with implict self
|
4
4
|
|
@@ -21,20 +21,14 @@
|
|
21
21
|
|
22
22
|
*Jean Boussier*
|
23
23
|
|
24
|
-
## Rails 7.2.0.beta3 (July 11, 2024) ##
|
25
|
-
|
26
24
|
* Add `logger` as a dependency since it is a bundled gem candidate for Ruby 3.5
|
27
25
|
|
28
26
|
*Earlopain*
|
29
27
|
|
30
|
-
## Rails 7.2.0.beta2 (June 04, 2024) ##
|
31
|
-
|
32
28
|
* Define `Digest::UUID.nil_uuid`, which returns the so-called nil UUID.
|
33
29
|
|
34
30
|
*Xavier Noria*
|
35
31
|
|
36
|
-
## Rails 7.2.0.beta1 (May 29, 2024) ##
|
37
|
-
|
38
32
|
* Support `duration` type in `ActiveSupport::XmlMini`.
|
39
33
|
|
40
34
|
*heka1024*
|
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.0
|
4
|
+
version: 7.2.0
|
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-08-
|
11
|
+
date: 2024-08-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: i18n
|
@@ -466,10 +466,10 @@ licenses:
|
|
466
466
|
- MIT
|
467
467
|
metadata:
|
468
468
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
469
|
-
changelog_uri: https://github.com/rails/rails/blob/v7.2.0
|
470
|
-
documentation_uri: https://api.rubyonrails.org/v7.2.0
|
469
|
+
changelog_uri: https://github.com/rails/rails/blob/v7.2.0/activesupport/CHANGELOG.md
|
470
|
+
documentation_uri: https://api.rubyonrails.org/v7.2.0/
|
471
471
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
472
|
-
source_code_uri: https://github.com/rails/rails/tree/v7.2.0
|
472
|
+
source_code_uri: https://github.com/rails/rails/tree/v7.2.0/activesupport
|
473
473
|
rubygems_mfa_required: 'true'
|
474
474
|
post_install_message:
|
475
475
|
rdoc_options:
|