activerecord 7.0.0.alpha1 → 7.0.0.alpha2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of activerecord might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b8b1381be32717b39c0060b1d2fe294fa5bd782565949f7ef9d106dff7de7caa
4
- data.tar.gz: 003b65d0b2e4b6ac2492bd5249b1bb609173c5885dee85fc3caa6ab7ae9512e6
3
+ metadata.gz: 2c726656eedc83ae6194a4d9ce8a59f0a584cdd619a576681acde6f238446601
4
+ data.tar.gz: e7e4936dc0f4aa4e5d359d0c240548aed4a83045a1920ae4c748a0f95c7e6fc0
5
5
  SHA512:
6
- metadata.gz: 942850951ae80edc566d1748d560e5928d1e541081c74f43a771226f50d95a3f82f119b1e47d74ef1d328d6374ab0cddb6e87df849fec3e9765990fe9983b958
7
- data.tar.gz: 017cae0c0f11441244b2d505aeca4c9157e3fd6458a58ca49910f3158df5a45ab6d0401a36cacca046200bec484dc7434d9b2416feced753cbbf89587dcb9a2b
6
+ metadata.gz: 789244fd0de0167502dd616d255a1d7ab35c8651a26c2a368449aa004265406705f8e26499bbd9ea7c40173b3ef9c7de4208e8ea247c1d0486560291fc530f3e
7
+ data.tar.gz: b2072dea21d7eda209b0192c32725cb871b3ee3bcec49a4e3cf61e3b7c50d833cb2d843069cc6998bb4da285ec45ee4db5658db2490f637e82f92f6f37594fa3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 7.0.0.alpha2 (September 15, 2021) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 7.0.0.alpha1 (September 15, 2021) ##
2
7
 
3
8
  * Remove warning when overwriting existing scopes
@@ -10,7 +10,7 @@ module ActiveRecord
10
10
  MAJOR = 7
11
11
  MINOR = 0
12
12
  TINY = 0
13
- PRE = "alpha1"
13
+ PRE = "alpha2"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
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.alpha1
4
+ version: 7.0.0.alpha2
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.alpha1
19
+ version: 7.0.0.alpha2
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.alpha1
26
+ version: 7.0.0.alpha2
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.alpha1
33
+ version: 7.0.0.alpha2
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.alpha1
40
+ version: 7.0.0.alpha2
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.
@@ -429,10 +429,10 @@ licenses:
429
429
  - MIT
430
430
  metadata:
431
431
  bug_tracker_uri: https://github.com/rails/rails/issues
432
- changelog_uri: https://github.com/rails/rails/blob/v7.0.0.alpha1/activerecord/CHANGELOG.md
433
- documentation_uri: https://api.rubyonrails.org/v7.0.0.alpha1/
432
+ changelog_uri: https://github.com/rails/rails/blob/v7.0.0.alpha2/activerecord/CHANGELOG.md
433
+ documentation_uri: https://api.rubyonrails.org/v7.0.0.alpha2/
434
434
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
435
- source_code_uri: https://github.com/rails/rails/tree/v7.0.0.alpha1/activerecord
435
+ source_code_uri: https://github.com/rails/rails/tree/v7.0.0.alpha2/activerecord
436
436
  post_install_message:
437
437
  rdoc_options:
438
438
  - "--main"