activemodel 8.0.0.1 → 8.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/active_model/gem_version.rb +2 -2
- data/lib/active_model/validations.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 82c77cf956bb596f9c8b1f54759653d6c89277953f1d4f65cfa0719b4805f7fd
|
4
|
+
data.tar.gz: 0a90fee096e7ba10c38382a0773ddc9ba2fbc115f0313442d907243544c03d0f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: abe56d4420b361ac304800b16f9e1c54f8a03e89a27be8341cea8f4b6b29dce30ae88d4a52f9c65944eb31330f70b779b4dcdd9b0812797382f935c5727b6461
|
7
|
+
data.tar.gz: aafdd1de1caf910aa090ecd82fad83c106a2b31f500a9884c7668e7aca2c4d89dd9a87e8404b12c26b825b0f4e91c74e6f6fee2473d41c967e78b11f44e8441a
|
data/CHANGELOG.md
CHANGED
@@ -176,7 +176,7 @@ module ActiveModel
|
|
176
176
|
options = options.dup
|
177
177
|
options[:except_on] = Array(options[:except_on])
|
178
178
|
options[:unless] = [
|
179
|
-
->(o) {
|
179
|
+
->(o) { options[:except_on].intersect?(Array(o.validation_context)) },
|
180
180
|
*options[:unless]
|
181
181
|
]
|
182
182
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activemodel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 8.0.
|
4
|
+
version: 8.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 8.0.
|
19
|
+
version: 8.0.1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 8.0.
|
26
|
+
version: 8.0.1
|
27
27
|
description: A toolkit for building modeling frameworks like Active Record. Rich support
|
28
28
|
for attributes, callbacks, validations, serialization, internationalization, and
|
29
29
|
testing.
|
@@ -112,10 +112,10 @@ licenses:
|
|
112
112
|
- MIT
|
113
113
|
metadata:
|
114
114
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
115
|
-
changelog_uri: https://github.com/rails/rails/blob/v8.0.
|
116
|
-
documentation_uri: https://api.rubyonrails.org/v8.0.
|
115
|
+
changelog_uri: https://github.com/rails/rails/blob/v8.0.1/activemodel/CHANGELOG.md
|
116
|
+
documentation_uri: https://api.rubyonrails.org/v8.0.1/
|
117
117
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
118
|
-
source_code_uri: https://github.com/rails/rails/tree/v8.0.
|
118
|
+
source_code_uri: https://github.com/rails/rails/tree/v8.0.1/activemodel
|
119
119
|
rubygems_mfa_required: 'true'
|
120
120
|
post_install_message:
|
121
121
|
rdoc_options: []
|