sorbet-runtime 0.5.6353 → 0.5.6363

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
  SHA256:
3
- metadata.gz: '069891f68b6b2b9b365b40fec9b3dfb01f07c22a944c707d60ff3a8fd40450e3'
4
- data.tar.gz: 2f44e74bfdb9d0dc36cb67baa58c4b3d8683ae85a0ce4433290247026edbb118
3
+ metadata.gz: f8de14623190726b7e6a7f7911eb5e807a515ef8efb2d084b663adac913a5629
4
+ data.tar.gz: 8e291224125c50c78c1d7c39dce070693ea545f19580aa3995e8c9d9306d7efd
5
5
  SHA512:
6
- metadata.gz: e4128803eed737e960e4b7fc45f39d41e265a837f10594ed71d45afd15b23624c59fa79d1aa62d33080d063d7234b15ffd02f6f61a5014996aaf1801845dbbc7
7
- data.tar.gz: 4125231ae4581a7f14c32a01151a0adbb51697065f8d8f8be4e4dcd4bc6a46ad09ae77e65b8b017aa738b997bf2c13e0a3912179991c3e797d3816ac4ca3cbc2
6
+ metadata.gz: e4fbe8f07c00c058d0d25fada1c3d1a727f816a57372038f82dfa205640999fe7f572601b999aecddcf13ef0017a3a67c9fd925c64abc7ee01db70f7e12871fd
7
+ data.tar.gz: f0e8c1d5ca23733a09cc446799fc93f61aeb05306a6de4ac29c81e19162024a38d63b7bb5cb29055eb5357f159ba1a9c8dd758be804064b7de2b3c036ab101bb
@@ -2,7 +2,7 @@
2
2
  # typed: true
3
3
 
4
4
  module T::Types
5
- # Takes a hash of types. Validates each item in an hash using the type in the same position
5
+ # Takes a hash of types. Validates each item in a hash using the type in the same position
6
6
  # in the list.
7
7
  class FixedHash < Base
8
8
  attr_reader :types
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sorbet-runtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6353
4
+ version: 0.5.6363
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stripe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-24 00:00:00.000000000 Z
11
+ date: 2021-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest