activemodel 5.2.6 → 5.2.6.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 +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 50a5b52de479e8d59bfd5a54f6ac4f5d4fedacfedb5c4438809a68dbac51c800
|
4
|
+
data.tar.gz: 067b11081a20943d62beeb417addb4439b571fe2121bff75e0d196b9d7aa180e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73e2445d4b052455cfe604ed46dd8be5e0a7a822a9010dc07b734359435f3afaab929857133d96e3c842e447c4ad0158aec61a2586c9d075f4cd00a661d181ef
|
7
|
+
data.tar.gz: 9caa776269f5ef6b263626adcb84bc870598ecce9e63ff09985a0a96a82faca81afbd16f3b1bdd5553ba7f696ea22ffb0b3c79e23082a3a5504de190c1470778
|
data/CHANGELOG.md
CHANGED
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: 5.2.6
|
4
|
+
version: 5.2.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-02-11 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: 5.2.6
|
19
|
+
version: 5.2.6.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: 5.2.6
|
26
|
+
version: 5.2.6.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.
|
@@ -101,9 +101,9 @@ homepage: http://rubyonrails.org
|
|
101
101
|
licenses:
|
102
102
|
- MIT
|
103
103
|
metadata:
|
104
|
-
source_code_uri: https://github.com/rails/rails/tree/v5.2.6/activemodel
|
105
|
-
changelog_uri: https://github.com/rails/rails/blob/v5.2.6/activemodel/CHANGELOG.md
|
106
|
-
post_install_message:
|
104
|
+
source_code_uri: https://github.com/rails/rails/tree/v5.2.6.1/activemodel
|
105
|
+
changelog_uri: https://github.com/rails/rails/blob/v5.2.6.1/activemodel/CHANGELOG.md
|
106
|
+
post_install_message:
|
107
107
|
rdoc_options: []
|
108
108
|
require_paths:
|
109
109
|
- lib
|
@@ -119,7 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
119
119
|
version: '0'
|
120
120
|
requirements: []
|
121
121
|
rubygems_version: 3.1.6
|
122
|
-
signing_key:
|
122
|
+
signing_key:
|
123
123
|
specification_version: 4
|
124
124
|
summary: A toolkit for building modeling frameworks (part of Rails).
|
125
125
|
test_files: []
|