spotify-to-mp3 0.7.1 → 0.7.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 428dd5c91d4782cdb6eac817872d389bca246b0d
4
- data.tar.gz: 439aa7eba0c9ddb114298611e9c4228b77ec7c38
3
+ metadata.gz: 83c04d7abbf0f7aa77c794b0617bf2e42f428e99
4
+ data.tar.gz: 8e4e165819a55460833950027301228b1ce0c8f1
5
5
  SHA512:
6
- metadata.gz: 541be8cd9b1b6bd80792017d19c55e60c7f2fdc984fd1e31afd7c2790b30bfe3bc22fa5810203d22a83a174d68f96b8706d27a4b1cf0620c57aef1dd223f84a1
7
- data.tar.gz: 4c3590e359142f76d5d42393e7d5fe8eec54dff65ba382e7c445b0f835847a4e201703d3c4edce3319e527323ec319e92906258e3bdaed15bb0ff739b04e78a5
6
+ metadata.gz: 2aac6bc929bbc62d6afa565cf26e335174f618b6c42caa94dce05b0425c9053425b3835c4ff57c68ebeba0f66dea01b16535de48981f3de21a700de305dfea6c
7
+ data.tar.gz: 85df917024232de9af66f8161f8429ada00341b57b769fc22a9ed1dc89486b1101e85ede4db3b14fb68b7de35805f180ff5a029e7170d3416cf373428571e1a7
@@ -1,11 +1,11 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- spotify-to-mp3 (0.7.1)
4
+ spotify-to-mp3 (0.7.2)
5
5
  colorize (~> 0.7.5)
6
6
  grooveshark (~> 0.2.12)
7
- rspotify (~> 1.11.0)
8
- ruby-progressbar (~> 1.7.1)
7
+ rspotify (~> 1.11, >= 1.11.0)
8
+ ruby-progressbar (~> 1.7, >= 1.7.1)
9
9
 
10
10
  GEM
11
11
  remote: https://rubygems.org/
@@ -14,11 +14,11 @@ GEM
14
14
  diff-lcs (1.2.5)
15
15
  faraday (0.9.1)
16
16
  multipart-post (>= 1.2, < 3)
17
- grooveshark (0.2.12)
17
+ grooveshark (0.2.14)
18
18
  json (>= 1.4.6)
19
19
  rest-client (>= 1.5.1)
20
20
  uuid (~> 2.0)
21
- hashie (3.3.2)
21
+ hashie (3.4.0)
22
22
  json (1.8.2)
23
23
  jwt (1.2.1)
24
24
  macaddr (1.7.1)
@@ -46,14 +46,14 @@ GEM
46
46
  rest-client (1.7.2)
47
47
  mime-types (>= 1.16, < 3.0)
48
48
  netrc (~> 0.7)
49
- rspec (2.14.1)
50
- rspec-core (~> 2.14.0)
51
- rspec-expectations (~> 2.14.0)
52
- rspec-mocks (~> 2.14.0)
53
- rspec-core (2.14.8)
54
- rspec-expectations (2.14.5)
49
+ rspec (2.99.0)
50
+ rspec-core (~> 2.99.0)
51
+ rspec-expectations (~> 2.99.0)
52
+ rspec-mocks (~> 2.99.0)
53
+ rspec-core (2.99.2)
54
+ rspec-expectations (2.99.2)
55
55
  diff-lcs (>= 1.1.3, < 2.0)
56
- rspec-mocks (2.14.6)
56
+ rspec-mocks (2.99.3)
57
57
  rspotify (1.11.0)
58
58
  omniauth-oauth2 (~> 1.1)
59
59
  rest-client (~> 1.7)
@@ -66,5 +66,5 @@ PLATFORMS
66
66
  ruby
67
67
 
68
68
  DEPENDENCIES
69
- rspec (~> 2.14.1)
69
+ rspec (~> 2.14, >= 2.14.1)
70
70
  spotify-to-mp3!
data/LICENSE CHANGED
@@ -1,18 +1,21 @@
1
- Copyright (c) 2012 Francesc Rosàs
1
+ The MIT License (MIT)
2
2
 
3
- Permission is hereby granted, free of charge, to any person obtaining a copy of
4
- this software and associated documentation files (the "Software"), to deal in
5
- the Software without restriction, including without limitation the rights to
6
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7
- of the Software, and to permit persons to whom the Software is furnished to do
8
- so, subject to the following conditions:
3
+ Copyright (c) 2015 Francesc Rosàs
9
4
 
10
- The above copyright notice and this permission notice shall be included in all
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
11
13
  copies or substantial portions of the Software.
12
14
 
