soundcloud-downloader 1.2.0 → 1.2.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/soundcloud-downloader.rb +0 -8
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dc206be31d769f4d0e10c0ed0a26c95dd5516984
4
- data.tar.gz: f607791f93bea730aeb57388a25548d77e79f9e4
3
+ metadata.gz: b7c4004230ea58215391c79a10287043349658dc
4
+ data.tar.gz: 3d94e7114d4f8aaf63312d54a0943f352d5abea6
5
5
  SHA512:
6
- metadata.gz: b7fb3c8ecbfc988f1d18be993cf9a19aeb8978ab471fa194448dc746592ee666fb7d157fe2a259b49fb1bd0b37f7b6a03f3bb2ad72a7141790502b6e156fa976
7
- data.tar.gz: 7c8164e32bb72d589da3d7865b4279b88d5d2aa635973bb6a15557357df67605c36390acd1444c974e30eedcdf8a7639fd2a7059dd3f4341ef99643097ec9dd9
6
+ metadata.gz: b048888518acd8a705739b962ecc3b773f91dace1b9cd53f01ab17f9503b7466e16d15a41567b6f4f9a8dd6d252aaee14f21e32850b2bc6f5b5edcdd8a82d2bf
7
+ data.tar.gz: 6ff37d4330e80446d855fe6a9d835d39b9109e41f73155141faa5c890a345376274b3c7b72541e4375989f325836aacb3b996665e110eefb03a39293f8744735
@@ -35,14 +35,6 @@ module SoundCloud
35
35
  end
36
36
  end
37
37
 
38
- class Rails
39
- def self.download!(url, filename)
40
- send_data open(url).read,
41
- :type => "audio/mpeg",
42
- :disposition => "attachment; filename=\"#{filename}.mp3\""
43
- end
44
- end
45
-
46
38
  class Client
47
39
 
48
40
  attr_reader :client_id, :path, :fs_location, :url
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soundcloud-downloader
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Dehan