class ReqsUp::GitReq

Overview

Requirement implementation for git

Defined in:

reqs-up.cr

Constant Summary

Log = ::Log.for(self)

Constructors

Instance Method Summary

Instance methods inherited from class ReqsUp::Req

name : String | Nil name, name=(name : String | Nil) name=, scm : String | Nil scm, src : String src, src=(src : String) src=, to_s(io : IO) : Nil to_s, update(ver : Versions = Versions::Latest) : String | Nil update, version : String | Nil version, version=(version : String | Nil) version=, versions : Array(String) versions

Constructor methods inherited from class ReqsUp::Req

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(req : YAML::Any)
new

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

Requirement implementation for git


[View source]

Instance Method Detail

def versions : Array(String) #

fetch git versions


[View source]