activemodel 5.2.4.6 → 5.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e40e5b4a830276918cd9cb1a69e7344323bdbb15c813ec15ff46b113b9f1c703
4
- data.tar.gz: 5d0313f7585b470a64eb6a72147d3834e9b7a56ef241d0607ebf88bb9a13ea3f
3
+ metadata.gz: f9039d6e13061cd4e199a31b36d31d552a65dbd4ec37fff5030a08bfcbd3f787
4
+ data.tar.gz: 94d3de0fcc02f8f23302e59fbfb9ec8e690c4bc796f90c13257c0d47f8421cd5
5
5
  SHA512:
6
- metadata.gz: 9cfbdd666c7dd753412c672867624f7814ec36df1ad863ff92a44c520931b8ff6ac983a85cf35c09f16398454f1bcfb145fc7aaf7e764b0580fd9464dc48428f
7
- data.tar.gz: 7dba3ac8d7ff037a5eb38964c71aabfaae0f1f67a27b3c86308f7387b60309e2ac22e6c5e2da0bd849a20c0d10856e0095ec58ad6af5423549331176b43a437a
6
+ metadata.gz: 45a41acc88fb4a97d513feb0356998fe1007a59b24b4f0e97801a1ca0f5def91c90afea459badbc50c2d20ff6054ebb862caf91f7e87f45f76cab8398793456f
7
+ data.tar.gz: 333361f1821156c0ef7844c57f5557b60eb6dcdd4132c652093b7ac39b2e268e725f058285127e0c58d3090687282ff107f8a75ae36183b4feb9d89c8db11345
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Rails 5.2.4.6 (May 05, 2021) ##
1
+ ## Rails 5.2.5 (March 26, 2021) ##
2
2
 
3
3
  * No changes.
4
4
 
@@ -18,6 +18,11 @@
18
18
  * No changes.
19
19
 
20
20
 
21
+ ## Rails 5.2.4.2 (March 19, 2020) ##
22
+
23
+ * No changes.
24
+
25
+
21
26
  ## Rails 5.2.4.1 (December 18, 2019) ##
22
27
 
23
28
  * No changes.
@@ -9,8 +9,8 @@ module ActiveModel
9
9
  module VERSION
10
10
  MAJOR = 5
11
11
  MINOR = 2
12
- TINY = 4
13
- PRE = "6"
12
+ TINY = 5
13
+ PRE = nil
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.6
4
+ version: 5.2.5
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-05-05 00:00:00.000000000 Z
11
+ date: 2021-03-26 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.6
19
+ version: 5.2.5
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.6
26
+ version: 5.2.5
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.6/activemodel
105
- changelog_uri: https://github.com/rails/rails/blob/v5.2.4.6/activemodel/CHANGELOG.md
106
- post_install_message:
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
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.2
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: []