Skip to content

Commit

Permalink
Merge pull request #4 from drujensen/update_kemalyst
Browse files Browse the repository at this point in the history
update to latest kemalyst
  • Loading branch information
drujensen committed Nov 4, 2016
2 parents 387f5ef + 98512c8 commit f42eec1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 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"]

22 changes: 11 additions & 11 deletions shard.lock
@@ -1,36 +1,36 @@
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: d5c238029a0d7b1e2e1d80cd29d66a580105b3fc
version: 0.2.1

kemalyst-model:
github: drujensen/kemalyst-model
commit: 5185a33176a6196e20f76cd4a244bd04dce8bdc2
version: 0.2.0

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

kilt:
github: jeromegn/kilt
commit: adf515f1212fe985dbc9da561f02ade11bfe8e5f

mocks:
github: waterlink/mocks.cr
commit: 6e7f0203158ba09a466d84e23375bc6ebd4c36c7
version: 0.9.3

pg:
github: will/crystal-pg
commit: cafe0b858007ad09ee67253c90d41ed7647628c4

pool:
github: ysbaddaden/pool
commit: c4ecfad1b87fbd8c6484d1fd536ccfd14c40cc94
github: asterite/crystal-pg
commit: 505cfac4b224ee48b905ad62c89700f68cef9e00

singleton:
github: waterlink/singleton.cr
Expand Down
7 changes: 3 additions & 4 deletions shard.yml
Expand Up @@ -9,12 +9,11 @@ license: MIT
dependencies:
kemalyst:
github: drujensen/kemalyst
branch: master

pg:
github: will/crystal-pg
branch: master
github: asterite/crystal-pg
branch: feature/db

development_dependencies:
mocks:
github: waterlink/mocks.cr
branch: master

0 comments on commit f42eec1

Please sign in to comment.