module
Shards::AssistantVersions
Defined in:
assistant_versions.crConstant Summary
-
VERSIONS =
{{ run("./build_assistant_versions") }} -
Embedded at compile time by walking src/assistant_versions/
Class Method Summary
- .all_versions : Array(String)
-
.current_files : Hash(String, String)
Build current file state by overlaying all versions oldest-to-newest
-
.files_changed_since(since_version : String) : Hash(String, String)
Get only files that changed since a given version
- .latest_version : String
Class Method Detail
def self.current_files : Hash(String, String)
#
Build current file state by overlaying all versions oldest-to-newest
def self.files_changed_since(since_version : String) : Hash(String, String)
#
Get only files that changed since a given version