-
Notifications
You must be signed in to change notification settings - Fork 64
/
shard.yml
50 lines (43 loc) · 1023 Bytes
/
shard.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: avram
version: 0.22.0
crystal: ">= 1.0.0"
license: MIT
targets:
lucky.gen.migration:
main: src/precompiled_tasks/gen/migration.cr
authors:
- Paul Smith <paulcsmith0218@gmail.com>
dependencies:
lucky_task:
github: luckyframework/lucky_task
version: ~> 0.1.0
pg:
github: will/crystal-pg
version: ~> 0.26.0
habitat:
github: luckyframework/habitat
version: ~> 0.4.7
wordsmith:
github: luckyframework/wordsmith
version: ~> 0.3.0
dexter:
github: luckyframework/dexter
version: ~> 0.3.3
shell-table:
github: luckyframework/shell-table.cr
version: ~> 0.9.3
pulsar:
github: luckyframework/pulsar
version: ~> 0.2.2
lucky_cache:
github: luckyframework/lucky_cache
version: ~> 0.1.0
cadmium_transliterator:
github: cadmiumcr/transliterator
branch: master
development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 0.14.3
scripts:
postinstall: BUILD_WITHOUT_DEVELOPMENT=true script/precompile_tasks