kagu 1.2.3 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/kagu/track.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 05530d96685beff7b5bd5b348a7a36ec250e14e7e3f670c8af5a8a2e90869e19
|
4
|
+
data.tar.gz: c8d0c1c58b6d249c182111234f4511796089b7edd74ed56d5df55ede882d9448
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d3ee5e53b26cb920203e1282544a3d7e30bddb72935bdacc074745dccd2bd4ca3ad8862a4edc1c049e56e128c03c796dbbb0e91c0b76ab530f77312f8041547
|
7
|
+
data.tar.gz: c805e52b6ec32a7b1656239951f5f2ff4e9647784ad1ef501efe014a42f711809368da53b13878516cb736d48eb8c647d87bd3d730a82643db4e61fff00e9716
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
2.0.0
|
data/lib/kagu/track.rb
CHANGED
@@ -16,11 +16,11 @@ module Kagu
|
|
16
16
|
|
17
17
|
def <=>(other)
|
18
18
|
return nil unless other.is_a?(self.class)
|
19
|
-
|
19
|
+
length <=> other.length
|
20
20
|
end
|
21
21
|
|
22
22
|
def ==(other)
|
23
|
-
other.is_a?(self.class) && artist == other.artist && title == other.title
|
23
|
+
other.is_a?(self.class) && artist == other.artist && title == other.title
|
24
24
|
end
|
25
25
|
|
26
26
|
def eql?(other)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kagu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexis Toulotte
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-10-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|