sorbet 0.5.5532 → 0.5.5544
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/bin/srb-rbi +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9dff44ed3310f22f6dc64c88523d34d106f3750f
|
|
4
|
+
data.tar.gz: 17130e9feb146ff5b12a626c5c4c19f64714c1f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 50c6f2b14cd8e5ed7ad37bbf7e58d00f86f3ca86731598329c342c1a894de428a99ae0ade1fa4cfdcdabdcacd557b2d1ad2d6a62f3dbacc29b9d4f2c77e1b5ba
|
|
7
|
+
data.tar.gz: cb1c740ade8fae49a9461a9df771a82e666890079ce2040c82f1e67c15e63f68ad4c5007c1cc6def013a752463f86bf28d3809c0c99306914c726649859c6147
|
data/bin/srb-rbi
CHANGED
|
@@ -176,7 +176,7 @@ If instead you want to explore your files locally, here are some things to try:
|
|
|
176
176
|
- Check whether things that show up in the TODO RBI file actually exist in your project.
|
|
177
177
|
It's possible some of these constants are typos.
|
|
178
178
|
- Upgrade a file marked #{cyan("# typed: ignore")} to #{cyan("# typed: false")}.
|
|
179
|
-
Then, run #{cyan("srb tc")} and try to fix any errors.
|
|
179
|
+
Then, run #{cyan("srb rbi hidden-definitions && srb tc")} and try to fix any errors.
|
|
180
180
|
|
|
181
181
|
#{emojify("🙌", "Please don't hesitate to give us your feedback!")}
|
|
182
182
|
"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sorbet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.5544
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stripe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-04-
|
|
11
|
+
date: 2020-04-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sorbet-static
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.5.
|
|
19
|
+
version: 0.5.5544
|
|
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.5.
|
|
26
|
+
version: 0.5.5544
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: minitest
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|