forked from glenux/mfm
feat: add dependency upon tablo
This commit is contained in:
parent
f6f320e389
commit
5b0655780e
2 changed files with 18 additions and 13 deletions
|
@ -1,5 +1,9 @@
|
||||||
version: 2.0
|
version: 2.0
|
||||||
shards:
|
shards:
|
||||||
|
ameba:
|
||||||
|
git: https://github.com/crystal-ameba/ameba.git
|
||||||
|
version: 1.6.1
|
||||||
|
|
||||||
crinja:
|
crinja:
|
||||||
git: https://github.com/straight-shoota/crinja.git
|
git: https://github.com/straight-shoota/crinja.git
|
||||||
version: 0.8.1
|
version: 0.8.1
|
||||||
|
@ -8,6 +12,10 @@ 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
|
||||||
|
|
||||||
|
tablo:
|
||||||
|
git: https://github.com/hutou/tablo.git
|
||||||
|
version: 0.10.1
|
||||||
|
|
||||||
version_from_shard:
|
version_from_shard:
|
||||||
git: https://github.com/hugopl/version_from_shard.git
|
git: https://github.com/hugopl/version_from_shard.git
|
||||||
version: 1.2.5
|
version: 1.2.5
|
||||||
|
|
23
shard.yml
23
shard.yml
|
@ -5,17 +5,17 @@
|
||||||
# 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.11
|
version: 0.2.0
|
||||||
|
|
||||||
targets:
|
targets:
|
||||||
mfm:
|
mfm:
|
||||||
main: src/main.cr
|
main: src/main.cr
|
||||||
|
|
||||||
# authors:
|
authors:
|
||||||
# - name <email@example.com>
|
- Glenn Y. Rolland <glenux@glenux.net>
|
||||||
|
|
||||||
# description: |
|
description: |
|
||||||
# Short description of gx-vault
|
FIXME. write description
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
crinja:
|
crinja:
|
||||||
|
@ -24,14 +24,11 @@ dependencies:
|
||||||
github: szTheory/shellwords-crystal
|
github: szTheory/shellwords-crystal
|
||||||
version_from_shard:
|
version_from_shard:
|
||||||
github: hugopl/version_from_shard
|
github: hugopl/version_from_shard
|
||||||
|
tablo:
|
||||||
|
github: hutou/tablo
|
||||||
|
|
||||||
# dependencies:
|
development_dependencies:
|
||||||
# pg:
|
ameba:
|
||||||
# github: will/crystal-pg
|
github: crystal-ameba/ameba
|
||||||
# version: "~> 0.5"
|
|
||||||
|
|
||||||
# development_dependencies:
|
|
||||||
# webmock:
|
|
||||||
# github: manastech/webmock.cr
|
|
||||||
|
|
||||||
license: GPL-3
|
license: GPL-3
|
||||||
|
|
Loading…
Reference in a new issue