sorbet 0.4.4324 → 0.4.4325
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 +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ceb12a94ea5148d3267b3036274e201805c01c97
|
|
4
|
+
data.tar.gz: de1b41d060cad754fa0e7925658def9bac15c92f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: df52f3efc82d49887aba127f26348276faddf36bb3322b29f96b0df3b4c29b7a07d41ffc67c15600c9fdabedc7a761ca655e3fdc7c4957c42d2c8b5859a9d7f3
|
|
7
|
+
data.tar.gz: 33e9819ea9c824d42863459bf073ee1d224dcacad5eda1df360c03a16b315db69eaa296e2e69d619ccacf097fc7c79dc64a7620d1c5907e1faa47cb659f08598
|
data/bin/srb-rbi
CHANGED
|
@@ -149,7 +149,7 @@ We recommend skimming these docs to get a feel for how to use Sorbet:
|
|
|
149
149
|
|
|
150
150
|
If instead you want to explore your files locally, here are some things to try:
|
|
151
151
|
|
|
152
|
-
- Upgrade a file marked # typed: false to # typed: true.
|
|
152
|
+
- Upgrade a file marked #{cyan("# typed: false")} to #{cyan("# typed: true")}.
|
|
153
153
|
Then, run #{cyan("srb tc")} and try to fix any errors.
|
|
154
154
|
- Add signatures to your methods with `sig`.
|
|
155
155
|
For how, read: #{cyan("https://sorbet.org/docs/sigs")}
|
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.4325
|
|
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.4325
|
|
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.4325
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: minitest
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|