activesupport 7.2.0 → 7.2.1.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1c7d2490f252aca0df84dcd79067dcb858f839ee95c8e90a73c8257fadacef28
|
4
|
+
data.tar.gz: d12b2cfa53f8f915665c7e78d1212568e9526bb43bc2f693ad0ae424ca6f626f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a9feae253c0cbfe426a9e295ba117fc0b6f916fb76b1108a338f44f7e9d5ced8eded68872b85756dd6cf9d70fe6168a75aa6f52dbe5b1ff6690139444983b00
|
7
|
+
data.tar.gz: f909676a63b301be9fd439512cb7b9a23408b024e2694b896dffda1d8c2ca1626ee1dc3aff5477ea0e04c4c7f115f98a2143d1eddd635914a5a0d241258e0c3b
|
data/CHANGELOG.md
CHANGED
@@ -36,8 +36,8 @@ module ActiveSupport
|
|
36
36
|
# event.allocations # => 1826 (objects)
|
37
37
|
# end
|
38
38
|
#
|
39
|
-
#
|
40
|
-
#
|
39
|
+
# +Event+ objects record CPU time and allocations. If you don't need this
|
40
|
+
# it's also possible to pass a block that accepts five arguments:
|
41
41
|
#
|
42
42
|
# ActiveSupport::Notifications.subscribe('render') do |name, start, finish, id, payload|
|
43
43
|
# name # => String, name of the event (such as 'render' from above)
|
@@ -67,6 +67,7 @@ module ActiveSupport
|
|
67
67
|
|
68
68
|
# Adds event subscribers for all new methods added to the class.
|
69
69
|
def method_added(event)
|
70
|
+
super
|
70
71
|
# Only public methods are added as subscribers, and only if a notifier
|
71
72
|
# has been set up. This means that subscribers will only be set up for
|
72
73
|
# classes that call #attach_to.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activesupport
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.2.
|
4
|
+
version: 7.2.1.1
|
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: 2024-
|
11
|
+
date: 2024-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: i18n
|
@@ -466,12 +466,12 @@ licenses:
|
|
466
466
|
- MIT
|
467
467
|
metadata:
|
468
468
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
469
|
-
changelog_uri: https://github.com/rails/rails/blob/v7.2.
|
470
|
-
documentation_uri: https://api.rubyonrails.org/v7.2.
|
469
|
+
changelog_uri: https://github.com/rails/rails/blob/v7.2.1.1/activesupport/CHANGELOG.md
|
470
|
+
documentation_uri: https://api.rubyonrails.org/v7.2.1.1/
|
471
471
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
472
|
-
source_code_uri: https://github.com/rails/rails/tree/v7.2.
|
472
|
+
source_code_uri: https://github.com/rails/rails/tree/v7.2.1.1/activesupport
|
473
473
|
rubygems_mfa_required: 'true'
|
474
|
-
post_install_message:
|
474
|
+
post_install_message:
|
475
475
|
rdoc_options:
|
476
476
|
- "--encoding"
|
477
477
|
- UTF-8
|
@@ -488,8 +488,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
488
488
|
- !ruby/object:Gem::Version
|
489
489
|
version: '0'
|
490
490
|
requirements: []
|
491
|
-
rubygems_version: 3.5.
|
492
|
-
signing_key:
|
491
|
+
rubygems_version: 3.5.16
|
492
|
+
signing_key:
|
493
493
|
specification_version: 4
|
494
494
|
summary: A toolkit of support libraries and Ruby core extensions extracted from the
|
495
495
|
Rails framework.
|