From 928013694497f8cfa977c16a74322089944ad079 Mon Sep 17 00:00:00 2001 From: hukl Date: Mon, 28 Jan 2019 14:01:51 +0100 Subject: [PATCH] prepared hex.pm release --- rebar.config | 4 ++-- src/etest_http.app.src | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/rebar.config b/rebar.config index ccafbf9..eebd7dc 100644 --- a/rebar.config +++ b/rebar.config @@ -6,9 +6,9 @@ {deps, [ % For testing etest_http itself. - {etest, ".*", {git, "git://github.com/wooga/etest.git", "HEAD"}}, + etest, % For JSON encoding, decoding and subsequently comparison. - {jiffy, ".*", {git, "git://github.com/davisp/jiffy.git", "HEAD"}} + jiffy ]}. {clean_files, ["ebin/*.beam"]}. diff --git a/src/etest_http.app.src b/src/etest_http.app.src index 3355758..95badc0 100644 --- a/src/etest_http.app.src +++ b/src/etest_http.app.src @@ -1,6 +1,8 @@ {application, etest_http, [ - {description, "ETest HTTP Assertions"}, - {vsn, git}, + {description, "An etest extension library for HTTP/Web Assertions"}, + {vsn, "1.0.1"}, + {links, [{"Github", "https://github.com/wooga/etest_http"}]}, + {licenses, ["BSD-2-Clause"]}, {registered, []}, {modules, []}, {applications, [kernel, stdlib]},