diff options
author | Loïc Hoguin <[email protected]> | 2012-05-31 15:34:53 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2012-06-04 08:47:22 +0200 |
commit | 46ada7fff0bca928cca0d9d03cb0ef54b3232787 (patch) | |
tree | 40fcf68e364fa3497a55c23e019db673b61be7d7 /rebar.config | |
parent | c19a4b4f3c5b25d7b064fc58a90875b55df30aca (diff) | |
download | ranch-46ada7fff0bca928cca0d9d03cb0ef54b3232787.tar.gz ranch-46ada7fff0bca928cca0d9d03cb0ef54b3232787.tar.bz2 ranch-46ada7fff0bca928cca0d9d03cb0ef54b3232787.zip |
Add Transport:connect/3 and remove types unneeded by R15B+0.2.1
Also use one export per line to improve future diffs.
Bump the version to 0.2.1 to reflect this change.
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 4d66319..ef0f6ed 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,6 @@ {erl_opts, [ %% bin_opt_info, - warn_missing_spec, +%% warn_missing_spec, warnings_as_errors, warn_export_all ]}. |