added 'lib' to autoload_once_paths, changed folder and file names in LastFM library/module

This commit is contained in:
Thomas Buchöster
2011-05-10 22:33:31 +02:00
parent 24a4f3dc98
commit a4148486af
9 changed files with 9 additions and 14 deletions
@@ -10,7 +10,7 @@ module LastFM
base_uri "ws.audioscrobbler.com/2.0/"
parser Proc.new { |data| Hashie::Mash.new(ActiveSupport::JSON.decode(data)) }
default_params :format => 'json', :autocorrect => '1'
debug_output $>
#debug_output $>
format :json
def self.api_key=(key)