debian-mirror-gitlab/lib/gitlab.rb

8 lines
126 B
Ruby
Raw Normal View History

2016-06-02 11:05:42 +05:30
require_dependency 'gitlab/git'
2015-04-26 12:48:37 +05:30
module Gitlab
2016-06-02 11:05:42 +05:30
def self.com?
Gitlab.config.gitlab.url == 'https://gitlab.com'
end
2015-04-26 12:48:37 +05:30
end