activemodel 8.1.1 → 8.1.2
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 +5 -0
- data/lib/active_model/gem_version.rb +1 -1
- data/lib/active_model/secure_password.rb +2 -0
- 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: 4f299734cfee7396d03d330f92d0be6f335017395937c52f6e6a88ebc894c1b8
|
|
4
|
+
data.tar.gz: d9ed23ff71d39c9ad9dc0df555413ed5440baef7240d1dc12d6ddc35cdc1c76c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9586704ac01c836de27bfc1fdc50deee46f921af37590022fba6c13af2c703c7d4973cb0d50c16b45687afe1bb36eb7c6ea5fb6c04992b93a42dcc3f8f80637d
|
|
7
|
+
data.tar.gz: 428ad04107455dbb8e62a341192f8f4a093a4d17afca052623d25305ae7e109b21fa0dab8f2aa7581dc9ec1ebfe58bfad1e0008387df1b2cc044f95772895297
|
data/CHANGELOG.md
CHANGED
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.
|
|
4
|
+
version: 8.1.2
|
|
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.
|
|
18
|
+
version: 8.1.2
|
|
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.
|
|
25
|
+
version: 8.1.2
|
|
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.
|
|
117
|
-
documentation_uri: https://api.rubyonrails.org/v8.1.
|
|
116
|
+
changelog_uri: https://github.com/rails/rails/blob/v8.1.2/activemodel/CHANGELOG.md
|
|
117
|
+
documentation_uri: https://api.rubyonrails.org/v8.1.2/
|
|
118
118
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
|
119
|
-
source_code_uri: https://github.com/rails/rails/tree/v8.1.
|
|
119
|
+
source_code_uri: https://github.com/rails/rails/tree/v8.1.2/activemodel
|
|
120
120
|
rubygems_mfa_required: 'true'
|
|
121
121
|
rdoc_options: []
|
|
122
122
|
require_paths:
|
|
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
132
132
|
- !ruby/object:Gem::Version
|
|
133
133
|
version: '0'
|
|
134
134
|
requirements: []
|
|
135
|
-
rubygems_version:
|
|
135
|
+
rubygems_version: 4.0.3
|
|
136
136
|
specification_version: 4
|
|
137
137
|
summary: A toolkit for building modeling frameworks (part of Rails).
|
|
138
138
|
test_files: []
|