File tree Expand file tree Collapse file tree 6 files changed +11
-6
lines changed Expand file tree Collapse file tree 6 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## v0.5.2
4+
5+ Fixes:
6+ - compilation on Crystal 0.9.0
7+
38## v0.5.1
49
510Fixes:
Original file line number Diff line number Diff line change @@ -56,15 +56,15 @@ Happy Hacking!
5656
5757These requirements are only for compiling Shards.
5858
59- * Crystal >= 0.8 .0.
59+ * Crystal >= 0.9 .0.
6060
6161 Please refer to <http://crystal-lang.org/docs/installation> for
6262 instructions for your operating system.
6363
6464* libyaml
6565
6666 On Debian/Ubuntu Linux you may install the `libyaml-dev` package.
67-
67+
6868 On Mac OS X you may install it using homebrew with `brew install libyaml`
6969 then make sure to have `/usr/local/lib` in your `LIBRARY_PATH` environment
7070 variable (eg : ` export LIBRARY_PATH="/usr/local/lib/lib:$LIBRARY_PATH"` ).
Original file line number Diff line number Diff line change 1- 0.5.1
1+ 0.5.2
Original file line number Diff line number Diff line change 11name : shards
2- version : 0.5.1
2+ version : 0.5.2
33
44authors :
55 -
Julien Portalier <[email protected] >
Original file line number Diff line number Diff line change 1- .TH "SHARD\& .YAML" "1" "September 2015" "shards 0.5.1 " "File Formats"
1+ .TH "SHARD\& .YAML" "1" "September 2015" "shards 0.5.2 " "File Formats"
22.SH NAME
33shard.yml \- metadata for crystal applications and libraries
44.SH SYNOPSYS
Original file line number Diff line number Diff line change 1- .TH SHARDS "1" "September 2015" "shards 0.5.1 " "User Commands"
1+ .TH SHARDS "1" "September 2015" "shards 0.5.2 " "User Commands"
22.SH NAME
33shards \- dependency manager for the Crystal Language
44.SH SYNOPSYS
You can’t perform that action at this time.
0 commit comments