Skip to content

Commit

Permalink
prepared hex.pm release
Browse files Browse the repository at this point in the history
  • Loading branch information
hukl committed Jan 28, 2019
1 parent c99b247 commit 9280136
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}.
Expand Down
6 changes: 4 additions & 2 deletions src/etest_http.app.src
Original file line number Diff line number Diff line change
@@ -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]},
Expand Down

0 comments on commit 9280136

Please sign in to comment.