spotify-to-mp3 0.5.2 → 0.5.3

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
  SHA1:
3
- metadata.gz: c2b681c52ba88839064c53ca190d0ce29d29abab
4
- data.tar.gz: cd59816baea3e42fe227e39f3bb99b6624da11f9
3
+ metadata.gz: 5a7b2a9130c2b9c4f9573f368be90cd0be675214
4
+ data.tar.gz: 8edad9da4fd350fd6667583434b28c1b3088a11b
5
5
  SHA512:
6
- metadata.gz: e5ae9e0ef0c19e95dde3e2b351df1a3523f8ce73ad3846a323f0b56adbee015d31cbe3bef1dc5ec4090a3ddaab42b124eb51133942b87b36e35aa9e0dd41e5ed
7
- data.tar.gz: b3ff7be71d1201066c0174cc9f0dde8c457e9aa95f49f5944a401fbb41a9ca322d719af2505ff59d6400dcb0e95b5d50cfdf2e8192b541c2fd2ec8c97fa682d4
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.1)
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.4)
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.13.0)
27
- rspec-core (~> 2.13.0)
28
- rspec-expectations (~> 2.13.0)
29
- rspec-mocks (~> 2.13.0)
30
- rspec-core (2.13.1)
31
- rspec-expectations (2.13.0)
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.13.1)
33
+ rspec-mocks (2.14.6)
34
34
  systemu (2.6.3)
35
35
  uuid (2.3.7)
36
36
  macaddr (~> 1.0)
@@ -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.2'
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'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spotify-to-mp3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesc Rosàs