sorbet-runtime 0.5.11205 → 0.5.11213

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: a97a90827c434e9cc8cf9799901ad7ea28f85fba85c5c67c685041fbb1159ac6
4
+ data.tar.gz: dcf414af0d7f4023cf79557837475ec62f3c30115cce309dfcb9a9dd7a2ab622
5
5
  SHA512:
6
- metadata.gz: f63469f85f04dda11b9a688dae71efbc99ff3bd992badf691051afaf57f3acfe700fb66aaac38e508b1ab863055691f07a5543322098f1c581aa5acb9fb78928
7
- data.tar.gz: 0e8eb5ecf16343b4df5e9f2599341ffab42858a1e2a304547e02f4fa17232368d6d80a604481a40745b0211c7f508b3f844f5a9441442467433a5468fc022325
6
+ metadata.gz: 8d597006076e22899a15981e3c729a3e5bcaa618ca58107d3ed10625cb15d5254ced2728e83452a5bb1a612b904098a4051ee3c9fadc758781a02b16346a49b4
7
+ data.tar.gz: 399f1c238cfaeaaac05cbf2d8b78b40030258698a5b88cad75f31046b7ad9b79cf947b7ed9002cb324bfe13757bcc063adb72dd3b48a350be71f4d8471eda29d
@@ -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.11213
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-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest