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

gitlab.rb « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5fc1862c3e931f3ec7ab8907c0ce25f192c67a52 (plain)
1
2
3
4
5
require 'gitlab/git'

module Gitlab
  autoload :Satellite, 'gitlab/satellite/satellite'
end