sorbet-runtime 0.5.11205 → 0.5.11212

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: 87b5b12b261142c802d77280e005102e9c0d9568c47cbd5c5df0dc4bc028a137
4
- data.tar.gz: 1a7962bb7a264a3684054cca04a7ab94500ba4e64278637b9785b7ddda8bca38
3
+ metadata.gz: ec84ffdc3357bced9e8061c924c55acb953df443de352cba3625d19ca601393c
4
+ data.tar.gz: b69655f02eb838f6b6711d21919040810f14240d6284f0fcd4b16e7675c88c61
5
5
  SHA512:
6
- metadata.gz: f63469f85f04dda11b9a688dae71efbc99ff3bd992badf691051afaf57f3acfe700fb66aaac38e508b1ab863055691f07a5543322098f1c581aa5acb9fb78928
7
- data.tar.gz: 0e8eb5ecf16343b4df5e9f2599341ffab42858a1e2a304547e02f4fa17232368d6d80a604481a40745b0211c7f508b3f844f5a9441442467433a5468fc022325
6
+ metadata.gz: cfbb51f212b1494b2272c98128131ca180c41f0044abde511b35b46e01edcc9f22b121ae6247753a5997c700f43134dcbdc4d6d0cf96857fa89205ca3ad77899
7
+ data.tar.gz: 52b3c8857e7450a8d2dc56911a932aa267c8355b1a977c4061d071a520157a4427c4a76bd7c9199290c2083a812a0bc661f25dca22becd0aaf89a74543571978
@@ -15,8 +15,6 @@ module T::Private::Methods::CallValidation
15
15
  original_visibility = visibility_method_name(mod, method_sig.method_name)
16
16
  if method_sig.mode == T::Private::Methods::Modes.abstract
17
17
  T::Private::ClassUtils.replace_method(mod, method_sig.method_name, true) do |*args, &blk|
18
- # TODO: write a cop to ensure that abstract methods have an empty body
19
- #
20
18
  # We allow abstract methods to be implemented by things further down the ancestor chain.
21
19
  # So, if a super method exists, call it.
22
20
  if defined?(super)
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.11205
4
+ version: 0.5.11212
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stripe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-18 00:00:00.000000000 Z
11
+ date: 2024-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest