activemodel 7.0.7.1 → 7.0.7.2

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: 55024292745453530f2a777b2709eb49af095caf4f1f1fd89d2bfeb3e15bac64
4
- data.tar.gz: 6b950a611958a65607e9026d094baea891ad74a7b5002a284978f53e11a5fd65
3
+ metadata.gz: f97563d17d52d86cc7cde3cbe935f55c036b294049567a49b2cfd98767e9cd5f
4
+ data.tar.gz: d0bd60e30fe1b9b39af93ac35412bb1f1da51cf2f2d764855d273bfbfa17698d
5
5
  SHA512:
6
- metadata.gz: f7916c938ca05969af37bab19039934e4cfc9d33ad353233b31dd76d699dc2aa53216ea3a618557958a1af4a7501a097dbae5eee9150b7a1f12023628bce38a8
7
- data.tar.gz: 3a29fe060faf2cd3d3d3437341982194ec6f470461d05259501478cd508f1b0106b5759938fd440eef019cf9be80dd651604786d59269dc6b6cf621afc3e97e6
6
+ metadata.gz: daf75a5d743bb72248523172e5e2d3bd852de1cfbf592ad8782b9bd0dc91282e89985dbf08ff65cdde459165b81df419324d55da8b69cb57988e52f99d106272
7
+ data.tar.gz: 2946a192133ae988942d68b2648c5241bba0cbb59137bd9e1b8ca0ed1933d40e04554130bb5a2493f564c4a69b53b2a74f5a70e0ce5f90845fe9aa24b9caa565
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 7.0.7.2 (August 22, 2023) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 7.0.7.1 (August 22, 2023) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module ActiveModel
10
10
  MAJOR = 7
11
11
  MINOR = 0
12
12
  TINY = 7
13
- PRE = "1"
13
+ PRE = "2"
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: 7.0.7.1
4
+ version: 7.0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 7.0.7.1
19
+ version: 7.0.7.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.0.7.1
26
+ version: 7.0.7.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.
@@ -107,10 +107,10 @@ licenses:
107
107
  - MIT
108
108
  metadata:
109
109
  bug_tracker_uri: https://github.com/rails/rails/issues
110
- changelog_uri: https://github.com/rails/rails/blob/v7.0.7.1/activemodel/CHANGELOG.md
111
- documentation_uri: https://api.rubyonrails.org/v7.0.7.1/
110
+ changelog_uri: https://github.com/rails/rails/blob/v7.0.7.2/activemodel/CHANGELOG.md
111
+ documentation_uri: https://api.rubyonrails.org/v7.0.7.2/
112
112
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
113
- source_code_uri: https://github.com/rails/rails/tree/v7.0.7.1/activemodel
113
+ source_code_uri: https://github.com/rails/rails/tree/v7.0.7.2/activemodel
114
114
  rubygems_mfa_required: 'true'
115
115
  post_install_message:
116
116
  rdoc_options: []