sorbet 0.4.4334 → 0.4.4336

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
  SHA1:
3
- metadata.gz: 9319afacfd123d822bdad9b44946a8be6380da85
4
- data.tar.gz: 8d04bc6078ae578541877648b8f55b19f4935fe0
3
+ metadata.gz: 4118f28fd07849218ec8be9111650b4f3ff8babb
4
+ data.tar.gz: 2824c77c6fc6b500663220ade2bcd98e834cd58a
5
5
  SHA512:
6
- metadata.gz: d59b5a1de0005a49fd95b240540c3feb83a1bb562a7bb8f5e0110c401cf220ed2ca12d8bdfe3002b3366c792dc9eae86baf784a71e43be5148301aca12a0a838
7
- data.tar.gz: bc436b14e34513562aa4f9fb63ad7326d4595e19fa19cf442b859f3200558ed3cb1aa2abaff063ee4ef5b6981296bf42f40eee83158b5e598f5349849003eccf
6
+ metadata.gz: 58e21c5762307750638310ae35f9fb40e51c92495f113af7dfed2f813c05a32c273e541fba0234dee29630940ed2a8eb6b3791bf45b83ae687fb200a48aaa5a9
7
+ data.tar.gz: 298606346a6020dda45541430ab9611dac081eb78633569853fa2da8a85be76690499f1d90de6564c4fc4cdaee7522ef3ec739fabc189b89122420556cf61e97
@@ -114,7 +114,7 @@ class Sorbet::Private::HiddenMethodFinder
114
114
  )
115
115
  File.write(SOURCE_CONSTANTS, io.read)
116
116
  io.close
117
- raise "Your source can't be read by Sorbet.\nYou can try `find . -type f | xargs -L 1 -t srb tc --no-config --error-white-list 1000` and hopefully the last file it is processing before it dies is the culprit.\nIf not, maybe the errors in this file will help: #{SOURCE_CONSTANTS_ERR}" if File.read(SOURCE_CONSTANTS).empty?
117
+ raise "Your source can't be read by Sorbet.\nYou can try `find . -type f | xargs -L 1 -t bundle exec srb tc --no-config --error-white-list 1000` and hopefully the last file it is processing before it dies is the culprit.\nIf not, maybe the errors in this file will help: #{SOURCE_CONSTANTS_ERR}" if File.read(SOURCE_CONSTANTS).empty?
118
118
 
119
119
  puts "Printing #{TMP_RBI}'s symbol table into #{RBI_CONSTANTS}"
120
120
  io = IO.popen(
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sorbet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4334
4
+ version: 0.4.4336
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stripe
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.4.4334
19
+ version: 0.4.4336
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.4.4334
26
+ version: 0.4.4336
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: minitest
29
29
  requirement: !ruby/object:Gem::Requirement