Compare commits
No commits in common. "713b92fac04035cd6bb2746e3342fa8626da529a" and "3f22971fa88da4a6abb456c8b71db21d5e17e33b" have entirely different histories.
713b92fac0
...
3f22971fa8
4 changed files with 3 additions and 16 deletions
|
@ -8,7 +8,3 @@ shards:
|
||||||
git: https://github.com/sztheory/shellwords-crystal.git
|
git: https://github.com/sztheory/shellwords-crystal.git
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
|
|
||||||
version_from_shard:
|
|
||||||
git: https://github.com/hugopl/version_from_shard.git
|
|
||||||
version: 1.2.5
|
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# Copyright © 2023 Glenn Y. Rolland <glenux@glenux.net>
|
# Copyright © 2023 Glenn Y. Rolland <glenux@glenux.net>
|
||||||
|
|
||||||
name: Minimalist FUSE Manager
|
name: Minimalist FUSE Manager
|
||||||
version: 0.1.10
|
version: 0.1.0
|
||||||
|
|
||||||
targets:
|
targets:
|
||||||
mfm:
|
mfm:
|
||||||
|
@ -22,8 +22,6 @@ dependencies:
|
||||||
github: straight-shoota/crinja
|
github: straight-shoota/crinja
|
||||||
shellwords:
|
shellwords:
|
||||||
github: szTheory/shellwords-crystal
|
github: szTheory/shellwords-crystal
|
||||||
version_from_shard:
|
|
||||||
github: hugopl/version_from_shard
|
|
||||||
|
|
||||||
# dependencies:
|
# dependencies:
|
||||||
# pg:
|
# pg:
|
||||||
|
|
|
@ -6,9 +6,10 @@
|
||||||
require "option_parser"
|
require "option_parser"
|
||||||
require "./config"
|
require "./config"
|
||||||
require "./fzf"
|
require "./fzf"
|
||||||
require "./version"
|
|
||||||
|
|
||||||
module GX
|
module GX
|
||||||
|
VERSION="v0.1.9"
|
||||||
|
|
||||||
class Cli
|
class Cli
|
||||||
Log = ::Log.for("cli")
|
Log = ::Log.for("cli")
|
||||||
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
|
|
||||||
require "version_from_shard"
|
|
||||||
|
|
||||||
module GX
|
|
||||||
VersionFromShard.declare
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue