SnowArraySort 1.0.9 → 1.0.10

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.
@@ -5,13 +5,13 @@ module SnowArraySort
5
5
  def <=>(other)
6
6
  -super
7
7
  end
8
-
9
-
10
- def self.snowArray
11
- '<=>'
12
- -super
13
- end
14
8
  end
9
+ class SnowAdArr < SnowAD
10
+
11
+ def self.snowArray
12
+ -super
13
+ end
14
+ end
15
15
  end
16
16
 
17
17
 
@@ -1,4 +1,4 @@
1
1
  module SnowArraySort
2
- VERSION = "1.0.9"
2
+ VERSION = "1.0.10"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: SnowArraySort
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: