nexus-invision 1.10.0 → 1.10.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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: ValueObject).returns(T::Boolean) }
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
@@ -3,7 +3,7 @@
3
3
 
4
4
  module Nexus
5
5
  module Invision
6
- # Leave this as 1.10.0 in order for CI process to replace with the tagged version.
7
- VERSION = "1.10.0"
6
+ # Leave this as 1.10.2 in order for CI process to replace with the tagged version.
7
+ VERSION = "1.10.2"
8
8
  end
9
9
  end