subsonic-api 0.3 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/subsonic-api.rb +1 -2
- metadata +3 -2
data/lib/subsonic-api.rb
CHANGED
@@ -3,11 +3,10 @@ $:.unshift(File.dirname(__FILE__) + '/subsonic')
|
|
3
3
|
%w[
|
4
4
|
httparty
|
5
5
|
json
|
6
|
-
awesome_print
|
7
6
|
].each do |file|
|
8
7
|
require file
|
9
8
|
end
|
10
9
|
|
11
10
|
module Subsonic
|
12
|
-
autoload :Client, File.join(File.expand_path(File.dirname(__FILE__)), "subsonic-
|
11
|
+
autoload :Client, File.join(File.expand_path(File.dirname(__FILE__)), "subsonic-api", "client")
|
13
12
|
end
|
metadata
CHANGED
@@ -5,7 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 3
|
8
|
-
|
8
|
+
- 1
|
9
|
+
version: 0.3.1
|
9
10
|
platform: ruby
|
10
11
|
authors:
|
11
12
|
- Joseph Hsu
|
@@ -14,7 +15,7 @@ autorequire:
|
|
14
15
|
bindir: bin
|
15
16
|
cert_chain: []
|
16
17
|
|
17
|
-
date: 2011-07-
|
18
|
+
date: 2011-07-27 00:00:00 -07:00
|
18
19
|
default_executable:
|
19
20
|
dependencies:
|
20
21
|
- !ruby/object:Gem::Dependency
|