activesupport 7.2.0.rc1 → 7.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2aaa473f08555b8cff31f1badf96b6db12166e0d598ce8b686ed9eb47c25ff16
4
- data.tar.gz: f184db8c521f40286828664b6aadf74823179b793a4f02edb447e181810a71f9
3
+ metadata.gz: 595b3a2882b5800f2e0660b8a23b420cf1e8341d3267ca345de62713d26896c8
4
+ data.tar.gz: 74c1f8bc7333e29619f42ea6f3a35c48325b8635d6909e1c830ed40abd50d8ee
5
5
  SHA512:
6
- metadata.gz: fcd73b0e3c374fd484e6cf12240ce61910b889ebfcf8715db0307f30db54778aa9cbf309411a4246b1c092ea41935f8c3c93f5b597b36375441f9ecf9d497efc
7
- data.tar.gz: 6206ed420d950a2051a7c60a3c98b30813f6fd85c1a63c85f2cd4432b8a8bed9473ee85468f0ebe580f3ec4d4aae08a4cee6dde571ba04638735ca604af9f5f4
6
+ metadata.gz: 1a3b026e74330927df7149a237edcca9dacec9a90463fe38f06ee4e6ca12837b109b0be17f608fdb706b323743722f4e2c48534dd3324beec308b9c05bdcea98
7
+ data.tar.gz: fc4ebffa83a4ca40f1e524cadd4d0aaf0348139f254d9e332cccf3074df25dfd3a3cacafcc80be32154d2cf373632d16d47d67fc4c062e83580022500c104f49
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Rails 7.2.0.rc1 (August 06, 2024) ##
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*
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 7
11
11
  MINOR = 2
12
12
  TINY = 0
13
- PRE = "rc1"
13
+ PRE = nil
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
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.rc1
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-06 00:00:00.000000000 Z
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.rc1/activesupport/CHANGELOG.md
470
- documentation_uri: https://api.rubyonrails.org/v7.2.0.rc1/
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.rc1/activesupport
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: