activemodel 7.0.9 → 7.0.10
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
- 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: ad56f444d69f19ff5f6edb13f609b195f7181ec638d34190cbd1adc2f00785cf
|
|
4
|
+
data.tar.gz: 91d230cd33a25bb5667db1a6a6586b1245caa79f03cf4cf8d45e59f4a7ab17ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d15c2f7cb11e877e7d7bd5fd423a2884c71878cc60d14d9edb67947ff19ac518b63f3989a8c97ed2e5745dca344a2cb09d014f1a513700d7c81a79d5814421c4
|
|
7
|
+
data.tar.gz: 3a252fc7643b6059f41a80126150aa1b65b3c6ad432a3612443e33d487d75a4dbab082491e112fa8af0d4a6341729faa9dcd5a477f6d77057edf7f0a1cb0a153
|
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: 7.0.
|
|
4
|
+
version: 7.0.10
|
|
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: 7.0.
|
|
18
|
+
version: 7.0.10
|
|
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: 7.0.
|
|
25
|
+
version: 7.0.10
|
|
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.
|
|
@@ -106,10 +106,10 @@ licenses:
|
|
|
106
106
|
- MIT
|
|
107
107
|
metadata:
|
|
108
108
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
|
109
|
-
changelog_uri: https://github.com/rails/rails/blob/v7.0.
|
|
110
|
-
documentation_uri: https://api.rubyonrails.org/v7.0.
|
|
109
|
+
changelog_uri: https://github.com/rails/rails/blob/v7.0.10/activemodel/CHANGELOG.md
|
|
110
|
+
documentation_uri: https://api.rubyonrails.org/v7.0.10/
|
|
111
111
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
|
112
|
-
source_code_uri: https://github.com/rails/rails/tree/v7.0.
|
|
112
|
+
source_code_uri: https://github.com/rails/rails/tree/v7.0.10/activemodel
|
|
113
113
|
rubygems_mfa_required: 'true'
|
|
114
114
|
rdoc_options: []
|
|
115
115
|
require_paths:
|