Follow crystal 1.0.0 (#20)
This commit is contained in:
parent
64b89c7192
commit
88a56be7ed
3 changed files with 4 additions and 22 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,5 +2,4 @@
|
|||
/lib/
|
||||
/.crystal/
|
||||
/.shards/
|
||||
|
||||
|
||||
shard.lock
|
||||
|
|
18
shard.lock
18
shard.lock
|
@ -1,18 +0,0 @@
|
|||
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,10 +1,11 @@
|
|||
name: spec-kemal
|
||||
version: 0.5.0
|
||||
crystal: '< 2.0.0'
|
||||
|
||||
development_dependencies:
|
||||
kemal:
|
||||
github: sdogruyol/kemal
|
||||
version: 0.25.1
|
||||
github: kemalcr/kemal
|
||||
version: 1.0.0
|
||||
|
||||
authors:
|
||||
- Sdogruyol <dogruyolserdar@gmail.com>
|
||||
|
|
Loading…
Reference in a new issue