activemodel 8.0.2 → 8.0.2.1
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 +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c988bbf0305fd8d20b9c86ef0f1543210703caf7d1be7e2be8d2f340313a02b2
|
4
|
+
data.tar.gz: 15a95a56369475bbc7405169654171cdfcf72811d09392336b20c05a444b5ac8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 796c0ae9f3004ef5fd0f2562864a571e34eba8eedfed3dd40f211df7171274e760de8f8dce8f9907e61b31fdb1838e6c4796ac0adfa0e48898ff101e385f62d6
|
7
|
+
data.tar.gz: ed3de7df1c7d0e832a81c2c69e0b19ad0c722dea9e0725ed1cc47ded182ae2b08647a4bf07c55302aba06cac780920913900ce1fd4afd4674b81b0754cc7b934
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activemodel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 8.0.2
|
4
|
+
version: 8.0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: activesupport
|
@@ -15,14 +15,14 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - '='
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: 8.0.2
|
18
|
+
version: 8.0.2.1
|
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.0.2
|
25
|
+
version: 8.0.2.1
|
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.
|
@@ -111,10 +111,10 @@ licenses:
|
|
111
111
|
- MIT
|
112
112
|
metadata:
|
113
113
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
114
|
-
changelog_uri: https://github.com/rails/rails/blob/v8.0.2/activemodel/CHANGELOG.md
|
115
|
-
documentation_uri: https://api.rubyonrails.org/v8.0.2/
|
114
|
+
changelog_uri: https://github.com/rails/rails/blob/v8.0.2.1/activemodel/CHANGELOG.md
|
115
|
+
documentation_uri: https://api.rubyonrails.org/v8.0.2.1/
|
116
116
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
117
|
-
source_code_uri: https://github.com/rails/rails/tree/v8.0.2/activemodel
|
117
|
+
source_code_uri: https://github.com/rails/rails/tree/v8.0.2.1/activemodel
|
118
118
|
rubygems_mfa_required: 'true'
|
119
119
|
rdoc_options: []
|
120
120
|
require_paths:
|
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
130
130
|
- !ruby/object:Gem::Version
|
131
131
|
version: '0'
|
132
132
|
requirements: []
|
133
|
-
rubygems_version: 3.6.
|
133
|
+
rubygems_version: 3.6.9
|
134
134
|
specification_version: 4
|
135
135
|
summary: A toolkit for building modeling frameworks (part of Rails).
|
136
136
|
test_files: []
|