activemodel 5.2.4.5 → 5.2.4.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d36092c1b99284275961af3ad57af797842b10db345a47cbbfc8bb98729bcbef
4
- data.tar.gz: 0fff19824645d82690696ce9a92c8d2503bcf278b59297ca8c098780a35a818f
3
+ metadata.gz: e40e5b4a830276918cd9cb1a69e7344323bdbb15c813ec15ff46b113b9f1c703
4
+ data.tar.gz: 5d0313f7585b470a64eb6a72147d3834e9b7a56ef241d0607ebf88bb9a13ea3f
5
5
  SHA512:
6
- metadata.gz: ada5cec1cb36da2223c0a772e8150b65859fa4735e4b4ba8d88c7fb848b0496cdcb827b128c07fd05e5d47ea8632b1f96aca24e6b27b2097be6e4c06915a6c21
7
- data.tar.gz: 9a591a616fff0a1cb4f054d239d105ac62edbe3b9845a6ddcd9c3363b78a3ff36f9b5f74aa502ebd3c64d186ac4c9923461e887a4c4a48654550df4557de3cc7
6
+ metadata.gz: 9cfbdd666c7dd753412c672867624f7814ec36df1ad863ff92a44c520931b8ff6ac983a85cf35c09f16398454f1bcfb145fc7aaf7e764b0580fd9464dc48428f
7
+ data.tar.gz: 7dba3ac8d7ff037a5eb38964c71aabfaae0f1f67a27b3c86308f7387b60309e2ac22e6c5e2da0bd849a20c0d10856e0095ec58ad6af5423549331176b43a437a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 5.2.4.6 (May 05, 2021) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 5.2.4.5 (February 10, 2021) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module ActiveModel
10
10
  MAJOR = 5
11
11
  MINOR = 2
12
12
  TINY = 4
13
- PRE = "5"
13
+ PRE = "6"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
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.5
4
+ version: 5.2.4.6
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: 2021-02-10 00:00:00.000000000 Z
11
+ date: 2021-05-05 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.5
19
+ version: 5.2.4.6
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.5
26
+ version: 5.2.4.6
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.4.5/activemodel
105
- changelog_uri: https://github.com/rails/rails/blob/v5.2.4.5/activemodel/CHANGELOG.md
106
- post_install_message:
104
+ source_code_uri: https://github.com/rails/rails/tree/v5.2.4.6/activemodel
105
+ changelog_uri: https://github.com/rails/rails/blob/v5.2.4.6/activemodel/CHANGELOG.md
106
+ post_install_message:
107
107
  rdoc_options: []
108
108
  require_paths:
109
109
  - lib
@@ -118,8 +118,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  - !ruby/object:Gem::Version
119
119
  version: '0'
120
120
  requirements: []
121
- rubygems_version: 3.0.3
122
- signing_key:
121
+ rubygems_version: 3.1.2
122
+ signing_key:
123
123
  specification_version: 4
124
124
  summary: A toolkit for building modeling frameworks (part of Rails).
125
125
  test_files: []