subsonic-api 0.3 → 0.3.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 (2) hide show
  1. data/lib/subsonic-api.rb +1 -2
  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-rb", "client")
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
- version: "0.3"
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-20 00:00:00 -07:00
18
+ date: 2011-07-27 00:00:00 -07:00
18
19
  default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency