activemodel 8.1.3 → 8.1.3.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: 6f7d8fbb4c4137982a3ccb5521f42a84a3456b4c2502ed639da79b7d7587b6de
4
- data.tar.gz: 3f0d1b35fcc14b77642ee595bd681a8a666c8e925d0d9e3d4f090a256549a922
3
+ metadata.gz: 67b65091317b383e403994b383ca5eeabbedf48f250e6fca510b5ae9f7788ba5
4
+ data.tar.gz: 232cc9acf9a344bbb60964e3d44b90b983e79f29f73836b5e0a5c4bc7cc7e6c0
5
5
  SHA512:
6
- metadata.gz: b5a74d83ab02559e2aff05ccbcc3076ac618e26c8aeb8927701caee22a7aea360448f38e16b9469d9b17c71c8d0ebbb81dc87c550c365bb9a5a435891cb31054
7
- data.tar.gz: 9b9eff19887f81221fde407bc4e4233cf0e3ab03534778d8aba2ae614ab55b0c0a0d6adf9b7755242416709cc9389c696967299b4be77cf69728a3eccbc9a423
6
+ metadata.gz: 52e093968e2ae9b22ad7f12ed3024c614de2c7b0509ed44b90d1bcdea96d948e65904b20100272f6cc57512a5d6fbb56fab9e99b0be76574d5ceabeb96910e77
7
+ data.tar.gz: 3fae2ff1ee2b877c46a45d728f3825624bec1be5d1a8d380e01b44e6cdf0eff61ae85c56f7631fc1d695e3c6c94eb0de65d615ae4af5796083907732e236e140
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 8.1.3.1 (July 29, 2026) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 8.1.3 (March 24, 2026) ##
2
7
 
3
8
  * Fix Ruby 4.0 delegator warning when calling inspect on attributes.
@@ -10,7 +10,7 @@ module ActiveModel
10
10
  MAJOR = 8
11
11
  MINOR = 1
12
12
  TINY = 3
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.3
4
+ version: 8.1.3.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.3
18
+ version: 8.1.3.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.3
25
+ version: 8.1.3.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.3/activemodel/CHANGELOG.md
117
- documentation_uri: https://api.rubyonrails.org/v8.1.3/
116
+ changelog_uri: https://github.com/rails/rails/blob/v8.1.3.1/activemodel/CHANGELOG.md
117
+ documentation_uri: https://api.rubyonrails.org/v8.1.3.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.3/activemodel
119
+ source_code_uri: https://github.com/rails/rails/tree/v8.1.3.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.6
135
+ rubygems_version: 4.0.16
136
136
  specification_version: 4
137
137
  summary: A toolkit for building modeling frameworks (part of Rails).
138
138
  test_files: []