wongi-engine 0.4.1 → 0.4.2

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: e4882eda1c68ecfe584c5792c5ee1e450915f32835528b24879fa7152e76823f
4
- data.tar.gz: 1cf31f0ef359346d7701aa65a7a0ab8b6143cad21528abe4fe5687d0482dbbbf
3
+ metadata.gz: 461346062a679921c61fc0b35bc2e89ef0d06920745d650b48fedbbc452b780a
4
+ data.tar.gz: df2bf13a3551dc049e08398b11ac42440a34e4cb651f5092b74d3efdd5a3aecf
5
5
  SHA512:
6
- metadata.gz: f2682f0a522ec363e3efaa4029ced8b0a95120baf58975f8e9d83a90be5795dc073ccdd82e0340cd89262b1d0f6a302e915d4cbe42175c94c40d2109fe149193
7
- data.tar.gz: 61b9e9b4945726a2a2cde1d16b72adcde1032b165d52bc1d824a7c2c9970466ccd11eed539e669e00af87014395988cde474e1cb59c22d7cb5ef39abecec286b
6
+ metadata.gz: 0a3495df610621e35c8cef1a0cbf39aa0b26a8cee6d699df2bf4cdb451f4c06db534d7943bb4f30778d21289406d54ba0264f54ecfe3b839e3b1d50ccd6b63b3
7
+ data.tar.gz: 8f85d69a8f476eec9a6ee8cf97ade3a4b8e9959616114511ca65007cd225feb0963613750628a450d5ea5f905fcaed65082662db828491a7caa9c533dc70db37
@@ -27,7 +27,7 @@ module Wongi::Engine
27
27
  end
28
28
 
29
29
  def ==(other)
30
- super && x == other.x && y == other.y
30
+ self.class == other.class && x == other.x && y == other.y
31
31
  end
32
32
  end
33
33
  end
@@ -29,7 +29,7 @@ module Wongi::Engine
29
29
  end
30
30
 
31
31
  def ==(other)
32
- super && x == other.x && y == other.y
32
+ self.class == other.class && x == other.x && y == other.y
33
33
  end
34
34
  end
35
35
  end
@@ -27,7 +27,7 @@ module Wongi::Engine
27
27
  end
28
28
 
29
29
  def ==(other)
30
- super && x == other.x && y == other.y
30
+ self.class == other.class && x == other.x && y == other.y
31
31
  end
32
32
  end
33
33
  end
@@ -27,7 +27,7 @@ module Wongi::Engine
27
27
  end
28
28
 
29
29
  def ==(other)
30
- super && x == other.x && y == other.y
30
+ self.class == other.class && x == other.x && y == other.y
31
31
  end
32
32
  end
33
33
  end
@@ -27,7 +27,7 @@ module Wongi::Engine
27
27
  end
28
28
 
29
29
  def ==(other)
30
- super && x == other.x && y == other.y
30
+ self.class == other.class && x == other.x && y == other.y
31
31
  end
32
32
  end
33
33
  end
@@ -29,7 +29,7 @@ module Wongi::Engine
29
29
  end
30
30
 
31
31
  def ==(other)
32
- super && x == other.x && y == other.y
32
+ self.class == other.class && x == other.x && y == other.y
33
33
  end
34
34
  end
35
35
  end
@@ -27,7 +27,7 @@ module Wongi::Engine
27
27
  end
28
28
 
29
29
  def ==(other)
30
- super && x == other.x && y == other.y
30
+ self.class == other.class && x == other.x && y == other.y
31
31
  end
32
32
  end
33
33
  end
@@ -27,7 +27,7 @@ module Wongi::Engine
27
27
  end
28
28
 
29
29
  def ==(other)
30
- super && x == other.x && y == other.y
30
+ self.class == other.class && x == other.x && y == other.y
31
31
  end
32
32
  end
33
33
  end
@@ -1,5 +1,5 @@
1
1
  module Wongi
2
2
  module Engine
3
- VERSION = "0.4.1".freeze
3
+ VERSION = "0.4.2".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wongi-engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Valeri Sokolov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-08 00:00:00.000000000 Z
11
+ date: 2022-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry