activemodel 5.2.7.1 → 5.2.8

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: 00ff74e146a582069a06258fe8b5d5e3457340d958590ef6f9f7a5d8bbd3c75b
4
- data.tar.gz: 1f00d19269dd49aec1a2db891d62595e7e45d3c4bf2c42cdfc6e583fccbb8894
3
+ metadata.gz: 7b122429bbe948c048f81b7e6495d78beb2d21ec3d206062cb8b4e73c20ed197
4
+ data.tar.gz: 8b09523d536aa75ed116838163ff347c34334a7ae7aa0f486dbca9884e4982ea
5
5
  SHA512:
6
- metadata.gz: 3ceb7660baf4f321a0b67027113594906977d13b9bf4e3c09b353c6274a744f86c6d5acf28190c528445805ba8e89860c691348067e0b1f29b86b5c9c13ac883
7
- data.tar.gz: 9d8ef0e06a870222ea59e12cb15e4950515bd7f2265d814fa6b6bfaa4b976a565e92060b60d424f88cfe172955a0b20ec1d17c1c9671360f400e171096164880
6
+ metadata.gz: 3fa058620456e43df5a5785f3e4d7218e6e1b59335c664db15369e662279fdd1cb19143793330791cd4868fae97afc935a8fe632c6c6fdf5fb04b301f74ad796
7
+ data.tar.gz: 8c809fe056798699ead24704b2d9bd84f7fd4a6a47b49c4ac1cd61dd7c02cdccde24a0d01cd942f1a819915ea428a84731e33c8ef3d2cd5dc68769c672758431
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 5.2.8 (May 09, 2022) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 5.2.7.1 (April 26, 2022) ##
2
7
 
3
8
  * No changes.
@@ -9,8 +9,8 @@ module ActiveModel
9
9
  module VERSION
10
10
  MAJOR = 5
11
11
  MINOR = 2
12
- TINY = 7
13
- PRE = "1"
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.7.1
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-04-26 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.7.1
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.7.1
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.7.1/activemodel
105
- changelog_uri: https://github.com/rails/rails/blob/v5.2.7.1/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: []