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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f094945c33f1c6e036f987c0cc7405a0146f0c800635e1fc16d8a1c34910cb7
4
- data.tar.gz: 9ffe8729fffcae283965435a590eb7db596a43fa39c8565e814abab6e16e0444
3
+ metadata.gz: 51325bdd043f3ecb40d38809265f43b19559bea29ca3d72402fb421e25be1653
4
+ data.tar.gz: 81ac7af00f2f59da740adb21e77528f653dd0149120dfc0bc163b77eacb500ef
5
5
  SHA512:
6
- metadata.gz: a391e85fc1235084e201abc2736139578767397fa4a503573e82c5f7f339e13d13b5702302ff37176a26a8d80203fc914682e40c570d933aa282e2fb92f26e76
7
- data.tar.gz: 6adf2e0b528f17bcd51373d8e627c4ec77de8967c968fdab89fb2bac11952bf98f5ffb6910cdf372cf57bd7929f539808dc783160b0456a803783264421016ce
6
+ metadata.gz: abf1f60ae3cfa4e2fb533a4583f2c310e43801e783983b7908913243ddd065ae45f44a4eeffe41fec82ab553097ff5c5c8d9c413580b577c3e1181a8255f5737
7
+ data.tar.gz: 1effa0559c4730a836774d42fb9b871ebdd95f25161988fa9afd7b30700debbf48d1f705d8434a40b032e2a772bca7ad4e3351f7cb64b48ff912843fcdc43ecf
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 8.0.2.1 (August 13, 2025) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 8.0.2 (March 12, 2025) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 8
11
11
  MINOR = 0
12
12
  TINY = 2
13
- PRE = nil
13
+ PRE = "1"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
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: 2025-03-12 00:00:00.000000000 Z
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.2
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.