sorbet-runtime 0.6.13319 → 0.6.13320

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/types/props/decorator.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6190801edfe6983b1194473d212e2df6f9f132a6b516dfa3808c5350bbc6efb6
4
- data.tar.gz: f59622511e7b48f2c9171afa6cf4cfeb67ef24292a1b8628fe6952ac0b5f31b0
3
+ metadata.gz: 56f2d4a3622bd5e0926326c8870c236f80eb3593122cacdb712b0eaa7374ae2e
4
+ data.tar.gz: 6f14e6231fe4fec57e661a359814a038fd58bec6136eda6890f95676b81e46c8
5
5
  SHA512:
6
- metadata.gz: 6290cdac587b38b7e907a7150e21b7a296a267bc0711a37e83e0bf85894a4b80a2895754a5a0004da99253b7609c531f3944214913cea2f60a479e727dfca47c
7
- data.tar.gz: 1d883f69a4df429ba97a8ddf418ce70646509c6e52ac733dc43ecee78f1ee999cc9555d91fe598e354aef2e55921ecfeba382315f0c6b53ee817fd88313ff4ca
6
+ metadata.gz: f5af775cf558aa90be620bb9f299ba7b6bd1be28cdc6b39945226b66bc70e730db598bc02e215071fc358f597a751ab59311372f4d46293e5d2d36c750b3d890
7
+ data.tar.gz: 391e378e8f5cd33bd4b2e06b8e2453c127fa9fdf0ef9aef2bb38ff057e0c3b1e7a3253d64d53d93358da56369f78ddf320f2db3bf8f49d48c0c7eeb759d54eb4
@@ -631,7 +631,7 @@ class T::Props::Decorator
631
631
  end
632
632
 
633
633
  unless foreign.is_a?(Proc)
634
- T::Configuration.soft_assert_handler(<<~MESSAGE, storytime: {prop: prop_name, value: foreign}, notify: 'jerry')
634
+ T::Configuration.hard_assert_handler(<<~MESSAGE, storytime: {prop: prop_name, value: foreign})
635
635
  Please use a Proc that returns a model class instead of the model class itself as the argument to `foreign`. In other words:
636
636
 
637
637
  instead of `prop :foo, String, foreign: FooModel`
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.6.13319
4
+ version: 0.6.13320
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stripe