sorbet 0.4.4285 → 0.4.4286

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: 72e868736d6401bdc7497a03daee7d105abb89f8
4
- data.tar.gz: adf911fe637b5b13c2668337c5877cca7485af8d
3
+ metadata.gz: dd9105b3fc28ef63c317c4767121457c16a2206b
4
+ data.tar.gz: 7682a9bd05bbac9e18f88fd08177bf222b0d8b89
5
5
  SHA512:
6
- metadata.gz: 598392e683b53c0c45c096436554d16b5f916b870533ca3b1ea3e60d3c14acce04527af82c41628a118d61776657d96e418d553136785ffcdb604c59cb006725
7
- data.tar.gz: bc789f8949e7fc958eea84e8fe5d29c3a723cfbbbedbbc5da802f7639dc1e03141dceab2fff751204e91f43ad7f52b06814c04738b348e1a7df3314c97a319fd
6
+ metadata.gz: 6381235e5a7ef17b2cfb57cc41a80ce298ec22f1b97ccbfea0c748a948100c6f4329c7fbfd8708048cfa562c71b7a31c6ac89422b7720c1e96e975e341a035dc
7
+ data.tar.gz: f990f33c10f815508b3aa45b1666dbf32939e83f64b2a262fd434842d518217bcec99c966ee44c1333ea2650c2f4465f1f530c3d7cf96db5aedf909640bb5f36
@@ -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 `rm sorbet/config; find . -type f | xargs -L 1 -t srb tc --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 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
  # Change dir to deal with you having a sorbet/config in your cwd
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.4285
4
+ version: 0.4.4286
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.4285
19
+ version: 0.4.4286
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.4285
26
+ version: 0.4.4286
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: minitest
29
29
  requirement: !ruby/object:Gem::Requirement