13
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
15
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
16
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
17
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
18
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -107,6 +107,15 @@ $ bundle exec spotify-to-mp3
107
107
  $ bundle exec rspec
108
108
  ```
109
109
 
110
+ ## Update RubyGems
111
+
112
+ Bump version in spotify-to-mp3.gemspec
113
+
114
+ ```bash
115
+ $ bundle build spotify-to-mp3.gemspec
116
+ $ bundle push spotify-to-mp3-[version].gem
117
+ ```
118
+
110
119
  ## TODO
111
120
 
112
121
  - Consider multiple artists songs
@@ -8,7 +8,7 @@ module SpotifyToMp3
8
8
  end
9
9
 
10
10
  def to_s
11
- "#{@client_track.artist} - #{@client_track.name}"
11
+ "#{@client_track.artist.strip} - #{@client_track.name.strip}"
12
12
  end
13
13
 
14
14
  def filename
@@ -2,17 +2,18 @@ Gem::Specification.new do |gem|
2
2
  gem.name = 'spotify-to-mp3'
3
3
  gem.summary = 'Spotify to MP3'
4
4
  gem.description = 'Download MP3 files of your Spotify tracks from Grooveshark'
5
- gem.version = '0.7.1'
5
+ gem.version = '0.7.2'
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'
9
+ gem.license = 'MIT'
9
10
 
10
- gem.add_runtime_dependency 'rspotify', '~> 1.11.0'
11
+ gem.add_runtime_dependency 'rspotify', '~> 1.11', '>= 1.11.0'
11
12
  gem.add_runtime_dependency 'grooveshark', '~> 0.2.12'
12
13
  gem.add_runtime_dependency 'colorize', '~> 0.7.5'
13
- gem.add_runtime_dependency 'ruby-progressbar', '~> 1.7.1'
14
+ gem.add_runtime_dependency 'ruby-progressbar', '~> 1.7', '>= 1.7.1'
14
15
 
15
- gem.add_development_dependency 'rspec', '~> 2.14.1'
16
+ gem.add_development_dependency 'rspec', '~> 2.14', '>= 2.14.1'
16
17
 
17
18
  gem.files = `git ls-files`.split("\n")
18
19
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,20 +1,23 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spotify-to-mp3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesc Rosàs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-26 00:00:00.000000000 Z
11
+ date: 2015-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspotify
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.11'
20
+ - - ">="
18
21
  - !ruby/object:Gem::Version
19
22
  version: 1.11.0
20
23
  type: :runtime
@@ -22,6 +25,9 @@ dependencies:
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
27
  - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '1.11'
30
+ - - ">="
25
31
  - !ruby/object:Gem::Version
26
32
  version: 1.11.0
27
33
  - !ruby/object:Gem::Dependency
@@ -57,6 +63,9 @@ dependencies:
57
63
  requirement: !ruby/object:Gem::Requirement
58
64
  requirements:
59
65
  - - "~>"
66
+ - !ruby/object:Gem::Version
67
+ version: '1.7'
68
+ - - ">="
60
69
  - !ruby/object:Gem::Version
61
70
  version: 1.7.1
62
71
  type: :runtime
@@ -64,6 +73,9 @@ dependencies:
64
73
  version_requirements: !ruby/object:Gem::Requirement
65
74
  requirements:
66
75
  - - "~>"
76
+ - !ruby/object:Gem::Version
77
+ version: '1.7'
78
+ - - ">="
67
79
  - !ruby/object:Gem::Version
68
80
  version: 1.7.1
69
81
  - !ruby/object:Gem::Dependency
@@ -71,6 +83,9 @@ dependencies:
71
83
  requirement: !ruby/object:Gem::Requirement
72
84
  requirements:
73
85
  - - "~>"
86
+ - !ruby/object:Gem::Version
87
+ version: '2.14'
88
+ - - ">="
74
89
  - !ruby/object:Gem::Version
75
90
  version: 2.14.1
76
91
  type: :development
@@ -78,6 +93,9 @@ dependencies:
78
93
  version_requirements: !ruby/object:Gem::Requirement
79
94
  requirements:
80
95
  - - "~>"
96
+ - !ruby/object:Gem::Version
97
+ version: '2.14'
98
+ - - ">="
81
99
  - !ruby/object:Gem::Version
82
100
  version: 2.14.1
83
101
  description: Download MP3 files of your Spotify tracks from Grooveshark
@@ -112,7 +130,8 @@ files:
112
130
  - spec/spotify_spec.rb
113
131
  - spotify-to-mp3.gemspec
114
132
  homepage: https://github.com/frosas/spotify-to-mp3
115
- licenses: []
133
+ licenses:
134
+ - MIT
116
135
  metadata: {}
117
136
  post_install_message:
118
137
  rdoc_options: []