activemodel 8.1.2 → 8.1.2.1

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: 4f299734cfee7396d03d330f92d0be6f335017395937c52f6e6a88ebc894c1b8
4
- data.tar.gz: d9ed23ff71d39c9ad9dc0df555413ed5440baef7240d1dc12d6ddc35cdc1c76c
3
+ metadata.gz: e7d64f9c0fada4afc52f06c6b1e86cea5506c3c0e5bbb62007240efaa9635f5d
4
+ data.tar.gz: 73f7293af65afdd7e75dc8403f0625787c6e0e911ac629e689bd47576b995192
5
5
  SHA512:
6
- metadata.gz: 9586704ac01c836de27bfc1fdc50deee46f921af37590022fba6c13af2c703c7d4973cb0d50c16b45687afe1bb36eb7c6ea5fb6c04992b93a42dcc3f8f80637d
7
- data.tar.gz: 428ad04107455dbb8e62a341192f8f4a093a4d17afca052623d25305ae7e109b21fa0dab8f2aa7581dc9ec1ebfe58bfad1e0008387df1b2cc044f95772895297
6
+ metadata.gz: 7bebff0c62141aa5ae3aa8983b261dc35634d2f3ae2266504a7f0bfc6184558bc2860d487ae452ffab1ed548fcf84e9442eebec4682cec2ec69bde83bd672370
7
+ data.tar.gz: 13f68620adf0b69c15818c6e290f589e263d33cdf608bb82c50928cc63c2a20ee27fb7b8f6df543e501ecb16e10dea02a409f7759a54db3e197d59bc50e2c3ff
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 8.1.2.1 (March 23, 2026) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 8.1.2 (January 08, 2026) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module ActiveModel
10
10
  MAJOR = 8
11
11
  MINOR = 1
12
12
  TINY = 2
13
- PRE = nil
13
+ PRE = "1"
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: 8.1.2
4
+ version: 8.1.2.1
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: 8.1.2
18
+ version: 8.1.2.1
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: 8.1.2
25
+ version: 8.1.2.1
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.
@@ -113,10 +113,10 @@ licenses:
113
113
  - MIT
114
114
  metadata:
115
115
  bug_tracker_uri: https://github.com/rails/rails/issues
116
- changelog_uri: https://github.com/rails/rails/blob/v8.1.2/activemodel/CHANGELOG.md
117
- documentation_uri: https://api.rubyonrails.org/v8.1.2/
116
+ changelog_uri: https://github.com/rails/rails/blob/v8.1.2.1/activemodel/CHANGELOG.md
117
+ documentation_uri: https://api.rubyonrails.org/v8.1.2.1/
118
118
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
119
- source_code_uri: https://github.com/rails/rails/tree/v8.1.2/activemodel
119
+ source_code_uri: https://github.com/rails/rails/tree/v8.1.2.1/activemodel
120
120
  rubygems_mfa_required: 'true'
121
121
  rdoc_options: []
122
122
  require_paths:
@@ -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: 4.0.3
135
+ rubygems_version: 4.0.6
136
136
  specification_version: 4
137
137
  summary: A toolkit for building modeling frameworks (part of Rails).
138
138
  test_files: []