sorbet-runtime 0.5.6324 → 0.5.6330
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/lib/types/private/methods/_methods.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0da778c9f0f22c310083fc51efae568d37ccd4bbd351b1d6594befd781fd4d04
|
|
4
|
+
data.tar.gz: 156d25d18fccbb910c51e95e5bf38e0b62a6675784ce5ebc9051890057c589d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04c6c3df67d068040058f07d755801085ac888e781daaad45a4c92776937df998b484e09a80561846abcb065eb1ff8c2ed2181828e98f1dca93d84e4b0e74301
|
|
7
|
+
data.tar.gz: dbfa5e1cd1a01e92d5a2917330ee9dd3493e50919fdcd74ceabc5d86bd23e82e0eb162a1ffda933688357a2439436bf0d0d7d420d8ef0d3dc579553908eea760
|
|
@@ -103,6 +103,7 @@ module T::Private::Methods
|
|
|
103
103
|
# use reverse_each to check farther-up ancestors first, for better error messages. we could avoid this if we were on
|
|
104
104
|
# the version of ruby that adds the optional argument to method_defined? that allows you to exclude ancestors.
|
|
105
105
|
target_ancestors.reverse_each do |ancestor|
|
|
106
|
+
next if !module_with_final?(ancestor)
|
|
106
107
|
source_method_names.each do |method_name|
|
|
107
108
|
# the usage of method_owner_and_name_to_key(ancestor, method_name) instead of
|
|
108
109
|
# method_to_key(ancestor.instance_method(method_name)) is not (just) an optimization, but also required for
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sorbet-runtime
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.6330
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stripe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-03-
|
|
11
|
+
date: 2021-03-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: minitest
|