activesupport 7.0.0.alpha1 → 7.0.0.alpha2

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: f5b9ddebb6d4455382ba678c9a26ead1e350c105efd2820852b710631228c061
4
- data.tar.gz: 8d49632fb5304cd587aa66ff7f4c12a11c97a972f7d7a2fedde3b58365d9bbcc
3
+ metadata.gz: 5519479cbadbd2a19e3eaf56b8f1446903f303901f28fcf3b0d7b54f65105b00
4
+ data.tar.gz: 3a69b60b6b587c44b8dfd6988bf0582a8bb872c888aa06dd318b63aba4532a62
5
5
  SHA512:
6
- metadata.gz: 89ed67aa72583758f207789c5a9e74033c281926ed0a3796f0bc17f87965ad785edf93b19751f9acb6e3594e70ba38b854235dd86058a4e7939b781ecf383056
7
- data.tar.gz: 0e66093f939fa783977395dcb39a94facc2061c9e078e16bb3f3269b3b91dca8ced1fc153a389603e546fd292be1f5c6213b7f098e3652f994208a401eed8397
6
+ metadata.gz: ee3c9d43bd65e15a1b828ed60e2a6f4dd5734a2aad2d3aa7023def780f5148f6060d8ea4fff238f63a71b69c04b9b3ee6e5ba0671561c40118883b9ac7f2745d
7
+ data.tar.gz: 2254965d4be1e85d7c37bb907e2f68e0323efbdb3ccac496eaec3d07d4f94cfc54dd1e090b2d7d6fd4a32e468bfdbb4c6dbe431d6b04959cb7efd7071a565cc6
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
  * `ActiveSupport::Dependencies` no longer installs a `const_missing` hook. Before this, you could push to the autoload paths and have constants autoloaded. This feature, known as the `classic` autoloader, has been removed.
@@ -10,7 +10,7 @@ module ActiveSupport
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: activesupport
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
@@ -343,10 +343,10 @@ licenses:
343
343
  - MIT
344
344
  metadata:
345
345
  bug_tracker_uri: https://github.com/rails/rails/issues
346
- changelog_uri: https://github.com/rails/rails/blob/v7.0.0.alpha1/activesupport/CHANGELOG.md
347
- documentation_uri: https://api.rubyonrails.org/v7.0.0.alpha1/
346
+ changelog_uri: https://github.com/rails/rails/blob/v7.0.0.alpha2/activesupport/CHANGELOG.md
347
+ documentation_uri: https://api.rubyonrails.org/v7.0.0.alpha2/
348
348
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
349
- source_code_uri: https://github.com/rails/rails/tree/v7.0.0.alpha1/activesupport
349
+ source_code_uri: https://github.com/rails/rails/tree/v7.0.0.alpha2/activesupport
350
350
  post_install_message:
351
351
  rdoc_options:
352
352
  - "--encoding"