suport proper semver parsing and comparison in the semver module

Signed-off-by: Jordan Wilberding <diginux@gmail.com>
This commit is contained in:
Eric Merritt 2012-09-05 17:27:29 -05:00
parent 9b9f070a5f
commit bf37ad9492
5 changed files with 504 additions and 98 deletions

View file

@ -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"]}.