* Rename and reorganize post fetcher to fix autoloading, also let it use Faradays default connection so we get nice redirects * Add initializer to load libs at a central place * added lib dir to autoload_once paths to increase thread safety * Moved lib/exceptions.rb to lib/diaspora/ to conform namespacing
5 lines
81 B
Ruby
5 lines
81 B
Ruby
module Diaspora
|
|
module Fetcher
|
|
require 'diaspora/fetcher/public'
|
|
end
|
|
end
|