sorbet 0.4.4285 → 0.4.4286
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/hidden-definition-finder.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dd9105b3fc28ef63c317c4767121457c16a2206b
|
4
|
+
data.tar.gz: 7682a9bd05bbac9e18f88fd08177bf222b0d8b89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 `
|
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.
|
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.
|
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.
|
26
|
+
version: 0.4.4286
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: minitest
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|