activemodel 8.0.2 → 8.0.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: f47ebb694713a685204514dc5d04de997ca6949db638f45b354338698d650987
4
- data.tar.gz: 4183f64d69034c0cf755de5055ebae00308bc6b6c6d42c314f97356a9b906615
3
+ metadata.gz: c988bbf0305fd8d20b9c86ef0f1543210703caf7d1be7e2be8d2f340313a02b2
4
+ data.tar.gz: 15a95a56369475bbc7405169654171cdfcf72811d09392336b20c05a444b5ac8
5
5
  SHA512:
6
- metadata.gz: bfcb46dc147048dc714eadaa2b3389fac0b17294db99fd5aa7b29f37c7c3fdcc6cf5c3fdf472379bd00fc52a2c99bd9d6fe83d8abb5967e0f50a656959bd325d
7
- data.tar.gz: 99e6c0227a8e467a578e9c9e8e3c59cd4854550ebb549d57c3dea0bf517f2a87200f5d0c426fb076fb7946d83cf8a8b233662792e5711388305b204c8cd5013e
6
+ metadata.gz: 796c0ae9f3004ef5fd0f2562864a571e34eba8eedfed3dd40f211df7171274e760de8f8dce8f9907e61b31fdb1838e6c4796ac0adfa0e48898ff101e385f62d6
7
+ data.tar.gz: ed3de7df1c7d0e832a81c2c69e0b19ad0c722dea9e0725ed1cc47ded182ae2b08647a4bf07c55302aba06cac780920913900ce1fd4afd4674b81b0754cc7b934
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 8.0.2.1 (August 13, 2025) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 8.0.2 (March 12, 2025) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module ActiveModel
10
10
  MAJOR = 8
11
11
  MINOR = 0
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,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activemodel
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.0.2
4
+ version: 8.0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-12 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: activesupport
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 8.0.2
18
+ version: 8.0.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.0.2
25
+ version: 8.0.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.
@@ -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/v8.0.2/activemodel/CHANGELOG.md
115
- documentation_uri: https://api.rubyonrails.org/v8.0.2/
114
+ changelog_uri: https://github.com/rails/rails/blob/v8.0.2.1/activemodel/CHANGELOG.md
115
+ documentation_uri: https://api.rubyonrails.org/v8.0.2.1/
116
116
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
117
- source_code_uri: https://github.com/rails/rails/tree/v8.0.2/activemodel
117
+ source_code_uri: https://github.com/rails/rails/tree/v8.0.2.1/activemodel
118
118
  rubygems_mfa_required: 'true'
119
119
  rdoc_options: []
120
120
  require_paths:
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  - !ruby/object:Gem::Version
131
131
  version: '0'
132
132
  requirements: []
133
- rubygems_version: 3.6.2
133
+ rubygems_version: 3.6.9
134
134
  specification_version: 4
135
135
  summary: A toolkit for building modeling frameworks (part of Rails).
136
136
  test_files: []