soundcloud_downloader 0.1.1 → 0.1.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 25fe9882e155f69ee56686b8a39454d42e6aa09f
|
4
|
+
data.tar.gz: 3a15ae63ee874cb1f5937df536e601c7e5b512b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea1140c052c2b189c703fc80bbdc8bc71681aa5cc0763d12d8146b351d5ec4d4f36cb17e5ae35cf7272521a69d4c0fadbbe3cf00ed7189a54005c275c777b71f
|
7
|
+
data.tar.gz: 3f468478e43bd05c329d0da6eaebe9acd59d7c27337369f0267cbd63f0d9e01e46e1c029e9cd99f65941b708dc45604dddc5b5b2c8e13d46d6f46a2f0c402116
|
data/bin/soundcloud-downloader
CHANGED
File without changes
|
File without changes
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
spec.summary = %q{SoundCloud downloader}
|
12
12
|
spec.description = %q{Downloads songs from SoundCloud to your
|
13
13
|
computer as MP3 files}
|
14
|
-
spec.homepage = "https://
|
14
|
+
spec.homepage = "https://github.com/mixuuu/SoundCloud-Downloader"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: soundcloud_downloader
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mico Piira
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-11-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: excon
|
@@ -98,7 +98,7 @@ files:
|
|
98
98
|
- lib/soundcloud_downloader/song.rb
|
99
99
|
- lib/soundcloud_downloader/version.rb
|
100
100
|
- soundcloud_downloader.gemspec
|
101
|
-
homepage: https://
|
101
|
+
homepage: https://github.com/mixuuu/SoundCloud-Downloader
|
102
102
|
licenses:
|
103
103
|
- MIT
|
104
104
|
metadata: {}
|
@@ -118,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
118
118
|
version: '0'
|
119
119
|
requirements: []
|
120
120
|
rubyforge_project:
|
121
|
-
rubygems_version: 2.
|
121
|
+
rubygems_version: 2.2.2
|
122
122
|
signing_key:
|
123
123
|
specification_version: 4
|
124
124
|
summary: SoundCloud downloader
|