activemodel 6.1.7.8 → 6.1.7.9

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: 716e14d1a6dd0c52284d0d1c2b083fda9709080cf8c89ab08d8bcfae4d1d2559
4
- data.tar.gz: 8ac9688938f469e160f31918859e26a316de0529bab71b62a9c455b4d8f54824
3
+ metadata.gz: 4d30f31843a753d66aa59e2193e761f339225429fe5b9ccb1994361e0a435002
4
+ data.tar.gz: 89019d414c794903f0cb967fcccdcb4286a961717f656054c5f58c384a8bc61a
5
5
  SHA512:
6
- metadata.gz: 2a4b1cfd9132ae92d2e320e10251e454e840cc94bbe4dad5bbab98d593c0249475ece38dcc2fe4090f84d1847853ffe6e28d70da766c29a24085f197436e972d
7
- data.tar.gz: 83cb559801854a221fc82dce4fb5a9fa6c7a3d2107afc14778d09a07f7c3b42eee7e18c71c37bd7ebe5876da8eb5997ec23cbe5d93cc7bfd9305045a4e89d65e
6
+ metadata.gz: c254a43080c2674eff955f3bed3bd8e4dd8d2fa76ec8672aabebd010a29b7b05d81c76f4005fdba81122e95892cb67780fdfa321058c36d5152cf1128f582cab
7
+ data.tar.gz: 1d13831996c3ff67bb789009155b74f5068c035fd1b0f3bef373a537d7d29e91759c9318f9edfb5043cea89b69d38bc7e9c34d9a0c0dd80a0d404bccf2fa7fd1
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 6.1.7.9 (October 15, 2024) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 6.1.7.8 (June 04, 2024) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module ActiveModel
10
10
  MAJOR = 6
11
11
  MINOR = 1
12
12
  TINY = 7
13
- PRE = "8"
13
+ PRE = "9"
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: 6.1.7.8
4
+ version: 6.1.7.9
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-06-04 00:00:00.000000000 Z
11
+ date: 2024-10-15 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: 6.1.7.8
19
+ version: 6.1.7.9
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: 6.1.7.8
26
+ version: 6.1.7.9
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.
@@ -104,12 +104,12 @@ licenses:
104
104
  - MIT
105
105
  metadata:
106
106
  bug_tracker_uri: https://github.com/rails/rails/issues
107
- changelog_uri: https://github.com/rails/rails/blob/v6.1.7.8/activemodel/CHANGELOG.md
108
- documentation_uri: https://api.rubyonrails.org/v6.1.7.8/
107
+ changelog_uri: https://github.com/rails/rails/blob/v6.1.7.9/activemodel/CHANGELOG.md
108
+ documentation_uri: https://api.rubyonrails.org/v6.1.7.9/
109
109
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
110
- source_code_uri: https://github.com/rails/rails/tree/v6.1.7.8/activemodel
110
+ source_code_uri: https://github.com/rails/rails/tree/v6.1.7.9/activemodel
111
111
  rubygems_mfa_required: 'true'
112
- post_install_message:
112
+ post_install_message:
113
113
  rdoc_options: []
114
114
  require_paths:
115
115
  - lib
@@ -124,8 +124,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  - !ruby/object:Gem::Version
125
125
  version: '0'
126
126
  requirements: []
127
- rubygems_version: 3.3.27
128
- signing_key:
127
+ rubygems_version: 3.5.16
128
+ signing_key:
129
129
  specification_version: 4
130
130
  summary: A toolkit for building modeling frameworks (part of Rails).
131
131
  test_files: []