sorbet-runtime 0.5.6357 → 0.5.6366

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: af0af968f8204c447175aead08b74947d49a5623650a65af07a65c51710ca78f
4
+ data.tar.gz: 27c90e3d49b381090c06a98817ad3dd4817766979c64f57094b1d427ba6a9270
5
5
  SHA512:
6
- metadata.gz: 2c71a09ca70498f152a37c40c567f61e13067d6f0635a544578d329d84e8013650a553d83cd77a336a6b3ff9b7fbfd31b1675f3d83c8a4a22d6d67f30ca0fa10
7
- data.tar.gz: 157ad03691136f5262da24cae305b481a1f018692944b9ec7028a625176e5710c39499c4ccc210d222c7465cca237d78269d0a7d969bfda7f0ac6da191c59e51
6
+ metadata.gz: fd883110795fd7da25a48c368ac362dd885499b1a73b9d400f16e034c72cc53938b5bf5284a746854c56fccfe8b1185b4e5eede1e394a803ee8139eef6bd70d6
7
+ data.tar.gz: 6370aebf87195325f9f68f964ac20861853a950ebff580ee1d79dde4b3a42e0aaab8a01f120965498f8455873370d051f56ccfd43d1988a145403d3575f4407f
@@ -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.6366
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-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest