activemodel 7.1.3.1 → 7.1.3.2

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: beee02cd565e0c451053de59b6cc4c7bb1721054d62afe32c7525cbe713e9fd0
4
- data.tar.gz: 5b7289731c7866960ce141245a69fad063531d5af4d8e9253aca5b3bac74b304
3
+ metadata.gz: 6f0a075e086d886dd9b16a9232ea0c5148638253514fd3337206b8b65acf5b2c
4
+ data.tar.gz: fe360be08655f696cc0db91737662c4cbe15ee6d95f25b70344380189cd0d8c4
5
5
  SHA512:
6
- metadata.gz: 6aada1e6282e826135fa2f1f415daf1bab1cba64d0b46abdaf4e55221993450d5a76ce8876bac074bdfd8b8b841ab6b589c48590b258afd9d7c644a7eb7e5a86
7
- data.tar.gz: 8d4f9dfd49c619c01bd9e16837cfc1971cf9a5ac0b73369efe015059a7bedeba4e831cb00540a508d60bb95e64bb7d087c9b20e49ba6b598be60fd7f8574617b
6
+ metadata.gz: bca01703e1f710950818b6ecfbf0e9bd78af97bd268619150610403aebf7c02f87f66f45ebbffe7f4f63b1a7c5179972e6db057239db25de506dfb36ee5b247d
7
+ data.tar.gz: 330a283aee551930eaf626b976191271652f66b2a7dbfc7190b016054eb81353918e42b9014225c4f988d799bb50a8466d2d3e55ba9899cb58712fd548453972
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 7.1.3.2 (February 21, 2024) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 7.1.3.1 (February 21, 2024) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module ActiveModel
10
10
  MAJOR = 7
11
11
  MINOR = 1
12
12
  TINY = 3
13
- PRE = "1"
13
+ PRE = "2"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activemodel
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.1.3.1
4
+ version: 7.1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 7.1.3.1
19
+ version: 7.1.3.2
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: 7.1.3.1
26
+ version: 7.1.3.2
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.
@@ -112,10 +112,10 @@ licenses:
112
112
  - MIT
113
113
  metadata:
114
114
  bug_tracker_uri: https://github.com/rails/rails/issues
115
- changelog_uri: https://github.com/rails/rails/blob/v7.1.3.1/activemodel/CHANGELOG.md
116
- documentation_uri: https://api.rubyonrails.org/v7.1.3.1/
115
+ changelog_uri: https://github.com/rails/rails/blob/v7.1.3.2/activemodel/CHANGELOG.md
116
+ documentation_uri: https://api.rubyonrails.org/v7.1.3.2/
117
117
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
118
- source_code_uri: https://github.com/rails/rails/tree/v7.1.3.1/activemodel
118
+ source_code_uri: https://github.com/rails/rails/tree/v7.1.3.2/activemodel
119
119
  rubygems_mfa_required: 'true'
120
120
  post_install_message:
121
121
  rdoc_options: []
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  - !ruby/object:Gem::Version
133
133
  version: '0'
134
134
  requirements: []
135
- rubygems_version: 3.4.10
135
+ rubygems_version: 3.5.3
136
136
  signing_key:
137
137
  specification_version: 4
138
138
  summary: A toolkit for building modeling frameworks (part of Rails).