activemodel 5.2.5 → 5.2.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: f9039d6e13061cd4e199a31b36d31d552a65dbd4ec37fff5030a08bfcbd3f787
4
- data.tar.gz: 94d3de0fcc02f8f23302e59fbfb9ec8e690c4bc796f90c13257c0d47f8421cd5
3
+ metadata.gz: 1a59d44bf155127baa257f82cb61f50de9d0dd491fe45b4b78456dcadbd23558
4
+ data.tar.gz: 8f060adbdac9756f51622f4e87dcb3bedf95e1eef85a33fef8be1a9ba2662200
5
5
  SHA512:
6
- metadata.gz: 45a41acc88fb4a97d513feb0356998fe1007a59b24b4f0e97801a1ca0f5def91c90afea459badbc50c2d20ff6054ebb862caf91f7e87f45f76cab8398793456f
7
- data.tar.gz: 333361f1821156c0ef7844c57f5557b60eb6dcdd4132c652093b7ac39b2e268e725f058285127e0c58d3090687282ff107f8a75ae36183b4feb9d89c8db11345
6
+ metadata.gz: a7f2bd0e35b8cb4bc561bcc9a337054e9066861666e4445703ce333fe8c923f95deb0e781697a8b939f5990c7816f78319a8b8f5de77bdf2dc896a81fa4a2201
7
+ data.tar.gz: aa5d44a55b7523a2486f4785dc59b427c97a36351ac5733d5352be359a8f9a003a4833891f0c3ba66ae791e6bd68fe0501ce3e05fa2b57a866cebca1c50cdb83
data/CHANGELOG.md CHANGED
@@ -1,8 +1,18 @@
1
+ ## Rails 5.2.6 (May 05, 2021) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 5.2.5 (March 26, 2021) ##
2
7
 
3
8
  * No changes.
4
9
 
5
10
 
11
+ ## Rails 5.2.4.6 (May 05, 2021) ##
12
+
13
+ * No changes.
14
+
15
+
6
16
  ## Rails 5.2.4.5 (February 10, 2021) ##
7
17
 
8
18
  * No changes.
@@ -9,7 +9,7 @@ module ActiveModel
9
9
  module VERSION
10
10
  MAJOR = 5
11
11
  MINOR = 2
12
- TINY = 5
12
+ TINY = 6
13
13
  PRE = nil
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
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.5
4
+ version: 5.2.6
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: 2021-03-26 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.5
19
+ version: 5.2.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.5
26
+ version: 5.2.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,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.5/activemodel
105
- changelog_uri: https://github.com/rails/rails/blob/v5.2.5/activemodel/CHANGELOG.md
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
106
  post_install_message:
107
107
  rdoc_options: []
108
108
  require_paths:
@@ -118,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  - !ruby/object:Gem::Version
119
119
  version: '0'
120
120
  requirements: []
121
- rubygems_version: 3.1.2
121
+ rubygems_version: 3.1.6
122
122
  signing_key:
123
123
  specification_version: 4
124
124
  summary: A toolkit for building modeling frameworks (part of Rails).