diff --git a/shard.lock b/shard.lock index 6e040c8..4de6f9f 100644 --- a/shard.lock +++ b/shard.lock @@ -1,13 +1,13 @@ version: 2.0 shards: - completion: - git: https://github.com/f/completion.git - version: 0.1.0+git.commit.d8799381b2de14430496199260eca64eb329625f - cor: git: https://github.com/watzon/cor.git version: 0.1.0+git.commit.9c9e51ac6168f3bd4fdc51d679b65de09ef76cac + crinja: + git: https://github.com/straight-shoota/crinja.git + version: 0.8.1 + ioctl: git: https://github.com/crystal-posix/ioctl.cr.git version: 1.0.0 diff --git a/shard.yml b/shard.yml index 2619451..e5550d1 100644 --- a/shard.yml +++ b/shard.yml @@ -9,30 +9,15 @@ description: | Command line utils for docmachine targets: - # Validate input(s) & detect errors - docmachine-lint: - main: src/lint/main.cr - docmachine-plan: - main: src/planr/main.cr - # write content based on plan - docmachine-write: - main: src/write/main.cr - # builder docmachine: main: src/main.cr dependencies: term-prompt: github: crystal-term/prompt + crinja: + github: straight-shoota/crinja -# completion: -# github: f/completion -# pg: -# github: will/crystal-pg -# version: "~> 0.5" - -# development_dependencies: -# webmock: -# github: manastech/webmock.cr +# FIXME: for prompts rendering license: MIT