sounddrop 0.0.1 → 0.0.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 +8 -8
- data/lib/sounddrop/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
OWQ1ZWY0NTlkOGFiNGY1ZjdjYmFiNmIwZDM4ZWRmOTVkMzRlNjczNA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NzcxMGExNmE2NTVjY2E4NDU4NjY4MDQ2ZjMwMmQ5ZDczOTJkZWQ2ZA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NGRkOTViZGU0YWExZjk5NDU3OGU0YWVkNTliNGMwYjQ1MzczMzBiYmFhOWM2
|
|
10
|
+
MzY1ZmM4YTc1ZGExOTgyYTRiZjNhMThlNDk3OTIwN2I0OTQ2NGNhMDRmN2Jh
|
|
11
|
+
N2MxNGMzYWNkNzU5MTM1MDc5ZjdlZTVhMWE5Y2Y3YTY2Y2VhYjA=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NWEzMzc0NWMzNDlhNmM2ZTA2YmVkYTQ3YzI5NDg5Yjc2N2VjOGU0NWE0YWZi
|
|
14
|
+
MWRiYmVkN2JhMjE4OGQ1NzY3NDg1NGYwZTMyNDI1M2QxOGI4NjA4ZWFjYWE4
|
|
15
|
+
ZTVjYzYyMmYwMDNhYmQ3NGU4ZWYzODA2NGZmN2JkMTkzNTkzNWQ=
|
data/lib/sounddrop/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sounddrop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alex Bezobchuk
|
|
@@ -80,7 +80,7 @@ dependencies:
|
|
|
80
80
|
- - ~>
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0.10'
|
|
83
|
-
description: A gem that provides audio and track information about a
|
|
83
|
+
description: A gem that provides audio and track information about a Soundcloud song
|
|
84
84
|
given a URL
|
|
85
85
|
email:
|
|
86
86
|
- abezobchuk@gmail.com
|
|
@@ -117,5 +117,5 @@ rubyforge_project:
|
|
|
117
117
|
rubygems_version: 2.4.2
|
|
118
118
|
signing_key:
|
|
119
119
|
specification_version: 4
|
|
120
|
-
summary: Provides audio and track information about a
|
|
120
|
+
summary: Provides audio and track information about a Soundcloud song given a URL
|
|
121
121
|
test_files: []
|