Compare commits
No commits in common. "214187be00f353edec0f8d032d37d084c82f5452" and "72a0290729bba2024b37bd9a50d39bc73f557b45" have entirely different histories.
214187be00
...
72a0290729
3 changed files with 20 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,4 +2,5 @@
|
|||
/lib/
|
||||
/.crystal/
|
||||
/.shards/
|
||||
shard.lock
|
||||
|
||||
|
||||
|
|
18
shard.lock
Normal file
18
shard.lock
Normal file
|
@ -0,0 +1,18 @@
|
|||
version: 1.0
|
||||
shards:
|
||||
exception_page:
|
||||
github: crystal-loot/exception_page
|
||||
version: 0.1.1
|
||||
|
||||
kemal:
|
||||
github: sdogruyol/kemal
|
||||
version: 0.25.1
|
||||
|
||||
kilt:
|
||||
github: jeromegn/kilt
|
||||
version: 0.4.0
|
||||
|
||||
radix:
|
||||
github: luislavena/radix
|
||||
version: 0.3.8
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
name: spec-kemal
|
||||
version: 0.5.1
|
||||
crystal: "< 2.0.0"
|
||||
|
||||
development_dependencies:
|
||||
kemal:
|
||||
|
|
Loading…
Reference in a new issue