|
@@ -1,38 +1,38 @@
|
|
|
-version: 1.0
|
|
|
+version: 2.0
|
|
|
shards:
|
|
|
+ backtracer:
|
|
|
+ git: https://github.com/sija/backtracer.cr.git
|
|
|
+ version: 1.2.2
|
|
|
+
|
|
|
commander:
|
|
|
- github: snluu/commander
|
|
|
- commit: 9396efd427f06f0f6de5206f6e81d54fcd254abe
|
|
|
+ git: https://github.com/snluu/commander.git
|
|
|
+ version: 0.1.0+git.commit.9396efd427f06f0f6de5206f6e81d54fcd254abe
|
|
|
|
|
|
db:
|
|
|
- github: crystal-lang/crystal-db
|
|
|
- version: 0.8.0
|
|
|
+ git: https://github.com/crystal-lang/crystal-db.git
|
|
|
+ version: 0.13.1
|
|
|
|
|
|
exception_page:
|
|
|
- github: crystal-loot/exception_page
|
|
|
- version: 0.1.2
|
|
|
+ git: https://github.com/crystal-loot/exception_page.git
|
|
|
+ version: 0.4.1
|
|
|
|
|
|
kemal:
|
|
|
- github: kemalcr/kemal
|
|
|
- version: 0.26.1
|
|
|
-
|
|
|
- kilt:
|
|
|
- github: jeromegn/kilt
|
|
|
- version: 0.4.0
|
|
|
+ git: https://github.com/kemalcr/kemal.git
|
|
|
+ version: 1.5.0
|
|
|
|
|
|
pg:
|
|
|
- github: will/crystal-pg
|
|
|
- version: 0.20.0
|
|
|
+ git: https://github.com/will/crystal-pg.git
|
|
|
+ version: 0.28.0
|
|
|
|
|
|
pool:
|
|
|
- github: ysbaddaden/pool
|
|
|
- version: 0.2.3
|
|
|
+ git: https://github.com/ysbaddaden/pool.git
|
|
|
+ version: 0.3.0
|
|
|
|
|
|
radix:
|
|
|
- github: luislavena/radix
|
|
|
- version: 0.3.9
|
|
|
+ git: https://github.com/luislavena/radix.git
|
|
|
+ version: 0.4.1
|
|
|
|
|
|
redis:
|
|
|
- github: stefanwille/crystal-redis
|
|
|
- version: 2.5.3
|
|
|
+ git: https://github.com/stefanwille/crystal-redis.git
|
|
|
+ version: 2.8.0
|
|
|
|