suport proper semver parsing and comparison in the semver module
Signed-off-by: Jordan Wilberding <diginux@gmail.com>
This commit is contained in:
parent
9b9f070a5f
commit
bf37ad9492
5 changed files with 504 additions and 98 deletions
|
@ -1,9 +1,9 @@
|
|||
%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*-
|
||||
|
||||
%% These are all only compile time dependencies
|
||||
{deps, [
|
||||
{proper, "", {git, "https://github.com/manopapad/proper.git", {branch, master}}}
|
||||
]}.
|
||||
{deps, [{neotoma, "",
|
||||
{git, "https://github.com/seancribbs/neotoma.git", {tag, "1.5"}}},
|
||||
{proper, "", {git, "https://github.com/manopapad/proper.git", {branch, master}}}]}.
|
||||
|
||||
{erl_first_files, ["ec_dictionary"]}.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue