activemodel 8.1.0 → 8.1.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: 8d572a044d676849cab3a52af0909a3e29571e4d51fe2419f91d2f7badc3b128
4
- data.tar.gz: 70ed52aebac6c6b19fc1ff673578fbcf83309e675ef50020c51bbf542d10be02
3
+ metadata.gz: '09a3d670f45cfba7badca5e7f98e48c5b06792c0fa7ba1de15b2a868477f6a95'
4
+ data.tar.gz: 5e09f68ad670472c3a7fd12271eebf88e5acae86166dfb5ddbd20be513ffe19b
5
5
  SHA512:
6
- metadata.gz: d701ca5a95253f8d3e9418d9f264cf524db4cfc648a5e279089cecda98d8c9309af738d049a08a1fae32cdc5a35f3783ed958362f7efebfded29f5d246e6f5f8
7
- data.tar.gz: f8c0cfe1174187458a71bdd7ed23b0ee09c2852cad332067e6d8100f810a9f2df6dd83811d8bcb7368b1976613dd12d0bc08e121d1928b41581752d5c94a65ba
6
+ metadata.gz: e9dd88f11cd24b7f7041827c007763ed28d5447878dfa44abbb37bb8de1d51e4485f8ead3cbdfa496474e1cf4c57113ee8de25db2bf415229abb7a8fa078478b
7
+ data.tar.gz: b7809318a8e4ab0cf7d9555aaf6e42b4454bb4614476988d116b2253a8aad349beda379abc98f39cb6592b39972615923e49709460418045ed1e01b1cc91c778
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 8.1.1 (October 28, 2025) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 8.1.0 (October 22, 2025) ##
2
7
 
3
8
  * Add `reset_token: { expires_in: ... }` option to `has_secure_password`.
@@ -9,7 +9,7 @@ module ActiveModel
9
9
  module VERSION
10
10
  MAJOR = 8
11
11
  MINOR = 1
12
- TINY = 0
12
+ TINY = 1
13
13
  PRE = nil
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require "active_model"
4
3
  require "rails"
4
+ require "active_model"
5
5
 
6
6
  module ActiveModel
7
7
  class Railtie < Rails::Railtie # :nodoc:
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.0
4
+ version: 8.1.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.0
18
+ version: 8.1.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.0
25
+ version: 8.1.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.0/activemodel/CHANGELOG.md
117
- documentation_uri: https://api.rubyonrails.org/v8.1.0/
116
+ changelog_uri: https://github.com/rails/rails/blob/v8.1.1/activemodel/CHANGELOG.md
117
+ documentation_uri: https://api.rubyonrails.org/v8.1.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.0/activemodel
119
+ source_code_uri: https://github.com/rails/rails/tree/v8.1.1/activemodel
120
120
  rubygems_mfa_required: 'true'
121
121
  rdoc_options: []
122
122
  require_paths: