sorbet-runtime 0.5.6351 → 0.5.6361

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: d598bc133cb90dc719b9072e14eb5bc578c679694887ee98e657571d85a46d2a
4
- data.tar.gz: 7c718728dfb154109f628a36566bf7fa85ca3d8df7f379a391344863e520fa63
3
+ metadata.gz: 7c3c8037bb50d326366bcd08cd5f6b40d94e9a623d88d842572ac0416a92366a
4
+ data.tar.gz: 4a9a72b244694b9ae07e966b8f02fd46fa7c560152cff9328b3aecdf1451c8b4
5
5
  SHA512:
6
- metadata.gz: 10c9194b02d89b13d546bcf3a9e2ca6e4e1d3d0b7225e1f4b3d17d7fb8f599a3e5f55815fd36997d86ad4834c531674befe7e224dcf8697b3f856c173812f78c
7
- data.tar.gz: 184e4212a39731ae43f29a4120505c9d0f4b974d1a8ec9dba015b804f57c1ec17fceebefafd260aaca32fd08600cdf7f8a9b723248d5535e8397639ff520783d
6
+ metadata.gz: 2cbeb026bd1f8eef43544910660bd00411cb12bc0c8cb2ceba11dff02fa53274e7814f3f6459dca78f940718f8f8d3b1667a032d487653d9db9df25ca5732961
7
+ data.tar.gz: c3335fd1f8a44a735867c874ab3199fa5c9f777d0f41b14164905f34e653ac32d977d2af3638ac8c797fbf1a8f577c16ca2e853ed1dce7a7bd00708bdfeee067
@@ -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.6351
4
+ version: 0.5.6361
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-19 00:00:00.000000000 Z
11
+ date: 2021-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest