Welcome to mirror list, hosted at ThFree Co, Russian Federation.

diaspora.rb « lib - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3d06e3e1281da91cf84b5e6f6980ff810d2d08d1 (plain)
1
2
3
4
5
6
7
8
9
10
#   Copyright (c) 2010, Diaspora Inc.  This file is
#   licensed under the Affero General Public License version 3 or later.  See
#   the COPYRIGHT file.

module Diaspora

  autoload :Parser
  autoload :Webhooks

end