activemodel 6.1.7.9 → 6.1.7.10

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: 4d30f31843a753d66aa59e2193e761f339225429fe5b9ccb1994361e0a435002
4
- data.tar.gz: 89019d414c794903f0cb967fcccdcb4286a961717f656054c5f58c384a8bc61a
3
+ metadata.gz: bfa30ec1cf39f0ae54a4f77f21d1023a8e435113866365d73a47627db279756b
4
+ data.tar.gz: ef666a965c4f96f319cfbe24fb8842a2e53b20d1989972f0b688fc4a1d82ce3b
5
5
  SHA512:
6
- metadata.gz: c254a43080c2674eff955f3bed3bd8e4dd8d2fa76ec8672aabebd010a29b7b05d81c76f4005fdba81122e95892cb67780fdfa321058c36d5152cf1128f582cab
7
- data.tar.gz: 1d13831996c3ff67bb789009155b74f5068c035fd1b0f3bef373a537d7d29e91759c9318f9edfb5043cea89b69d38bc7e9c34d9a0c0dd80a0d404bccf2fa7fd1
6
+ metadata.gz: ef9afd00feb2966985cb1ac29259d65c4c10fd743c992394da2795cf9463ce9b17d9518741cabb5932b11640c635f37c45827fd25620f4e1e16243b8c342e63c
7
+ data.tar.gz: 1793766ec3e99cbb7ec5cfd4697233e84510099d9b8607d9478438e830802c4e2c0d67de36d6b611a3b9e4a71dab950f63c7866d2994c600f1ee48f727c907c4
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 6.1.7.10 (October 23, 2024) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 6.1.7.9 (October 15, 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 = "9"
13
+ PRE = "10"
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.9
4
+ version: 6.1.7.10
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: 6.1.7.9
19
+ version: 6.1.7.10
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.9
26
+ version: 6.1.7.10
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,10 +104,10 @@ 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.9/activemodel/CHANGELOG.md
108
- documentation_uri: https://api.rubyonrails.org/v6.1.7.9/
107
+ changelog_uri: https://github.com/rails/rails/blob/v6.1.7.10/activemodel/CHANGELOG.md
108
+ documentation_uri: https://api.rubyonrails.org/v6.1.7.10/
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.9/activemodel
110
+ source_code_uri: https://github.com/rails/rails/tree/v6.1.7.10/activemodel
111
111
  rubygems_mfa_required: 'true'
112
112
  post_install_message:
113
113
  rdoc_options: []