activemodel 7.2.1 → 7.2.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d6d86af15fa7149d24dbe05b187bc8eda73ced0b0017f36ff3732d088430619
4
- data.tar.gz: 5169b5634a262e973a0b8a8120c3f5f5118fe45da440e99a8dd9a7b731df454f
3
+ metadata.gz: 5f15df1a8704856788191a6dd2ff7a4dcbfc97bc39f1010fc10291f00b4f8541
4
+ data.tar.gz: 7bb664e8f4b317d7524a3fce9ecfa9050e26e52abb5f145be7da30a447250ffe
5
5
  SHA512:
6
- metadata.gz: e71b27fb04a2a7288299197ebf8ab3d141090a9e20a6a4c14630adbe54bb87a2b750a7eda5d5efdb9be015193a601732b2d42c7a71b5499266e886eeb5a2b61e
7
- data.tar.gz: e9739dc64d7509e2055a95715dd19f123f2aff7c3436b470eeb2c2cfc305121cd37d0befc08589285a14ada82383d4a2f411e272941d548719a8a51c22441c66
6
+ metadata.gz: 14ed78c9526acc0f729488c0005926c11d30a4a25144d234d3c15e63b9021e68618646cdd4fc7e1729dfe2ec669bd6da65c602946e582d6b88799368d53eb920
7
+ data.tar.gz: fcfcdf7ad2cdb6ba0dd9c72774023fddbcfa863da95d2bb77e4b98977d2943b487814e2f91253da840238addcc216f1a4f5bbcdb728a8fdc2b61d0169e656d58
data/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## Rails 7.2.1.2 (October 23, 2024) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 7.2.1.1 (October 15, 2024) ##
7
+
8
+ * No changes.
9
+
10
+
1
11
  ## Rails 7.2.1 (August 22, 2024) ##
2
12
 
3
13
  * No changes.
@@ -10,7 +10,7 @@ module ActiveModel
10
10
  MAJOR = 7
11
11
  MINOR = 2
12
12
  TINY = 1
13
- PRE = nil
13
+ PRE = "2"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activemodel
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.2.1
4
+ version: 7.2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-22 00:00:00.000000000 Z
11
+ date: 2024-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 7.2.1
19
+ version: 7.2.1.2
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 7.2.1
26
+ version: 7.2.1.2
27
27
  description: A toolkit for building modeling frameworks like Active Record. Rich support
28
28
  for attributes, callbacks, validations, serialization, internationalization, and
29
29
  testing.
@@ -112,12 +112,12 @@ licenses:
112
112
  - MIT
113
113
  metadata:
114
114
  bug_tracker_uri: https://github.com/rails/rails/issues
115
- changelog_uri: https://github.com/rails/rails/blob/v7.2.1/activemodel/CHANGELOG.md
116
- documentation_uri: https://api.rubyonrails.org/v7.2.1/
115
+ changelog_uri: https://github.com/rails/rails/blob/v7.2.1.2/activemodel/CHANGELOG.md
116
+ documentation_uri: https://api.rubyonrails.org/v7.2.1.2/
117
117
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
118
- source_code_uri: https://github.com/rails/rails/tree/v7.2.1/activemodel
118
+ source_code_uri: https://github.com/rails/rails/tree/v7.2.1.2/activemodel
119
119
  rubygems_mfa_required: 'true'
120
- post_install_message:
120
+ post_install_message:
121
121
  rdoc_options: []
122
122
  require_paths:
123
123
  - lib
@@ -132,8 +132,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  - !ruby/object:Gem::Version
133
133
  version: '0'
134
134
  requirements: []
135
- rubygems_version: 3.5.11
136
- signing_key:
135
+ rubygems_version: 3.5.16
136
+ signing_key:
137
137
  specification_version: 4
138
138
  summary: A toolkit for building modeling frameworks (part of Rails).
139
139
  test_files: []