spotify-to-mp3 0.5.2 → 0.5.3
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +9 -9
- data/spotify-to-mp3.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5a7b2a9130c2b9c4f9573f368be90cd0be675214
|
4
|
+
data.tar.gz: 8edad9da4fd350fd6667583434b28c1b3088a11b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d9b7509f4327a00491b80c80807658f980c11b2121adb337d3037c443390238585d34a539802233d5564360ab535a43a4b913c84494c7e8425e2b6ca8ef9090
|
7
|
+
data.tar.gz: 79992f6de60afb145182e4ba0edeb0b138c3a5d5392e27d55ced0353f85ca24300993c0b5481f034b0770730ed5e3c2371e004a504d503516fac78db23004647
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
spotify-to-mp3 (0.5.
|
4
|
+
spotify-to-mp3 (0.5.2)
|
5
5
|
colorize
|
6
6
|
grooveshark
|
7
7
|
json_pure
|
@@ -11,7 +11,7 @@ GEM
|
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
13
|
colorize (0.6.0)
|
14
|
-
diff-lcs (1.2.
|
14
|
+
diff-lcs (1.2.5)
|
15
15
|
grooveshark (0.2.11)
|
16
16
|
json (>= 1.4.6)
|
17
17
|
rest-client (>= 1.5.1)
|
@@ -23,14 +23,14 @@ GEM
|
|
23
23
|
mime-types (2.1)
|
24
24
|
rest-client (1.6.7)
|
25
25
|
mime-types (>= 1.16)
|
26
|
-
rspec (2.
|
27
|
-
rspec-core (~> 2.
|
28
|
-
rspec-expectations (~> 2.
|
29
|
-
rspec-mocks (~> 2.
|
30
|
-
rspec-core (2.
|
31
|
-
rspec-expectations (2.
|
26
|
+
rspec (2.14.1)
|
27
|
+
rspec-core (~> 2.14.0)
|
28
|
+
rspec-expectations (~> 2.14.0)
|
29
|
+
rspec-mocks (~> 2.14.0)
|
30
|
+
rspec-core (2.14.7)
|
31
|
+
rspec-expectations (2.14.5)
|
32
32
|
diff-lcs (>= 1.1.3, < 2.0)
|
33
|
-
rspec-mocks (2.
|
33
|
+
rspec-mocks (2.14.6)
|
34
34
|
systemu (2.6.3)
|
35
35
|
uuid (2.3.7)
|
36
36
|
macaddr (~> 1.0)
|
data/spotify-to-mp3.gemspec
CHANGED
@@ -2,7 +2,7 @@ Gem::Specification.new do |gem|
|
|
2
2
|
gem.name = 'spotify-to-mp3'
|
3
3
|
gem.summary = 'Spotify to MP3'
|
4
4
|
gem.description = 'Download Spotify tracks as MP3 files from Grooveshark'
|
5
|
-
gem.version = '0.5.
|
5
|
+
gem.version = '0.5.3'
|
6
6
|
gem.author = 'Francesc Rosàs'
|
7
7
|
gem.email = 'francescrosasbosque@gmail.com'
|
8
8
|
gem.homepage = 'https://github.com/frosas/spotify-to-mp3'
|