sorbet-runtime 0.5.6352 → 0.5.6362

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: 749c737c99c9607d2b7c8dca07174fc9c29c7310022992388106585f071010e4
4
- data.tar.gz: e9288fd72206f3ea8e51147ddc98976eb2cab320b191c36b83833dfcc416aee4
3
+ metadata.gz: 6dc43fb1d27791a4aa9621406a2cb904963e7b0b90605976846e12ee3d1e3c80
4
+ data.tar.gz: 4c2f459d84d8a59c2970848314643a67fa85c0178128b587ddfd13d9c1a2aa67
5
5
  SHA512:
6
- metadata.gz: bfeba8bf0a258bab60cf9a86e924fea90e072ecc2c57963aeede61e0f40f2b260ded8d80916e672eb82310b89d7b3a4f02e2c0fb2ebf9e4c1efaa0bd888d0227
7
- data.tar.gz: 0a38952b492811ac25b9b4aed0f91adb1dce7b6c2764350e3d4ed4164a2ba7bcb48ce63366c428106062b8f394c323c4c01698718ba89d4961ef45e286ee6284
6
+ metadata.gz: 2dd14640388ec12d5ca3a87c6618d56a2a646843b1254322956cb3105a8460a90429753905ce6e88ef6b2f05b2515569ccdf4b4963c52020638cd5ae82d29c17
7
+ data.tar.gz: 279c22ae7bac5179739dc29482817be6bc9f058af68db2a7192a65ac09c3ee9fbcb6563e266bf598221e3474fc54af8a3aacb6eadf9cc16d5791e028220b39c1
@@ -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.6352
4
+ version: 0.5.6362
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-20 00:00:00.000000000 Z
11
+ date: 2021-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest