activemodel 8.0.3 → 8.0.4

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: 16b040fd5a62c0392cc172673913fcb87cdb1aa6314bc12a3b54c4b50a20ed94
4
- data.tar.gz: d7e329b88a5c375b5e65c03e30b5469996b966ec3a6e8f15492c3c2f099205a0
3
+ metadata.gz: fd740ace55947d0e3d9c35e5aa8b502e3f305bcce16809ed7cf7329dddefa0d5
4
+ data.tar.gz: d7c63603470f6d8fb229537abab07b0e31e5dcddb02a60fafc1276adc92962a5
5
5
  SHA512:
6
- metadata.gz: '04859dbfdb1a4e16f0e4d391ca49a149f588926e19b4175cd0338f047a98b88df2edca6eef049098e268a12f494877294441fb748d52ed576e9ab65f6ef64dc3'
7
- data.tar.gz: 17a3fd0fd7d386aa3997bfdf247b0a386ec00b879fc0922422b82c25675cf021092f44e8c32bc142fc57db01c97524123d3cca6e7ddd8718a6cc747d7e27c6f9
6
+ metadata.gz: e704c7ca29d3e54bf89ce6a052eb66e5cb59f911dbce11ec49e8d4e75a8b6b3407d338c2b204ace9212f32e68f0a2fe22f54dfedda5997fd44a0e4419473a25a
7
+ data.tar.gz: 6e24a19068136d3ff199b00bc9149861be795c556dfa4e1e384b42fa5ab472416a4fc41e83cea79cef36aefea0d46cd76af4aa8aac5a4a73cf800ba31522e03e
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 8.0.4 (October 28, 2025) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 8.0.3 (September 22, 2025) ##
2
7
 
3
8
  * Fix `has_secure_password` to perform confirmation validation of the password even when blank.
@@ -9,7 +9,7 @@ module ActiveModel
9
9
  module VERSION
10
10
  MAJOR = 8
11
11
  MINOR = 0
12
- TINY = 3
12
+ TINY = 4
13
13
  PRE = nil
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activemodel
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.0.3
4
+ version: 8.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 8.0.3
18
+ version: 8.0.4
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - '='
24
24
  - !ruby/object:Gem::Version
25
- version: 8.0.3
25
+ version: 8.0.4
26
26
  description: A toolkit for building modeling frameworks like Active Record. Rich support
27
27
  for attributes, callbacks, validations, serialization, internationalization, and
28
28
  testing.
@@ -111,10 +111,10 @@ licenses:
111
111
  - MIT
112
112
  metadata:
113
113
  bug_tracker_uri: https://github.com/rails/rails/issues
114
- changelog_uri: https://github.com/rails/rails/blob/v8.0.3/activemodel/CHANGELOG.md
115
- documentation_uri: https://api.rubyonrails.org/v8.0.3/
114
+ changelog_uri: https://github.com/rails/rails/blob/v8.0.4/activemodel/CHANGELOG.md
115
+ documentation_uri: https://api.rubyonrails.org/v8.0.4/
116
116
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
117
- source_code_uri: https://github.com/rails/rails/tree/v8.0.3/activemodel
117
+ source_code_uri: https://github.com/rails/rails/tree/v8.0.4/activemodel
118
118
  rubygems_mfa_required: 'true'
119
119
  rdoc_options: []
120
120
  require_paths: