activesupport 7.2.1 → 7.2.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f87ceb32cd8ca6e8edc650d3951112271df9849a1a6d03e2637c55f33d9dcde3
4
- data.tar.gz: 17fa74b2c99d9d3b27a28be44da050cf1363c474083bee2be7a8e2330ad4134f
3
+ metadata.gz: 064f00b5fe4d6086f4e0a54cf85c424cb8a45437b4b5122943c97f6fb8ba6f24
4
+ data.tar.gz: 9513765d6176e54df195a9cae99159f0b53fe24cf607188312d8dc2e870f3c63
5
5
  SHA512:
6
- metadata.gz: 325172ee84f0822ac38da2fff3c8c078efb4cc27684e0cb22865197e62f6dbe412a41e59fb6e1b46788772e6f8381e57c5b973f322bcbd66e1cb3ec7970f4a43
7
- data.tar.gz: ce7f3de0f2438f5df87040d5019f4d95625657072065d7f60f05eaf072db9bde8d35b6ce54eddb3f0fc1f715b75065484e2c3cc02bbae401cdbbc4d479e99c26
6
+ metadata.gz: 7d30eb9249ff4d46f46ba10467814c918585b3d7fefa621b30fe50521160ae605fa87194cc22c8d344de6426c99ed0d8d0b28d4d101e67407f1f4b1fc34eb667
7
+ data.tar.gz: '0786db0db43131282eb5331be9cf6e18efef7f4abcc9b155dad8959998e55f23dd8923e39db81c71cd6d6ae723eb62d9db0c10d69df71c09614f36afdb6b4ae6'
data/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## Rails 7.2.1.2 (October 23, 2024) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 7.2.1.1 (October 15, 2024) ##
7
+
8
+ * No changes.
9
+
10
+
1
11
  ## Rails 7.2.1 (August 22, 2024) ##
2
12
 
3
13
  * No changes.
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 7
11
11
  MINOR = 2
12
12
  TINY = 1
13
- PRE = nil
13
+ PRE = "2"
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.1
4
+ version: 7.2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-22 00:00:00.000000000 Z
11
+ date: 2024-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -466,12 +466,12 @@ 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.1/activesupport/CHANGELOG.md
470
- documentation_uri: https://api.rubyonrails.org/v7.2.1/
469
+ changelog_uri: https://github.com/rails/rails/blob/v7.2.1.2/activesupport/CHANGELOG.md
470
+ documentation_uri: https://api.rubyonrails.org/v7.2.1.2/
471
471
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
472
- source_code_uri: https://github.com/rails/rails/tree/v7.2.1/activesupport
472
+ source_code_uri: https://github.com/rails/rails/tree/v7.2.1.2/activesupport
473
473
  rubygems_mfa_required: 'true'
474
- post_install_message:
474
+ post_install_message:
475
475
  rdoc_options:
476
476
  - "--encoding"
477
477
  - UTF-8
@@ -488,8 +488,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
488
488
  - !ruby/object:Gem::Version
489
489
  version: '0'
490
490
  requirements: []
491
- rubygems_version: 3.5.11
492
- signing_key:
491
+ rubygems_version: 3.5.16
492
+ signing_key:
493
493
  specification_version: 4
494
494
  summary: A toolkit of support libraries and Ruby core extensions extracted from the
495
495
  Rails framework.