activerecord 7.0.0.rc2 → 7.0.0.rc3
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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/active_record/gem_version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 458dd96fbc8713da75b5ee24f47f90b3330c3baf9f5ce2db5bda1eb2c5ca3c01
|
|
4
|
+
data.tar.gz: fc473846b0d1ee465223c5980616937a119ef0ce349154ca4c0eb3633db0790a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f7d111235cf366f0de47a9f895d8a01351344b52d5a92dda94e627e424d7b9ed72daec2b371f58fa5d7d2e99de8bb8add753aa16baca7977a1a3174443b5171
|
|
7
|
+
data.tar.gz: 573befa4bc581ae039212f43f7c622f64a19900de064579f6314b2351457e64b74cfc5d63b37c06058da394244d585d8271f6b1f22b8646e4138e145d8b4b4d1
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activerecord
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.0.0.
|
|
4
|
+
version: 7.0.0.rc3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Heinemeier Hansson
|
|
@@ -16,28 +16,28 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 7.0.0.
|
|
19
|
+
version: 7.0.0.rc3
|
|
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.0.
|
|
26
|
+
version: 7.0.0.rc3
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: activemodel
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 7.0.0.
|
|
33
|
+
version: 7.0.0.rc3
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - '='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 7.0.0.
|
|
40
|
+
version: 7.0.0.rc3
|
|
41
41
|
description: Databases on Rails. Build a persistent domain model by mapping database
|
|
42
42
|
tables to Ruby classes. Strong conventions for associations, validations, aggregations,
|
|
43
43
|
migrations, and testing come baked-in.
|
|
@@ -432,10 +432,10 @@ licenses:
|
|
|
432
432
|
- MIT
|
|
433
433
|
metadata:
|
|
434
434
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
|
435
|
-
changelog_uri: https://github.com/rails/rails/blob/v7.0.0.
|
|
436
|
-
documentation_uri: https://api.rubyonrails.org/v7.0.0.
|
|
435
|
+
changelog_uri: https://github.com/rails/rails/blob/v7.0.0.rc3/activerecord/CHANGELOG.md
|
|
436
|
+
documentation_uri: https://api.rubyonrails.org/v7.0.0.rc3/
|
|
437
437
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
|
438
|
-
source_code_uri: https://github.com/rails/rails/tree/v7.0.0.
|
|
438
|
+
source_code_uri: https://github.com/rails/rails/tree/v7.0.0.rc3/activerecord
|
|
439
439
|
rubygems_mfa_required: 'true'
|
|
440
440
|
post_install_message:
|
|
441
441
|
rdoc_options:
|