evt-schema 2.2.4.2 → 2.2.4.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d58d59e9ba7a13ceb827d3c92a6b33bcff78220070a2dd98b0ffacfd478d829
4
- data.tar.gz: f3eb48a36b7443db1c40aac6fc712145b7da32550a0a7bbd747a8cf57bc1189b
3
+ metadata.gz: 92919dd39748e64208d54c479b92a089c07be405c676de01bb31c71a952f7397
4
+ data.tar.gz: 1e174dbaabc4825bc20fae54dd92e3035b9e32813fac33b7223c84f3c623cb12
5
5
  SHA512:
6
- metadata.gz: 61a1bba3069dd5993b66e2e457446e2fa888941a31fc58d92724f2d20b689b73fff3d79f4a42327ee506d216a327448f7643e199cd53778ac3841963fc96fec6
7
- data.tar.gz: d4580b381a7d00591ec57fef475305e5dbe798f5667788043147b37b23d4876c8f2a43587b204cd7f5d5b8f8894f3cfbcc4316a15f4b28f2172906c89df838b9
6
+ metadata.gz: bf87a1c0634bbfdbb56bf38978e03aa42e50b247e4557b3a5dd2abfcab467cef3509bb07b15fa770497a41acaa7040c7e3b2422d76a6ed02c33f112b6d84a341
7
+ data.tar.gz: e4b31461c2dfa18968a5d3a0184afd3a259800ce9ff5deed77493a11cae7b3be00dc435966352ae955177aa1de715cbb2754f8d91eec7cda6150515b4d14b4fd
@@ -28,11 +28,11 @@ module Schema
28
28
 
29
29
  def self.assure_schemas(control, compare)
30
30
  if not control.is_a?(Schema)
31
- raise Error, 'Control object is not an implementation of Schema'
31
+ raise Error, 'Control object is not an implementation of Schema (Control Class: #{control.class.name})'
32
32
  end
33
33
 
34
34
  if not compare.is_a?(Schema)
35
- raise Error, 'Compare object is not an implementation of Schema'
35
+ raise Error, 'Compare object is not an implementation of Schema (Compare Class: #{compare.class.name})'
36
36
  end
37
37
  end
38
38
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: evt-schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.4.2
4
+ version: 2.2.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Eventide Project