Skip to content

Commit

Permalink
Follow Crystal 0.36.1 in some examples and specs
Browse files Browse the repository at this point in the history
* Especially `kemal-sample` needs to update dependencies to include kemalcr/kemal#570
* If you faced an error as below
 `ld: library not found for -lssl (this usually means you need to install the development package for libssl)`
  on Mac OS X, `export PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig` will help you
  ref: crystal-lang/crystal#6875 (comment)
  • Loading branch information
kachick authored and makenowjust committed Mar 14, 2021
1 parent 12dfd7b commit 2232e91
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 21 deletions.
Empty file.
4 changes: 2 additions & 2 deletions 05-shards/projects/simple_html/shard.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 1.0
version: 2.0
shards:
html_builder:
github: crystal-lang/html_builder
git: https://github.com/crystal-lang/html_builder.git
version: 0.2.2

24 changes: 12 additions & 12 deletions 06-web-development/projects/kemal-sample/shard.lock
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
version: 1.0
version: 2.0
shards:
db:
github: crystal-lang/crystal-db
version: 0.5.1
git: https://github.com/crystal-lang/crystal-db.git
version: 0.10.0

exception_page:
github: crystal-loot/exception_page
version: 0.1.2
git: https://github.com/crystal-loot/exception_page.git
version: 0.1.4

kemal:
github: kemalcr/kemal
version: 0.25.2
git: https://github.com/kemalcr/kemal.git
version: 0.27.0

kilt:
github: jeromegn/kilt
git: https://github.com/jeromegn/kilt.git
version: 0.4.0

pg:
github: will/crystal-pg
version: 0.15.0
git: https://github.com/will/crystal-pg.git
version: 0.23.1

radix:
github: luislavena/radix
git: https://github.com/luislavena/radix.git
version: 0.3.9

spec-kemal:
github: kemalcr/spec-kemal
git: https://github.com/kemalcr/spec-kemal.git
version: 0.5.0

2 changes: 1 addition & 1 deletion 06-web-development/projects/kemal-sample/shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ targets:
dependencies:
kemal:
github: kemalcr/kemal
version: 0.25.2
version: 0.27.0
# end::kemal-dep[]
db:
github: crystal-lang/crystal-db
Expand Down
Empty file.
2 changes: 2 additions & 0 deletions 07-cli-development/projects/myecho/shard.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
version: 2.0
shards: {}
4 changes: 2 additions & 2 deletions 07-cli-development/projects/myecho_admiral/shard.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 1.0
version: 2.0
shards:
admiral:
github: jwaldrip/admiral.cr
git: https://github.com/jwaldrip/admiral.cr.git
version: 1.4.0

4 changes: 2 additions & 2 deletions 07-cli-development/projects/myecho_clim/shard.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 1.0
version: 2.0
shards:
clim:
github: at-grandpa/clim
git: https://github.com/at-grandpa/clim.git
version: 0.4.0

4 changes: 2 additions & 2 deletions 07-cli-development/projects/myecho_commander/shard.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 1.0
version: 2.0
shards:
commander:
github: mrrooijen/commander
git: https://github.com/mrrooijen/commander.git
version: 0.3.3

0 comments on commit 2232e91

Please sign in to comment.