Skip to content

Commit

Permalink
SHARDS: Add readline dependency
Browse files Browse the repository at this point in the history
fixes hako#2

Adds readline shard to the shard.yml file.

Additionally adds /lib/ to .gitignore (/libs/ was already there)

Signed-off-by: Mark Stenglein <mark@stengle.in>
  • Loading branch information
ocelotsloth committed Jan 20, 2020
1 parent 10a4836 commit 02130f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/doc/
/libs/
/lib/
/.crystal/
/.shards/
.json
Expand Down
4 changes: 4 additions & 0 deletions shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ shards:
github: DougEverly/daemonize.cr
commit: 03d7da27fe76ee6b77d47a66984969a308a42027

readline:
github: crystal-lang/crystal-readline
version: 0.1.0

webmock:
github: manastech/webmock.cr
commit: 8c1e360c80479f2708975334061c417332cbe89d
Expand Down
2 changes: 2 additions & 0 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ authors:
dependencies:
daemonize:
github: DougEverly/daemonize.cr
readline:
github: crystal-lang/crystal-readline

development_dependencies:
webmock:
Expand Down

0 comments on commit 02130f6

Please sign in to comment.