activemodel 5.2.6.3 → 5.2.8

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: c90c02af468d5f51abe961189c31a183918f04cb0df08faf5638b85a288adb20
4
- data.tar.gz: 2e8a4b10e85256a73472d7d01818e1792f6b5ff044c637cb36a3c30aee3669b7
3
+ metadata.gz: 7b122429bbe948c048f81b7e6495d78beb2d21ec3d206062cb8b4e73c20ed197
4
+ data.tar.gz: 8b09523d536aa75ed116838163ff347c34334a7ae7aa0f486dbca9884e4982ea
5
5
  SHA512:
6
- metadata.gz: 3ad43bca47bc01408ccc41dd38ead42945d292c145c6e3e7aad04d8c2f06565d5bd63388162e3b1ea6ee20ddde9c606427eae8e3c1a8359e67ff1bc6735438ef
7
- data.tar.gz: 02a267f30f88630cd396fbe2ee5f957e19a467be3814bcc572f4f24634e2a1f6490fe09df7b9a0abebe3c6dc3fdc776edffb89996d15c8dea02f7ea40fdd6392
6
+ metadata.gz: 3fa058620456e43df5a5785f3e4d7218e6e1b59335c664db15369e662279fdd1cb19143793330791cd4868fae97afc935a8fe632c6c6fdf5fb04b301f74ad796
7
+ data.tar.gz: 8c809fe056798699ead24704b2d9bd84f7fd4a6a47b49c4ac1cd61dd7c02cdccde24a0d01cd942f1a819915ea428a84731e33c8ef3d2cd5dc68769c672758431
data/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## Rails 5.2.8 (May 09, 2022) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 5.2.7.1 (April 26, 2022) ##
7
+
8
+ * No changes.
9
+
10
+
11
+ ## Rails 5.2.7 (March 10, 2022) ##
12
+
13
+ * No changes.
14
+
15
+
1
16
  ## Rails 5.2.6.3 (March 08, 2022) ##
2
17
 
3
18
  * No changes.
@@ -9,8 +9,8 @@ module ActiveModel
9
9
  module VERSION
10
10
  MAJOR = 5
11
11
  MINOR = 2
12
- TINY = 6
13
- PRE = "3"
12
+ TINY = 8
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.6.3
4
+ version: 5.2.8
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: 2022-03-08 00:00:00.000000000 Z
11
+ date: 2022-05-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.6.3
19
+ version: 5.2.8
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.3
26
+ version: 5.2.8
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.3/activemodel
105
- changelog_uri: https://github.com/rails/rails/blob/v5.2.6.3/activemodel/CHANGELOG.md
106
- post_install_message:
104
+ source_code_uri: https://github.com/rails/rails/tree/v5.2.8/activemodel
105
+ changelog_uri: https://github.com/rails/rails/blob/v5.2.8/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: []