sorbet-runtime 0.5.6357 → 0.5.6360

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: '043596fdb160f2d17988b48b8eda6c7275d7d1fd6384f097bcbdf87c4d4defe6'
4
- data.tar.gz: 43cb4fc1d2acc6eef38b351a64431748817352454e6cd355e1e997e5839689c0
3
+ metadata.gz: 1d5327aaf5637dd246d494304c3ec3ae7acae6a685154a4cd3ed24d958863fd1
4
+ data.tar.gz: ed2f2822e62ad53a1aa7ab71adae9bd41881139958810865d860de53cf07a5f1
5
5
  SHA512:
6
- metadata.gz: 2c71a09ca70498f152a37c40c567f61e13067d6f0635a544578d329d84e8013650a553d83cd77a336a6b3ff9b7fbfd31b1675f3d83c8a4a22d6d67f30ca0fa10
7
- data.tar.gz: 157ad03691136f5262da24cae305b481a1f018692944b9ec7028a625176e5710c39499c4ccc210d222c7465cca237d78269d0a7d969bfda7f0ac6da191c59e51
6
+ metadata.gz: c5d70069d4a8fdf358ab21ba987c778760f8b0a3282ca79179f71bef19ca0d264612637080aa06f37a36b6df6e18ad532cca25fbc8af171461f13135aff26ee9
7
+ data.tar.gz: 9770d540b170244d5f68cf3035625c5a8491e192d7b6a864fd0692a960dcc0f39a2f81d8e9fa665e80543b1c558073fd1c7993ab3d573412c2281ca306f396f7
@@ -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.6357
4
+ version: 0.5.6360
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-25 00:00:00.000000000 Z
11
+ date: 2021-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest