activesupport 7.0.9 → 7.0.10
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: 0d353b552d31fc6a4d8f8d116cb1c3edc686c18200de03b32a438396b91d251d
|
|
4
|
+
data.tar.gz: a26020d517371a7df131957f729abd89f487847e2627e92bb32e1be1e015ce9c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c3947752aa6ebd642c5569a91b41bb23c59ba9605e494e98514ae4ddf72fec723931ca990abd09a172927abc3d5c3d653c0d4bb0c41b02961185ea3de57381f
|
|
7
|
+
data.tar.gz: 86eeb85ff6d0fd94be3c8260dd8a1dbc933548e2da249054d3ebdbae9d0f42a6d897ecefe49b423fc4e528a66b76f4d631bdcbc05a6510f1ac7bcd9cb7d857f3
|
data/CHANGELOG.md
CHANGED
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.
|
|
4
|
+
version: 7.0.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Heinemeier Hansson
|
|
@@ -456,10 +456,10 @@ licenses:
|
|
|
456
456
|
- MIT
|
|
457
457
|
metadata:
|
|
458
458
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
|
459
|
-
changelog_uri: https://github.com/rails/rails/blob/v7.0.
|
|
460
|
-
documentation_uri: https://api.rubyonrails.org/v7.0.
|
|
459
|
+
changelog_uri: https://github.com/rails/rails/blob/v7.0.10/activesupport/CHANGELOG.md
|
|
460
|
+
documentation_uri: https://api.rubyonrails.org/v7.0.10/
|
|
461
461
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
|
462
|
-
source_code_uri: https://github.com/rails/rails/tree/v7.0.
|
|
462
|
+
source_code_uri: https://github.com/rails/rails/tree/v7.0.10/activesupport
|
|
463
463
|
rubygems_mfa_required: 'true'
|
|
464
464
|
rdoc_options:
|
|
465
465
|
- "--encoding"
|