sorbet-runtime 0.4.4259 → 0.4.4260

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3909a57b70b185b7f3230558a9ce18596689f761
4
- data.tar.gz: 95c59dfc0076bf5d4dd2b9fab52f4fa76916138b
3
+ metadata.gz: 966ae5d01529f0f23d832982c0610981e55f2558
4
+ data.tar.gz: 4fff6f0c3373ed9537411c9364b0cc5c7ab51a16
5
5
  SHA512:
6
- metadata.gz: 948ff250853d430059e4c5f8b33f4c387e084e98c5bb1b2d3db2a47878d8178b0648699a54c6fef307b6ac18560e39cf910d6b5f5a8fd2a2c3bed80cb4de04da
7
- data.tar.gz: 8bd1db27b86d9b0993f0e4c6a851f47d09fa74948a5d1e84221d716ea39df92c40daa8b7da4c27b52b6175941cbc75e99a5e76143ca897f0912080df9280d3e7
6
+ metadata.gz: c48b17fdde9e5835fffce389e2edb6dbccd06f5af0695ba1796ce098ccd81dab92a1cdfb9dcf25c946e014fb7f05d0c61eac231089c5f07c2e961abb49eb67fb
7
+ data.tar.gz: 6c56da62a92c742e2e43b11f2094f282a3729d5d3ebc02af82febb17aba89d1e0d6aae19286a3d5063f11da6a9b64fafe8517ec8c77f681ea6d3ed08e6880f90
data/lib/types/_types.rb CHANGED
@@ -10,7 +10,7 @@
10
10
  # |_| \__, | .__/ \___||___/
11
11
  # |___/|_|
12
12
  #
13
- # Docs at http://go/types.
13
+ # Docs at https://sorbet.org/docs/sigs
14
14
  #
15
15
  # Types that you can pass to `sig`:
16
16
  #
data/lib/types/sig.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  # rubocop:disable PrisonGuard/NoTopLevelDeclarations, PrisonGuard/PackageMatchesDirectory
4
4
 
5
5
  # Used as a mixin to any class so that you can call `sig`.
6
- # Docs at http://go/types
6
+ # Docs at https://sorbet.org/docs/sigs
7
7
  module T::Sig
8
8
  module WithoutRuntime
9
9
  # At runtime, does nothing, but statically it is treated exactly the same
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sorbet-runtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4259
4
+ version: 0.4.4260
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stripe