activemodel 7.1.5.2 → 7.1.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: e89137dfa40b068e71b94112ef2591344ea839e3e077c3b1c97cb15bf8248119
4
- data.tar.gz: 7bc83d36358978fd5f9ed4d54f58d2e80eac9a05fd5b5464130beec1fc8eb745
3
+ metadata.gz: c27af051f2a585d1c5053ca40d719ae261b7104d99b9c7199c306ac454ac28fa
4
+ data.tar.gz: a0da5dc1a2eee9fdffe5a2565e1ed548f0574abe22a99aaef3e8d8e486ad7a36
5
5
  SHA512:
6
- metadata.gz: 5774c02cbdd72532211828a0410af3bb5215ac937e8868809257206c4798a76051a484cfa7a0d3e19476ad6339c1076ae1b5d2055ce78b3fdde4641d9cef9086
7
- data.tar.gz: 615a9ed964889e21a90432b6c08411f03df07836a66de01bf9079b44979e2779032667c568873569a436e40b030b62d9c7c7aed7ac20fe74f4c905c8eaa8d5da
6
+ metadata.gz: 9ef1bd8548243fa8fe2f3928b147a2a38c7c8634b3a25fec5cad01abf6d33b054eea3a6c386640d488cdf67e8a619a3d4b3f22bf97de348f8f3eff83682e9e77
7
+ data.tar.gz: 2ce13bd8f375d6e991b2345f13a4313a214e74924f41dd9f023043bf599e70b124d4305972754609064cd812b9d56b8dafe0ec7976ba47e9c33771e34e63ab78
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 7.1.6 (October 28, 2025) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 7.1.5.2 (August 13, 2025) ##
2
7
 
3
8
  * No changes.
@@ -9,8 +9,8 @@ module ActiveModel
9
9
  module VERSION
10
10
  MAJOR = 7
11
11
  MINOR = 1
12
- TINY = 5
13
- PRE = "2"
12
+ TINY = 6
13
+ PRE = nil
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.5.2
4
+ version: 7.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 7.1.5.2
18
+ version: 7.1.6
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - '='
24
24
  - !ruby/object:Gem::Version
25
- version: 7.1.5.2
25
+ version: 7.1.6
26
26
  description: A toolkit for building modeling frameworks like Active Record. Rich support
27
27
  for attributes, callbacks, validations, serialization, internationalization, and
28
28
  testing.
@@ -111,10 +111,10 @@ licenses:
111
111
  - MIT
112
112
  metadata:
113
113
  bug_tracker_uri: https://github.com/rails/rails/issues
114
- changelog_uri: https://github.com/rails/rails/blob/v7.1.5.2/activemodel/CHANGELOG.md
115
- documentation_uri: https://api.rubyonrails.org/v7.1.5.2/
114
+ changelog_uri: https://github.com/rails/rails/blob/v7.1.6/activemodel/CHANGELOG.md
115
+ documentation_uri: https://api.rubyonrails.org/v7.1.6/
116
116
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
117
- source_code_uri: https://github.com/rails/rails/tree/v7.1.5.2/activemodel
117
+ source_code_uri: https://github.com/rails/rails/tree/v7.1.6/activemodel
118
118
  rubygems_mfa_required: 'true'
119
119
  rdoc_options: []
120
120
  require_paths: