activesupport 7.2.2 → 7.2.2.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: 9a3996eac7e9551da7dd4bfc64cd93c049f3cb044fba118c088fc7ae18098565
4
- data.tar.gz: fc6777f0b3cc247cfb3d3bbedabec020937ef4bf226318d6f775bef99b43b162
3
+ metadata.gz: 750ecfba98f84e525b7c36607c041c383a1a549a4066b99eff3b54cb7f6aea17
4
+ data.tar.gz: 541657fdd905365f97f377d67b2cbd3f0849e6d94281bfe6da4625a09226167d
5
5
  SHA512:
6
- metadata.gz: 1c2e709540796368a539085facf517fd7bd02fb30438a87dd4508fff29e15fe58632b8d62351238998b95e775ec12491591efbd8ac0edb89f513c7a3dad1ff47
7
- data.tar.gz: 1be932867f259f0ee991d3b74a8f8e186f75b7bf7a279bde9235ac6e59cc4bae7f2c61feff5a19c5582afcca0bd4bd4468f25cf55b07693d24586a5f05723f90
6
+ metadata.gz: c3af2c496e771d723aca4f73c5d11fde1b163a975fd0652de23ef91896615af158b804e8754bf5483b2946333051c8fb0a31aacf6f13d5a314b9a8815e1cdb3c
7
+ data.tar.gz: 3242b4bc37eb068eb09c191d5f4feec156dc21e565b4a9372068c22828e1c84e80fb847e04b85a7521af018ba543ba9a20e0fae25bcb9e03e83b123ec9ecd8c0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## Rails 7.2.2.2 (August 13, 2025) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 7.2.2.1 (December 10, 2024) ##
7
+
8
+ * No changes.
9
+
10
+
1
11
  ## Rails 7.2.2 (October 30, 2024) ##
2
12
 
3
13
  * Include options when instrumenting `ActiveSupport::Cache::Store#delete` and `ActiveSupport::Cache::Store#delete_multi`.
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 7
11
11
  MINOR = 2
12
12
  TINY = 2
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,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activesupport
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.2.2
4
+ version: 7.2.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-10-31 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: i18n
@@ -480,12 +479,11 @@ licenses:
480
479
  - MIT
481
480
  metadata:
482
481
  bug_tracker_uri: https://github.com/rails/rails/issues
483
- changelog_uri: https://github.com/rails/rails/blob/v7.2.2/activesupport/CHANGELOG.md
484
- documentation_uri: https://api.rubyonrails.org/v7.2.2/
482
+ changelog_uri: https://github.com/rails/rails/blob/v7.2.2.2/activesupport/CHANGELOG.md
483
+ documentation_uri: https://api.rubyonrails.org/v7.2.2.2/
485
484
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
486
- source_code_uri: https://github.com/rails/rails/tree/v7.2.2/activesupport
485
+ source_code_uri: https://github.com/rails/rails/tree/v7.2.2.2/activesupport
487
486
  rubygems_mfa_required: 'true'
488
- post_install_message:
489
487
  rdoc_options:
490
488
  - "--encoding"
491
489
  - UTF-8
@@ -502,8 +500,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
502
500
  - !ruby/object:Gem::Version
503
501
  version: '0'
504
502
  requirements: []
505
- rubygems_version: 3.5.16
506
- signing_key:
503
+ rubygems_version: 3.6.9
507
504
  specification_version: 4
508
505
  summary: A toolkit of support libraries and Ruby core extensions extracted from the
509
506
  Rails framework.