activemodel 7.0.8.2 → 7.0.8.4

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: a5a626ace4f68b6af73242708511509aca36808332fb4a6bd89faca7d44ac82a
4
- data.tar.gz: 5fe70964ffef31997976690e14fce939f2dad1e2838f2252d1ec7cfc3f707533
3
+ metadata.gz: 535022d5dad7373c654fa6aed4fac3e1dd196ef1d568f782778b715335daf92a
4
+ data.tar.gz: a076fbc8a3a124fbb0c18529829e42b22a11cb518db8cd7b696644e09a4a0c41
5
5
  SHA512:
6
- metadata.gz: 1ec26a53359936fd59d21fe3f1d307d11daf0f87dc5b4304386978c2677a29ac859daf466325f0b521526a26e60396bc4f2422b663f4ecdc7035a66dc3aea630
7
- data.tar.gz: 3525e00dbedf6313e07e05296d6473cdb33c035a44027d641cb6eee83c1254c78aa312448a89c3708365aa59c3bb5d111c5c155512e1130783f8c8db84803404
6
+ metadata.gz: 9cd8fe95a686621d711eb7261880cf36f1d36b3b2277bdc30ca2675bf8d2049611e98a05367148f14597926dea29b336b03f6cc79e4e4306f87788dcb0f5e5f3
7
+ data.tar.gz: 4b3231133eb8e90af6be0cd6044780ab9e828daa02ff1bcb92f148d209225e82ca8538e8718aa9b1d89fe5a39b463eca0961ddf8f2b3e8e86e102933a487bfa6
data/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## Rails 7.0.8.4 (June 04, 2024) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 7.0.8.3 (May 17, 2024) ##
7
+
8
+ * No changes.
9
+
10
+
1
11
  ## Rails 7.0.8.2 (May 16, 2024) ##
2
12
 
3
13
  * No changes.
@@ -10,7 +10,7 @@ module ActiveModel
10
10
  MAJOR = 7
11
11
  MINOR = 0
12
12
  TINY = 8
13
- PRE = "2"
13
+ PRE = "4"
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.8.2
4
+ version: 7.0.8.4
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: 2024-05-16 00:00:00.000000000 Z
11
+ date: 2024-06-04 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.8.2
19
+ version: 7.0.8.4
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.8.2
26
+ version: 7.0.8.4
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.8.2/activemodel/CHANGELOG.md
111
- documentation_uri: https://api.rubyonrails.org/v7.0.8.2/
110
+ changelog_uri: https://github.com/rails/rails/blob/v7.0.8.4/activemodel/CHANGELOG.md
111
+ documentation_uri: https://api.rubyonrails.org/v7.0.8.4/
112
112
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
113
- source_code_uri: https://github.com/rails/rails/tree/v7.0.8.2/activemodel
113
+ source_code_uri: https://github.com/rails/rails/tree/v7.0.8.4/activemodel
114
114
  rubygems_mfa_required: 'true'
115
115
  post_install_message:
116
116
  rdoc_options: []
@@ -127,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
127
127
  - !ruby/object:Gem::Version
128
128
  version: '0'
129
129
  requirements: []
130
- rubygems_version: 3.5.10
130
+ rubygems_version: 3.3.27
131
131
  signing_key:
132
132
  specification_version: 4
133
133
  summary: A toolkit for building modeling frameworks (part of Rails).