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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/active_support/gem_version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5519479cbadbd2a19e3eaf56b8f1446903f303901f28fcf3b0d7b54f65105b00
|
|
4
|
+
data.tar.gz: 3a69b60b6b587c44b8dfd6988bf0582a8bb872c888aa06dd318b63aba4532a62
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
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.
|
|
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.
|
|
347
|
-
documentation_uri: https://api.rubyonrails.org/v7.0.0.
|
|
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.
|
|
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"
|