Skip to content

Commit

Permalink
update kemalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
drujensen committed Nov 4, 2016
1 parent bc0c5de commit 4f331f5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,9 +1,9 @@
FROM drujensen/crystal
FROM drujensen/crystal:0.19.4

ADD . /app/user
WORKDIR /app/user

RUN shards update
RUN crystal deps

CMD ["crystal", "spec"]

16 changes: 8 additions & 8 deletions shard.lock
@@ -1,26 +1,26 @@
version: 1.0
shards:
db:
github: crystal-lang/crystal-db
version: 0.2.0

delimiter_tree:
github: drujensen/delimiter_tree
commit: eeddecd0475710adb6414595e6144bfdce3a95f1
version: 0.1.0

kemalyst:
github: drujensen/kemalyst
commit: 0e220e19a5bb934838f435132000f36742e11625
version: 0.2.1

kemalyst-model:
github: drujensen/kemalyst-model
commit: 2418e0480df5292db3434e8b1ce344061a9e1857
version: 0.2.0

kemalyst-validators:
github: drujensen/kemalyst-validators
commit: 850824241c31077221d3a254db421de6024b4bd2
version: 0.1.0

kilt:
github: jeromegn/kilt
commit: adf515f1212fe985dbc9da561f02ade11bfe8e5f

pool:
github: ysbaddaden/pool
commit: c4ecfad1b87fbd8c6484d1fd536ccfd14c40cc94

4 changes: 1 addition & 3 deletions shard.yml
@@ -1,5 +1,5 @@
name: chat
version: 0.1.0
version: 0.2.0

authors:
- Fatih Kadir Akın <fakin@protel.com.tr>
Expand All @@ -10,6 +10,4 @@ license: MIT
dependencies:
kemalyst:
github: drujensen/kemalyst
branch: master


0 comments on commit 4f331f5

Please sign in to comment.