soundcloud_downloader 0.1.1 → 0.1.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: e463e0ae3702a0b02f3917b106c64354e42920f2
4
- data.tar.gz: d65c7c79d922960c05a42b74a40f78ea5934f5f9
3
+ metadata.gz: 25fe9882e155f69ee56686b8a39454d42e6aa09f
4
+ data.tar.gz: 3a15ae63ee874cb1f5937df536e601c7e5b512b6
5
5
  SHA512:
6
- metadata.gz: 5e11d7757806c0018243f916b7f54e95429d1649c6f85ef53dd780bd08ac6d11a313234bd99046cb679297026e83554ad6b3bcbb7e923a89c7790fd5042cf9f8
7
- data.tar.gz: b4f00c07ec43794ec3f03b3f7b5f1d206e68d4dc2034750af0d10b5d5e10a41e69f74ac5f79c0d5921afe3a23309cdfc1d61395be64412542ed5d6aeb2753a31
6
+ metadata.gz: ea1140c052c2b189c703fc80bbdc8bc71681aa5cc0763d12d8146b351d5ec4d4f36cb17e5ae35cf7272521a69d4c0fadbbe3cf00ed7189a54005c275c777b71f
7
+ data.tar.gz: 3f468478e43bd05c329d0da6eaebe9acd59d7c27337369f0267cbd63f0d9e01e46e1c029e9cd99f65941b708dc45604dddc5b5b2c8e13d46d6f46a2f0c402116
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module SoundcloudDownloader
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -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://gitlab.com/mixu/soundcloud-downloader"
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.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-10-29 00:00:00.000000000 Z
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://gitlab.com/mixu/soundcloud-downloader
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.4.1
121
+ rubygems_version: 2.2.2
122
122
  signing_key:
123
123
  specification_version: 4
124
124
  summary: SoundCloud downloader