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 +4 -4
- data/CHANGELOG.md +1 -3
- data/lib/active_model/gem_version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d572a044d676849cab3a52af0909a3e29571e4d51fe2419f91d2f7badc3b128
|
4
|
+
data.tar.gz: 70ed52aebac6c6b19fc1ff673578fbcf83309e675ef50020c51bbf542d10be02
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d701ca5a95253f8d3e9418d9f264cf524db4cfc648a5e279089cecda98d8c9309af738d049a08a1fae32cdc5a35f3783ed958362f7efebfded29f5d246e6f5f8
|
7
|
+
data.tar.gz: f8c0cfe1174187458a71bdd7ed23b0ee09c2852cad332067e6d8100f810a9f2df6dd83811d8bcb7368b1976613dd12d0bc08e121d1928b41581752d5c94a65ba
|
data/CHANGELOG.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
## Rails 8.1.0
|
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*
|
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
|
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
|
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
|
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
|
117
|
-
documentation_uri: https://api.rubyonrails.org/v8.1.0
|
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
|
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:
|