activemodel 7.0.4.2 → 7.0.4.3

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: 28fa6173447bb7c9749788c8d29218cba3070ec2074ebf029719cf19d4131a75
4
- data.tar.gz: 2e1e72de3e976ca87dcd01ada73f0fab105b74a51da5ca41cecc8735019a3a30
3
+ metadata.gz: b583349040c22994e3416137601ab463e571ce4bf061cfa2bcdee0ff483c1991
4
+ data.tar.gz: 9981ebe3f9b0a05eca705de63770ea323e1aa91a5b0af33dcaa7318ec78f36a1
5
5
  SHA512:
6
- metadata.gz: 77ba4456afa69cc24dbd30bcc32d9f3a3bee3b02cc56e0d7415b31eb1ba026704895443c2b07eee986fdd1cf27f0449559debef91616e3378a130542cb3d50e3
7
- data.tar.gz: e43d74fe3a4d75b25ee794f63fc592abbd6681adf4abbbaf69cd8b168a0a3715665d78c5e7b66e9c094830561400b949ad279ab984c11fb8c404c7e727a2fe3e
6
+ metadata.gz: f5b6c01c98ad1a60dd2bfba39347b1e4fc015a1cfb89f13d5187bece1e204b7a81da0521dde8e523706fdd5e47b56507a9c9e31f5a3238d41ebffecf537e3af2
7
+ data.tar.gz: 1ba1e833a22135483c8d21b494e2a6ba28e9d433e7b6a4bfbedf7e49b3fe99bf6e6e53409292a04319ca6df3996fd1ea7a384a3e53fa569aeab11df1a8cbfb89
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 7.0.4.3 (March 13, 2023) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 7.0.4.2 (January 24, 2023) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module ActiveModel
10
10
  MAJOR = 7
11
11
  MINOR = 0
12
12
  TINY = 4
13
- PRE = "2"
13
+ PRE = "3"
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.0.4.2
4
+ version: 7.0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-25 00:00:00.000000000 Z
11
+ date: 2023-03-13 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.0.4.2
19
+ version: 7.0.4.3
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.4.2
26
+ version: 7.0.4.3
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.4.2/activemodel/CHANGELOG.md
111
- documentation_uri: https://api.rubyonrails.org/v7.0.4.2/
110
+ changelog_uri: https://github.com/rails/rails/blob/v7.0.4.3/activemodel/CHANGELOG.md
111
+ documentation_uri: https://api.rubyonrails.org/v7.0.4.3/
112
112
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
113
- source_code_uri: https://github.com/rails/rails/tree/v7.0.4.2/activemodel
113
+ source_code_uri: https://github.com/rails/rails/tree/v7.0.4.3/activemodel
114
114
  rubygems_mfa_required: 'true'
115
115
  post_install_message:
116
116
  rdoc_options: []