nexus-invision 1.10.0 → 1.10.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/nexus/invision/value_object.rb +1 -1
- data/lib/nexus/invision/version.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bf10a8da5ec2072130dbedb0d765bcbc9c24acd4400f06ab97e5bf63fbae1d76
|
4
|
+
data.tar.gz: 924f770f88d420759088e00832205ff55d687b41c4dc1afb8a9064681a5c1fde
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b421b755ce1379a81ea8ee231d9b1e2a4374edb073d32066f2395e187da6dc512448183ae967adf3cea7f92c8f596db5c17b403ab30705df7f7b17df68639c8f
|
7
|
+
data.tar.gz: 79e1642bdab18d0a217d2d35dd4adfee945377acfce144f5ca2ee1491bac2ba5096866772e919f4452c131038470d50072e57fff2a43a666745f34a0889d9d9b
|
@@ -17,7 +17,7 @@ module Nexus
|
|
17
17
|
sig { abstract.returns(T::Hash[String, T.untyped]) }
|
18
18
|
def serialize; end
|
19
19
|
|
20
|
-
sig { params(other:
|
20
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
21
21
|
def eql?(other)
|
22
22
|
self.class == other.class && serialize == other.serialize
|
23
23
|
end
|