activemodel 7.1.0.rc1 → 7.1.0.rc2

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: 04434ed8708ba750cd446164784fba65ea2add849c90c5184f6e2ac45167b6fd
4
- data.tar.gz: 3b327c5bda9daca4fd7fb7a1af6cedf24cc60277bfe4e7ed49c62746c5142f8f
3
+ metadata.gz: 14ae733bb8a7ad121abc50ca0000c90259f2e809a17cf7f70e96bb335bf6cbb0
4
+ data.tar.gz: 4d87916686208e1a61eee0903b00b3ef06ed6f03d8738e9254b94da5009a4629
5
5
  SHA512:
6
- metadata.gz: b69585501d6520f9219ec1d4663a41fa221c88fb80e6d6c0994dba0069d695ac559fe5389a249d24317f61c423e697a4e59f7cc89e1efbb39498a26ad6fd82e8
7
- data.tar.gz: 6b5645a9fa5d5f223403af582be720f7dec40538d2a064f1752865c1697253a8ec87201420b4981913d0459bd386a2cf5d0a64da501ba6823ad062339a139ee6
6
+ metadata.gz: 799a6317d2c72099882e5ca405d313ab96fd83e98e80034ec93240ccf060516c40cdfafd7982f48bc4a060a79b8b95bef0030935d030ce039124f35bce688cd7
7
+ data.tar.gz: 3c3ff1def6ecb3eb57fe321f00af15bf071719cc35dc0897750e08294d3b16e82c60f544ae7fc47584678af0018c0bd806e4589bedaf962f40dbc0cf9b4a1bb0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 7.1.0.rc2 (October 01, 2023) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 7.1.0.rc1 (September 27, 2023) ##
2
7
 
3
8
  * Remove change in the typography of user facing error messages.
@@ -10,7 +10,7 @@ module ActiveModel
10
10
  MAJOR = 7
11
11
  MINOR = 1
12
12
  TINY = 0
13
- PRE = "rc1"
13
+ PRE = "rc2"
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.1.0.rc1
4
+ version: 7.1.0.rc2
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: 2023-09-27 00:00:00.000000000 Z
11
+ date: 2023-10-01 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.1.0.rc1
19
+ version: 7.1.0.rc2
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.1.0.rc1
26
+ version: 7.1.0.rc2
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.
@@ -112,10 +112,10 @@ licenses:
112
112
  - MIT
113
113
  metadata:
114
114
  bug_tracker_uri: https://github.com/rails/rails/issues
115
- changelog_uri: https://github.com/rails/rails/blob/v7.1.0.rc1/activemodel/CHANGELOG.md
116
- documentation_uri: https://api.rubyonrails.org/v7.1.0.rc1/
115
+ changelog_uri: https://github.com/rails/rails/blob/v7.1.0.rc2/activemodel/CHANGELOG.md
116
+ documentation_uri: https://api.rubyonrails.org/v7.1.0.rc2/
117
117
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
118
- source_code_uri: https://github.com/rails/rails/tree/v7.1.0.rc1/activemodel
118
+ source_code_uri: https://github.com/rails/rails/tree/v7.1.0.rc2/activemodel
119
119
  rubygems_mfa_required: 'true'
120
120
  post_install_message:
121
121
  rdoc_options: []