activerecord 7.0.0.rc1 → 7.0.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 +4 -4
- data/CHANGELOG.md +2 -0
- data/lib/active_record/gem_version.rb +1 -1
- metadata +13 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a4539228a5a4d1ea117028c87edfd08f5c511b547a79ce04f6863635e9cc9cb
|
|
4
|
+
data.tar.gz: 69dd81febcea0dc545c22d323a32307ae44f44e3db82641639bd547595e41557
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ac13312b9a4db3f53f2e92eafd5748ed7f9a387b90f73951a11d13992bfe2790cdc92ea96c452303bba8445ca447fced07c1ffe75401525a42b2ab711823b399
|
|
7
|
+
data.tar.gz: 4de0cd55849db0983210cc4afb1d5d240dd0b3f242edd1db7e78b97bc5d75931c7d96c0a0bb8641e00351bb1df2f77a28561c86f8756f4f63cf610a31bf2b84d
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.rc2
|
|
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: 2021-12-
|
|
11
|
+
date: 2021-12-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -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.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.0.0.
|
|
26
|
+
version: 7.0.0.rc2
|
|
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.rc2
|
|
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.rc2
|
|
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,12 +432,12 @@ 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.rc2/activerecord/CHANGELOG.md
|
|
436
|
+
documentation_uri: https://api.rubyonrails.org/v7.0.0.rc2/
|
|
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.rc2/activerecord
|
|
439
439
|
rubygems_mfa_required: 'true'
|
|
440
|
-
post_install_message:
|
|
440
|
+
post_install_message:
|
|
441
441
|
rdoc_options:
|
|
442
442
|
- "--main"
|
|
443
443
|
- README.rdoc
|
|
@@ -454,8 +454,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
454
454
|
- !ruby/object:Gem::Version
|
|
455
455
|
version: 1.3.1
|
|
456
456
|
requirements: []
|
|
457
|
-
rubygems_version: 3.2.
|
|
458
|
-
signing_key:
|
|
457
|
+
rubygems_version: 3.2.15
|
|
458
|
+
signing_key:
|
|
459
459
|
specification_version: 4
|
|
460
460
|
summary: Object-relational mapper framework (part of Rails).
|
|
461
461
|
test_files: []
|