class CocoapodsHd::Constant
Public Class Methods
binary_repo()
click to toggle source
# File lib/cocoapods-hd/upload/constant.rb, line 16 def self.binary_repo path = File.join(Dir.home, ".cocoapods/repos/HDBinarySpecs") path end
binary_url()
click to toggle source
# File lib/cocoapods-hd/upload/constant.rb, line 4 def self.binary_url 'http://gitlab.dushuclub.io/cocoapods/HDBinarySpecs.git' end
ftp_url()
click to toggle source
# File lib/cocoapods-hd/upload/constant.rb, line 30 def self.ftp_url "ftp://172.16.43.173/binary" end
source_url()
click to toggle source
# File lib/cocoapods-hd/upload/constant.rb, line 8 def self.source_url 'http://gitlab.dushuclub.io/cocoapods/HDSourceSpecs.git' end
spec_url()
click to toggle source
# File lib/cocoapods-hd/upload/constant.rb, line 12 def self.spec_url 'http://gitlab.dushuclub.io/cocoapods/Specs.git' end
unused_binary_repo()
click to toggle source
# File lib/cocoapods-hd/upload/constant.rb, line 21 def self.unused_binary_repo path = File.join(Dir.home, ".cocoapods/repos/dushuclub-cocoapods-hdbinaryspecs") path end
user_and_password()
click to toggle source
# File lib/cocoapods-hd/upload/constant.rb, line 26 def self.user_and_password "fddsh:bookclub" end