spotify-search 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- metadata +40 -6
- checksums.yaml +0 -15
metadata
CHANGED
@@ -1,15 +1,48 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spotify-search
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- TJ Biddle
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date:
|
12
|
-
dependencies:
|
12
|
+
date: 2014-01-23 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: rest-client
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
18
|
+
requirements:
|
19
|
+
- - ~>
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: 1.6.7
|
22
|
+
type: :runtime
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - ~>
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: 1.6.7
|
30
|
+
- !ruby/object:Gem::Dependency
|
31
|
+
name: json
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
33
|
+
none: false
|
34
|
+
requirements:
|
35
|
+
- - ~>
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: 1.8.1
|
38
|
+
type: :runtime
|
39
|
+
prerelease: false
|
40
|
+
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
42
|
+
requirements:
|
43
|
+
- - ~>
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: 1.8.1
|
13
46
|
description: Spotify metadata API Wrapper.
|
14
47
|
email: biddle.thomas@gmail.com
|
15
48
|
executables: []
|
@@ -35,25 +68,26 @@ files:
|
|
35
68
|
- lib/spotify.rb
|
36
69
|
homepage: https://github.com/thomasbiddle/spotify-search
|
37
70
|
licenses: []
|
38
|
-
metadata: {}
|
39
71
|
post_install_message:
|
40
72
|
rdoc_options: []
|
41
73
|
require_paths:
|
42
74
|
- lib
|
43
75
|
required_ruby_version: !ruby/object:Gem::Requirement
|
76
|
+
none: false
|
44
77
|
requirements:
|
45
78
|
- - ! '>='
|
46
79
|
- !ruby/object:Gem::Version
|
47
80
|
version: '0'
|
48
81
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
82
|
+
none: false
|
49
83
|
requirements:
|
50
84
|
- - ! '>='
|
51
85
|
- !ruby/object:Gem::Version
|
52
86
|
version: '0'
|
53
87
|
requirements: []
|
54
88
|
rubyforge_project:
|
55
|
-
rubygems_version:
|
89
|
+
rubygems_version: 1.8.24
|
56
90
|
signing_key:
|
57
|
-
specification_version:
|
91
|
+
specification_version: 3
|
58
92
|
summary: Spotify metadata API Wrapper
|
59
93
|
test_files: []
|
checksums.yaml
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
---
|
2
|
-
!binary "U0hBMQ==":
|
3
|
-
metadata.gz: !binary |-
|
4
|
-
NDFlNTE4NGVmNmFlZjUzZTllZjg4NzdlNDMyZTk2NTk5YTI3NTVmMg==
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
ODdhNjRiMjgyOGU4M2FkOWU1ZTdiMDA3YWE0NGVkMjY5MTg2YWE5ZA==
|
7
|
-
!binary "U0hBNTEy":
|
8
|
-
metadata.gz: !binary |-
|
9
|
-
ZmU0ZGQ5YzQyZjc0NzlkMzBhMTA1ODUwNzExMmIwOTYwYWM3YjIyNzg5NWJm
|
10
|
-
YWRlOTgwNmU1YjYxMjg3MjI4NWI4NGMxODE2NDk2ZWM2MTdhMTBjNWFhYmFj
|
11
|
-
N2U0YWM0Y2QwMWM2NWEwYjg1YjZkN2ViYjE2M2JkMmViMDZmYmI=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
OTI2MmFlMjViMjRlZmM1MWVmZTZiNDU5OGJhMGRiYTk5Nzc4MmVjMzYxZThi
|
14
|
-
YzQ0NWY3NjhmZjI2NThjYjY4NGU0MDAyYzQ3ZjI3NTRiMmM2ZGYyM2JhNTUx
|
15
|
-
NmE0Mjg2NWQ3MmNiZjUwMTEyNDhjNThlNDFhZmZkMWJiNjYwNDY=
|