activemodel 8.1.0.rc1 → 8.1.0

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: 15e9ea079cc98d8eae87b1d0984234ae0f75b8ef6b4a8b57f54643d5127cdd94
4
- data.tar.gz: f1880854a5c91b5844a0edb2568602834f0e319d2441cda48773233920f53bf3
3
+ metadata.gz: 8d572a044d676849cab3a52af0909a3e29571e4d51fe2419f91d2f7badc3b128
4
+ data.tar.gz: 70ed52aebac6c6b19fc1ff673578fbcf83309e675ef50020c51bbf542d10be02
5
5
  SHA512:
6
- metadata.gz: 2c8e42a8d461ee9d3b525360f66a47e13076464a56334d13314fb39045cea5b9264fbb7b4e15ce276438e918dc3e9162f6e3c21a01d77bb1994ea226d4c8fd33
7
- data.tar.gz: 67e48079d3fbfd352069a4c0fbb6c4fcf523a461658d7877a1686ca007e3e6c26149d5836b2fac445e50904b006ef025e0aa015d6d2280b49463ccb666876e09
6
+ metadata.gz: d701ca5a95253f8d3e9418d9f264cf524db4cfc648a5e279089cecda98d8c9309af738d049a08a1fae32cdc5a35f3783ed958362f7efebfded29f5d246e6f5f8
7
+ data.tar.gz: f8c0cfe1174187458a71bdd7ed23b0ee09c2852cad332067e6d8100f810a9f2df6dd83811d8bcb7368b1976613dd12d0bc08e121d1928b41581752d5c94a65ba
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Rails 8.1.0.rc1 (October 15, 2025) ##
1
+ ## Rails 8.1.0 (October 22, 2025) ##
2
2
 
3
3
  * Add `reset_token: { expires_in: ... }` option to `has_secure_password`.
4
4
 
@@ -10,8 +10,6 @@
10
10
 
11
11
  *Jevin Sew*, *Abeid Ahmed*
12
12
 
13
- ## Rails 8.1.0.beta1 (September 04, 2025) ##
14
-
15
13
  * Add `except_on:` option for validation callbacks.
16
14
 
17
15
  *Ben Sheldon*
@@ -10,7 +10,7 @@ module ActiveModel
10
10
  MAJOR = 8
11
11
  MINOR = 1
12
12
  TINY = 0
13
- PRE = "rc1"
13
+ PRE = nil
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: activemodel
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.1.0.rc1
4
+ version: 8.1.0
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.1.0.rc1
18
+ version: 8.1.0
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.1.0.rc1
25
+ version: 8.1.0
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.
@@ -113,10 +113,10 @@ licenses:
113
113
  - MIT
114
114
  metadata:
115
115
  bug_tracker_uri: https://github.com/rails/rails/issues
116
- changelog_uri: https://github.com/rails/rails/blob/v8.1.0.rc1/activemodel/CHANGELOG.md
117
- documentation_uri: https://api.rubyonrails.org/v8.1.0.rc1/
116
+ changelog_uri: https://github.com/rails/rails/blob/v8.1.0/activemodel/CHANGELOG.md
117
+ documentation_uri: https://api.rubyonrails.org/v8.1.0/
118
118
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
119
- source_code_uri: https://github.com/rails/rails/tree/v8.1.0.rc1/activemodel
119
+ source_code_uri: https://github.com/rails/rails/tree/v8.1.0/activemodel
120
120
  rubygems_mfa_required: 'true'
121
121
  rdoc_options: []
122
122
  require_paths: