Follow crystal 1.0.0 (#20)

This commit is contained in:
Kenichi Kamiya 2021-03-26 21:34:36 +09:00 committed by GitHub
parent 64b89c7192
commit 88a56be7ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 22 deletions

3
.gitignore vendored
View File

@ -2,5 +2,4 @@
/lib/
/.crystal/
/.shards/
shard.lock

View File

@ -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

View File

@ -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>