domainic-type 0.1.0.alpha.3.0.0 → 0.1.0.alpha.3.0.1

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: f21061b605848ed1ca2638a2819c3ad56949df1690a09d7f703d52c62c8d8720
4
- data.tar.gz: 35b51a1be388dd8a0ef55f58b0bb8e7190d0c1666984bfe340dfef597fe80519
3
+ metadata.gz: 7e4f8e0bb4883a197a5ed2f87b53a6dbc60ae70a41f48f6369881e8a5a5249b0
4
+ data.tar.gz: b512246f56da3aa04d9b068c080324a7ab507f96b6749a6ed8701a8bc8615901
5
5
  SHA512:
6
- metadata.gz: 30d67d75036848bae0ad52b09c276af2e560f2227f1bee01499893b4dd43fcdd6deefd444e4839bd92cde586674671634912cc203e4ce7eb2bc3d71ee77e5cc3
7
- data.tar.gz: 61e0e722906fe09d3df96e63412523b51c62dc4df9a7190f7127e18fa26c68215f44e6626d9368e140d103f6284866b7ded63b94faceafc66feaa4096b2f6624
6
+ metadata.gz: 5d807fab460c97af3e8fc50acb0f834ae8bc881d56507c668908d1baaa3b983516280a79c361fe30da893e38aeffa04561f265605c9c33633c64578a4461550f
7
+ data.tar.gz: c243d9fc6559e8d3be625c7db153d9964d2e36bcda90a33ba2e75f0cb8e69269cfa53542dddabf8fa7a4671da676bde29db7ae4893c5659d1702f38ff5a8f50f
@@ -225,7 +225,7 @@ module Domainic
225
225
  # @rbs () -> String
226
226
  def violation_description
227
227
  Type::ACCESSORS.flat_map do |accessor|
228
- @lookup[accessor].values.filter_map(&:full_violation_description)
228
+ @lookup[accessor].values.reject(&:successful?).filter_map(&:full_violation_description)
229
229
  end.join(', ').strip
230
230
  end
231
231
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: domainic-type
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.alpha.3.0.0
4
+ version: 0.1.0.alpha.3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Allen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-23 00:00:00.000000000 Z
11
+ date: 2024-12-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Stop wrestling with complex type validations and unclear error messages.
14
14
  Domainic::Type brings type validation to Ruby that is both powerful and delightful
@@ -116,15 +116,15 @@ files:
116
116
  - sig/domainic/type/types/specification/union_type.rbs
117
117
  - sig/domainic/type/types/specification/void_type.rbs
118
118
  - sig/manifest.yaml
119
- homepage: https://github.com/domainic/domainic/tree/domainic-type-v0.1.0-alpha.3.0.0/domainic-type
119
+ homepage: https://github.com/domainic/domainic/tree/domainic-type-v0.1.0-alpha.3.0.1/domainic-type
120
120
  licenses:
121
121
  - MIT
122
122
  metadata:
123
123
  bug_tracker_uri: https://github.com/domainic/domainic/issues
124
- changelog_uri: https://github.com/domainic/domainic/releases/tag/domainic-type-v0.1.0-alpha.3.0.0
125
- homepage_uri: https://github.com/domainic/domainic/tree/domainic-type-v0.1.0-alpha.3.0.0/domainic-type
124
+ changelog_uri: https://github.com/domainic/domainic/releases/tag/domainic-type-v0.1.0-alpha.3.0.1
125
+ homepage_uri: https://github.com/domainic/domainic/tree/domainic-type-v0.1.0-alpha.3.0.1/domainic-type
126
126
  rubygems_mfa_required: 'true'
127
- source_code_uri: https://github.com/domainic/domainic/tree/domainic-type-v0.1.0-alpha.3.0.0/domainic-type
127
+ source_code_uri: https://github.com/domainic/domainic/tree/domainic-type-v0.1.0-alpha.3.0.1/domainic-type
128
128
  post_install_message:
129
129
  rdoc_options: []
130
130
  require_paths: