activemodel 6.1.7.8 → 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: 716e14d1a6dd0c52284d0d1c2b083fda9709080cf8c89ab08d8bcfae4d1d2559
4
- data.tar.gz: 8ac9688938f469e160f31918859e26a316de0529bab71b62a9c455b4d8f54824
3
+ metadata.gz: bfa30ec1cf39f0ae54a4f77f21d1023a8e435113866365d73a47627db279756b
4
+ data.tar.gz: ef666a965c4f96f319cfbe24fb8842a2e53b20d1989972f0b688fc4a1d82ce3b
5
5
  SHA512:
6
- metadata.gz: 2a4b1cfd9132ae92d2e320e10251e454e840cc94bbe4dad5bbab98d593c0249475ece38dcc2fe4090f84d1847853ffe6e28d70da766c29a24085f197436e972d
7
- data.tar.gz: 83cb559801854a221fc82dce4fb5a9fa6c7a3d2107afc14778d09a07f7c3b42eee7e18c71c37bd7ebe5876da8eb5997ec23cbe5d93cc7bfd9305045a4e89d65e
6
+ metadata.gz: ef9afd00feb2966985cb1ac29259d65c4c10fd743c992394da2795cf9463ce9b17d9518741cabb5932b11640c635f37c45827fd25620f4e1e16243b8c342e63c
7
+ data.tar.gz: 1793766ec3e99cbb7ec5cfd4697233e84510099d9b8607d9478438e830802c4e2c0d67de36d6b611a3b9e4a71dab950f63c7866d2994c600f1ee48f727c907c4
data/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## Rails 6.1.7.10 (October 23, 2024) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 6.1.7.9 (October 15, 2024) ##
7
+
8
+ * No changes.
9
+
10
+
1
11
  ## Rails 6.1.7.8 (June 04, 2024) ##
2
12
 
3
13
  * 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 = "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.8
4
+ version: 6.1.7.10
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-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.8
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.8
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,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.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.8/activemodel
110
+ source_code_uri: https://github.com/rails/rails/tree/v6.1.7.10/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: []