class CrystalDoc::VCS

Defined in:

crystaldoc/vcs.cr

Constant Summary

Log = ::Log.for(self)

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(source_url : String) #

[View source]

Class Method Detail

def self.main_commit_hash(source_url : String) : String #

[View source]
def self.versions(source_url, &) #

[View source]

Instance Method Detail

def main_branch : String | Nil #

[View source]
def main_commit_hash : String | Nil #

[View source]
def parse(db : Queriable) : String #

[View source]
def source_url : String #

[View source]