class Shards::Lock

Defined in:

lock.cr

Constant Summary

CURRENT_VERSION = "2.0"

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(version : String, shards : Array(Package)) #

[View source]

Class Method Detail

def self.from_file(path) #

[View source]
def self.from_yaml(str) #

[View source]
def self.write(packages : Array(Package), override_path : String | Nil, path : String) #

[View source]
def self.write(packages : Array(Package), override_path : String | Nil, io : IO) #

[View source]

Instance Method Detail

def shards : Array(Package) #

[View source]
def shards=(shards : Array(Package)) #

[View source]
def version : String #

[View source]
def version=(version : String) #

[View source]