twisty_puzzles 0.0.34 → 0.0.35

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: d97ccbff9f193fbb7406de38b04d408f48c2cf58c5a55bc6bb731b3585abc277
4
- data.tar.gz: 987b9331d652a8e8e0637f0382a63ce80eb1378c87853b595ade065f77eb9a76
3
+ metadata.gz: 66e7a9b86d8d381b95a5f8f81736ce6df3bf121742c5b802dc1197f587ff064b
4
+ data.tar.gz: 21d10876ef99087df6e243a9b405c5272e74a13601fd71a3389a11a2c225905c
5
5
  SHA512:
6
- metadata.gz: 00e6a30b9753bc955762a04858bcc88926daaaa6f7485453ae1e90c99011cb6b7b481e79f18947871f6fcdd4f3c2126653238b700c3bc970476e6263a1704e7f
7
- data.tar.gz: 5d9f333c879419b5a9ec1e4a62dd70fb3c33f4bd1102578ad191113ea1e23a2ba073be4ecc0ce8c4827a4b427885463113b3bb0291b927f9c9bef183d054a6c6
6
+ metadata.gz: fa1def58113526fa40421e30650da8fcd5f136947405697fa04e2c62278a618f9efdb7ce7b1a22979e3794aa8e59a9f2b1e2d723627e09567d16adb58fe6c3dd
7
+ data.tar.gz: 95af3315c8fa3036780b9fe70abd2dd1b7afabe42a04c2373a791f3da401f7be1d7dde5ba3201c68b69b25ba7904955496c07855faee617c67367781b4f4b2db
@@ -77,7 +77,7 @@ module TwistyPuzzles
77
77
  end
78
78
 
79
79
  def <=>(other)
80
- [part_type, @parts, @twist] <=> [other.part_type, other.parts, other.twist]
80
+ [part_type.name, @parts, @twist] <=> [other.part_type.name, other.parts, other.twist]
81
81
  end
82
82
 
83
83
  def canonicalize
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TwistyPuzzles
4
- VERSION = '0.0.34'
4
+ VERSION = '0.0.35'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twisty_puzzles
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.34
4
+ version: 0.0.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bernhard F. Brodowsky