Compare commits

..

No commits in common. "713b92fac04035cd6bb2746e3342fa8626da529a" and "3f22971fa88da4a6abb456c8b71db21d5e17e33b" have entirely different histories.

4 changed files with 3 additions and 16 deletions

View file

@ -8,7 +8,3 @@ shards:
git: https://github.com/sztheory/shellwords-crystal.git
version: 0.1.0
version_from_shard:
git: https://github.com/hugopl/version_from_shard.git
version: 1.2.5

View file

@ -5,7 +5,7 @@
# Copyright © 2023 Glenn Y. Rolland <glenux@glenux.net>
name: Minimalist FUSE Manager
version: 0.1.10
version: 0.1.0
targets:
mfm:
@ -22,8 +22,6 @@ dependencies:
github: straight-shoota/crinja
shellwords:
github: szTheory/shellwords-crystal
version_from_shard:
github: hugopl/version_from_shard
# dependencies:
# pg:

View file

@ -6,9 +6,10 @@
require "option_parser"
require "./config"
require "./fzf"
require "./version"
module GX
VERSION="v0.1.9"
class Cli
Log = ::Log.for("cli")

View file

@ -1,8 +0,0 @@
require "version_from_shard"
module GX
VersionFromShard.declare
end