Skip to content

Commit 8725434

Browse files
[RTI-2586] Prepare for publishing @ hex.pm (#37)
* Migrate from Makefile to rebar3 * [RTI-2584] Fix travis.yml * [RTI-2584] The project is not ready for OTP21 yet * [RTI-2807] Make sure the project is dialyzable * [RTI-2808] Remove export_all * [RTI-2806] Add linting with elvis * [RTI-2806] Address @miriampena's comment * [RTI-2586] Add relevant hex.pm data
1 parent f185931 commit 8725434

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

rebar.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@
4848
]}.
4949

5050
{plugins, [
51-
{rebar3_lint, "0.1.10"}
51+
{rebar3_lint, "0.1.10"},
52+
rebar3_hex
5253
]}.

src/mero.app.src

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
%%-*- mode: erlang -*-
22
{application, mero,
33
[
4-
{description, "mero"},
5-
{vsn, "1.0.0"},
4+
{description, "Scalable and lightweight OTP Erlang client for memcached"},
5+
{vsn, "1.1.0"},
66
{modules, []},
77
{registered, []},
88
{applications, [
@@ -13,6 +13,10 @@
1313
dynamic_compile
1414
]},
1515
{mod, {mero, []}},
16+
{maintainers, ["adroll-rtb"]},
17+
{licenses, ["BSD-3-Clause"]},
18+
{links, [{"Github", "https://github.com/AdRoll/mero"}]},
19+
{build_tools, ["rebar3"]},
1620
{env, [
1721
{cluster_config,
1822
[{default,

0 commit comments

Comments
 (0)