sorbet-runtime 0.5.11200 → 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: 03f7a85e5b0a63ac54fdd4f82cbfcf269484cf649bb1778006e0b41d3a800eba
4
- data.tar.gz: b5b2f87adfd29488c1ad748de84c676a73903055f79a8d136f7300960dcc850b
3
+ metadata.gz: ec84ffdc3357bced9e8061c924c55acb953df443de352cba3625d19ca601393c
4
+ data.tar.gz: b69655f02eb838f6b6711d21919040810f14240d6284f0fcd4b16e7675c88c61
5
5
  SHA512:
6
- metadata.gz: 3d043f9735a22824b4c07d1130dbf0a6a9306dbe5005b7be487db8b5a4e53dba14b41e0cf8118e93de1ffafaa1d1fe8c2fd546eed426c4661e12745000152e3f
7
- data.tar.gz: 8204b78b673773bb91ac61fa7079ad1a6552370825c5cff4130b5aa4e25bb18fdea397378f05918c861d50398cd75bd449d18795b3968d988c87bcf4e0fa47c6
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.11200
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-17 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