-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathshard.yml
More file actions
23 lines (23 loc) · 844 Bytes
/
Copy pathshard.yml
File metadata and controls
23 lines (23 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: termisu
version: 0.6.1
authors:
- omarluq <omar.luqman@hey.com>
crystal: ">= 1.17.0"
targets:
hace:
main: lib/hace/src/main.cr
ameba:
main: lib/ameba/src/cli.cr
development_dependencies:
# Pinned past the last release: ameba 1.6.4 calls Crystal::Lexer#next_string_array_token,
# which Crystal 1.21 removed, so its postinstall aborts `shards install` on 1.21. This
# commit carries the 1.21 support and no longer ships a postinstall build step. Requires
# Crystal >= 1.19 to *build*, which only the lint job and local dev do; older matrix
# versions merely install it (shards warns, does not fail).
# TODO: switch back to a version constraint once ameba 1.7.0 is released.
ameba:
github: crystal-ameba/ameba
commit: cdd58b34b0d8a9c785d67183a7a8f07541549e55
hace:
github: ralsina/hace
license: MIT