activemodel 7.0.8.5 → 7.0.8.6

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: 7032b5bcd0f87db96a9de286df2d0a28b905f922ba119f44dd88988dc48dbe33
4
- data.tar.gz: be4f258f1aa79c2587071be3b3cc771273a11aaaeeff61d9dd7f9b6bc42b0b84
3
+ metadata.gz: e289cdc76a9ec9d327c1c08dc126f1afe69481e0e242dfda54fe10e975f83e09
4
+ data.tar.gz: a581cc5b0d46d8f5ecc6506a890f3fd5a0a36118093951613da9e82c312273c0
5
5
  SHA512:
6
- metadata.gz: 3a4775962e8d3e0d60b66503b7cc0870eeeb55911625a6a7172e3cd4a73ed42b539f778afbdb29a5d7ddc95f1e6fa26ca97f03009215f258e25da3e92d7b429a
7
- data.tar.gz: 6e70a9992134f4b63b5190273da191a3a5a2357a092967a58f49b4731839eb9916f3ef4e07b34e7d96b3cab9e9a16d34df9ab43770c16f96842ab335b3a989b4
6
+ metadata.gz: a4fd63d2ec145a2deb698110f5525902495f6c5d443f8222d579f399df6c3b197c8aec40d50afe6fc77ae66156a3276c6b28143f731444152d871e5c59ad3340
7
+ data.tar.gz: c9fb8423892642e93c01c6685f92a2e2ec1bdf3275b8965643b92f985988fe85700273851b8a6ebb5a57132b3f1628146fa162e2a087cf96b9c36e739b175d43
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 7.0.8.6 (October 23, 2024) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 7.0.8.5 (October 15, 2024) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module ActiveModel
10
10
  MAJOR = 7
11
11
  MINOR = 0
12
12
  TINY = 8
13
- PRE = "5"
13
+ PRE = "6"
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.5
4
+ version: 7.0.8.6
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-10-15 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.0.8.5
19
+ version: 7.0.8.6
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.5
26
+ version: 7.0.8.6
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.5/activemodel/CHANGELOG.md
111
- documentation_uri: https://api.rubyonrails.org/v7.0.8.5/
110
+ changelog_uri: https://github.com/rails/rails/blob/v7.0.8.6/activemodel/CHANGELOG.md
111
+ documentation_uri: https://api.rubyonrails.org/v7.0.8.6/
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.5/activemodel
113
+ source_code_uri: https://github.com/rails/rails/tree/v7.0.8.6/activemodel
114
114
  rubygems_mfa_required: 'true'
115
115
  post_install_message:
116
116
  rdoc_options: []