From 5b0655780ec8420a84e0bfb31bd4cb274c2b58b3 Mon Sep 17 00:00:00 2001 From: Glenn Date: Mon, 15 Jan 2024 02:05:30 +0100 Subject: [PATCH] feat: add dependency upon tablo --- shard.lock | 8 ++++++++ shard.yml | 23 ++++++++++------------- 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/shard.lock b/shard.lock index e13838b..e19d81c 100644 --- a/shard.lock +++ b/shard.lock @@ -1,5 +1,9 @@ version: 2.0 shards: + ameba: + git: https://github.com/crystal-ameba/ameba.git + version: 1.6.1 + crinja: git: https://github.com/straight-shoota/crinja.git version: 0.8.1 @@ -8,6 +12,10 @@ shards: git: https://github.com/sztheory/shellwords-crystal.git version: 0.1.0 + tablo: + git: https://github.com/hutou/tablo.git + version: 0.10.1 + version_from_shard: git: https://github.com/hugopl/version_from_shard.git version: 1.2.5 diff --git a/shard.yml b/shard.yml index 91274e8..3b29118 100644 --- a/shard.yml +++ b/shard.yml @@ -5,17 +5,17 @@ # Copyright © 2023 Glenn Y. Rolland name: Minimalist FUSE Manager -version: 0.1.11 +version: 0.2.0 targets: mfm: main: src/main.cr -# authors: -# - name +authors: + - Glenn Y. Rolland -# description: | -# Short description of gx-vault +description: | + FIXME. write description dependencies: crinja: @@ -24,14 +24,11 @@ dependencies: github: szTheory/shellwords-crystal version_from_shard: github: hugopl/version_from_shard + tablo: + github: hutou/tablo -# dependencies: -# pg: -# github: will/crystal-pg -# version: "~> 0.5" - -# development_dependencies: -# webmock: -# github: manastech/webmock.cr +development_dependencies: + ameba: + github: crystal-ameba/ameba license: GPL-3