activesupport 8.0.5 → 8.0.5.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: e4952a5142700edad7b5bf62c0753a93f202873d96a6ad7dd5b231348ec9d917
4
- data.tar.gz: 7f832339286eeeec1fda1097ee5ad50b6efc3ae44bb1aa483524907dcb3aebd7
3
+ metadata.gz: cb0921bb41abade78e004303dc1f7fb4f2ea47dd3f30effe50934cff4d99491e
4
+ data.tar.gz: 64520b181d47ce4b0d61fa734ed07d69ef3da8e9da43b9f205893273ce2dc683
5
5
  SHA512:
6
- metadata.gz: 5b4825cf61610686c03d69e648665d4d886e1c755a0f3bc4db14d1bb81331e0c11a79d3c96295185972cb0852e894d66bdc03d2c6787e8c6f3629f4d18e8ce43
7
- data.tar.gz: 5b7ee77d3c6a4f36a7746d2ce9a2d49d2cc18c9a4e17931626d3dc87c09edb12236180a6ef5d1c7dddcbf7cdafed9d97edb9b9146ed0d56231b286573f41795b
6
+ metadata.gz: 87f65a473e188c7eaa1335595ab2e24027a7b9fd1cd203f195cb895e00e56b0e67f338df288087f87b7be127680304e2d71b347fbd3f8b3b8aae0a3199333de6
7
+ data.tar.gz: a8b5a241aab71e727ecf824e35bb1833e9fc50156872d2ba5e6c03a5ade4071d0a9f17ca12c297a2ee94368ec877590c9485af9a3e4004ce2b9b8d3ce5aff3dc
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 8.0.5.1 (July 29, 2026) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 8.0.5 (March 24, 2026) ##
2
7
 
3
8
  * Fix inflections to better handle overlapping acronyms.
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 8
11
11
  MINOR = 0
12
12
  TINY = 5
13
- PRE = nil
13
+ PRE = "1"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activesupport
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.0.5
4
+ version: 8.0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -494,10 +494,10 @@ licenses:
494
494
  - MIT
495
495
  metadata:
496
496
  bug_tracker_uri: https://github.com/rails/rails/issues
497
- changelog_uri: https://github.com/rails/rails/blob/v8.0.5/activesupport/CHANGELOG.md
498
- documentation_uri: https://api.rubyonrails.org/v8.0.5/
497
+ changelog_uri: https://github.com/rails/rails/blob/v8.0.5.1/activesupport/CHANGELOG.md
498
+ documentation_uri: https://api.rubyonrails.org/v8.0.5.1/
499
499
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
500
- source_code_uri: https://github.com/rails/rails/tree/v8.0.5/activesupport
500
+ source_code_uri: https://github.com/rails/rails/tree/v8.0.5.1/activesupport
501
501
  rubygems_mfa_required: 'true'
502
502
  rdoc_options:
503
503
  - "--encoding"
@@ -515,7 +515,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
515
515
  - !ruby/object:Gem::Version
516
516
  version: '0'
517
517
  requirements: []
518
- rubygems_version: 4.0.6
518
+ rubygems_version: 4.0.16
519
519
  specification_version: 4
520
520
  summary: A toolkit of support libraries and Ruby core extensions extracted from the
521
521
  Rails framework.