activemodel 5.2.4.rc1 → 5.2.4.4
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 +16 -1
- 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: 0e6de268b4b1d51f0ef0952770337289d5d7b48c92e5b2b18e8c57b6932f4237
|
|
4
|
+
data.tar.gz: 579af111a232193c4c71d4def47ca6d4cbe4cd6b6bf30b013d1396dab757c28d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: abe2653dfad536ea355e129698c85b15b9b5836b0e1cc0daa9d40415144f11c0e281902616e9046792a8d29e36a210022d7b186c7d06e79da4eb9f5b3bb5d29a
|
|
7
|
+
data.tar.gz: 62611b7571c9456a7a3b38b945328c71377b7ce0416e0e5bcf10522df2b62bb85e0f82b7b5dcc9079a6e36f45e56ab75baa18289623e717fe1fc3303babf7e13
|
data/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,19 @@
|
|
|
1
|
-
## Rails 5.2.4.
|
|
1
|
+
## Rails 5.2.4.4 (September 09, 2020) ##
|
|
2
|
+
|
|
3
|
+
* No changes.
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## Rails 5.2.4.3 (May 18, 2020) ##
|
|
7
|
+
|
|
8
|
+
* No changes.
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## Rails 5.2.4.1 (December 18, 2019) ##
|
|
12
|
+
|
|
13
|
+
* No changes.
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## Rails 5.2.4 (November 27, 2019) ##
|
|
2
17
|
|
|
3
18
|
* Type cast falsy boolean symbols on boolean attribute as false.
|
|
4
19
|
|
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.4.
|
|
4
|
+
version: 5.2.4.4
|
|
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:
|
|
11
|
+
date: 2020-09-09 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.4.
|
|
19
|
+
version: 5.2.4.4
|
|
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.4.
|
|
26
|
+
version: 5.2.4.4
|
|
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,8 +101,8 @@ 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.4.
|
|
105
|
-
changelog_uri: https://github.com/rails/rails/blob/v5.2.4.
|
|
104
|
+
source_code_uri: https://github.com/rails/rails/tree/v5.2.4.4/activemodel
|
|
105
|
+
changelog_uri: https://github.com/rails/rails/blob/v5.2.4.4/activemodel/CHANGELOG.md
|
|
106
106
|
post_install_message:
|
|
107
107
|
rdoc_options: []
|
|
108
108
|
require_paths:
|
|
@@ -114,11 +114,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
114
114
|
version: 2.2.2
|
|
115
115
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
116
116
|
requirements:
|
|
117
|
-
- - "
|
|
117
|
+
- - ">="
|
|
118
118
|
- !ruby/object:Gem::Version
|
|
119
|
-
version:
|
|
119
|
+
version: '0'
|
|
120
120
|
requirements: []
|
|
121
|
-
rubygems_version: 3.
|
|
121
|
+
rubygems_version: 3.1.2
|
|
122
122
|
signing_key:
|
|
123
123
|
specification_version: 4
|
|
124
124
|
summary: A toolkit for building modeling frameworks (part of Rails).
|