Add a shards.lock and use HTTPs for new telepathy
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
22
shard.lock
Normal file
22
shard.lock
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
version: 2.0
|
||||||
|
shards:
|
||||||
|
cron_parser:
|
||||||
|
git: https://github.com/kostya/cron_parser.git
|
||||||
|
version: 0.4.0
|
||||||
|
|
||||||
|
cron_scheduler:
|
||||||
|
git: https://github.com/kostya/cron_scheduler.git
|
||||||
|
version: 0.4.0
|
||||||
|
|
||||||
|
db:
|
||||||
|
git: https://github.com/crystal-lang/crystal-db.git
|
||||||
|
version: 0.14.0
|
||||||
|
|
||||||
|
sqlite3:
|
||||||
|
git: https://github.com/crystal-lang/crystal-sqlite3.git
|
||||||
|
version: 0.22.0
|
||||||
|
|
||||||
|
telepathy:
|
||||||
|
git: https://dev.danilafe.com/Crystal-Bots/telepathy
|
||||||
|
version: 0.2.0
|
||||||
|
|
||||||
@@ -10,7 +10,7 @@ targets:
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
telepathy:
|
telepathy:
|
||||||
git: http://dev.danilafe.com/Crystal-Bots/telepathy
|
git: https://dev.danilafe.com/Crystal-Bots/telepathy
|
||||||
cron_scheduler:
|
cron_scheduler:
|
||||||
github: kostya/cron_scheduler
|
github: kostya/cron_scheduler
|
||||||
sqlite3:
|
sqlite3:
|
||||||
|
|||||||
Reference in New Issue
Block a user