sorbet-runtime 0.4.4297 → 0.4.4298

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/types/props/_props.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3c6f01fd263e145e1758c15e11d87b1708e1cb6f
4
- data.tar.gz: 9f8a84c3b1c1bb48416e922ab188f9c0f0965927
3
+ metadata.gz: 072d964bbbd7bcf8004d73020b52df8eff33331c
4
+ data.tar.gz: aa6d1bfdb8f64cfe5815c13f50d1263ef535b572
5
5
  SHA512:
6
- metadata.gz: b7b55072858866eabd7e4ebc3eba4f85290d6ceabfdccdd88d80905a606e99bd8cb08443c50323ccab0c91e431af7d25b3187f823705ffd7b05ba120f5967e96
7
- data.tar.gz: 2b7f3e63a6ec58ae2e72cf90963b1a93c956e970f150723c7a0a2044df40de6e8e038f978f20d6bfe9e4ca1a3908fd1d3a36163430a5fdeb1f7f34604c7be721
6
+ metadata.gz: da2e95ed442095505d3d49f5238121d4655040b098370039e7873f1237a5f87a06c7300cb194322bda8c507c7a0483c69a71f4b683a3be44c2ab7447e8a3ec05
7
+ data.tar.gz: 0de7c27e71726a4165dded06b9a26fb08ce269f532de3e24d76ec36c9ad1a238aaea8d9124d01831becd4e1089350c2bfc7c16b484b1c878b7e6e93ad1763a7f
@@ -87,7 +87,7 @@ module T::Props
87
87
  # hash. This will not affect objects loaded by {.from_hash}.
88
88
  # @option rules [Proc] :factory A `Proc` that will be called to
89
89
  # generate an initial value for this prop on {#initialize}, if
90
- # none is providede.
90
+ # none is provided.
91
91
  # @option rules [T::Boolean] :immutable If true, this prop cannot be
92
92
  # modified after an instance is created or loaded from a hash.
93
93
  # @option rules [Class,T::Props::CustomType] :array If set, specifies the
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sorbet-runtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4297
4
+ version: 0.4.4298
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stripe