release to hex
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,3 +8,4 @@ tzdata/
|
|||||||
db/
|
db/
|
||||||
out
|
out
|
||||||
zones
|
zones
|
||||||
|
_build/
|
||||||
|
|||||||
@@ -2,3 +2,4 @@
|
|||||||
{post_hooks, [
|
{post_hooks, [
|
||||||
{compile, "make zones"}
|
{compile, "make zones"}
|
||||||
]}.
|
]}.
|
||||||
|
{project_plugins, [rebar3_hex]}.
|
||||||
|
|||||||
1
rebar.lock
Normal file
1
rebar.lock
Normal file
@@ -0,0 +1 @@
|
|||||||
|
[].
|
||||||
@@ -2,9 +2,17 @@
|
|||||||
[
|
[
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{vsn, "0.2.0"},
|
{vsn, "0.2.0"},
|
||||||
|
{description, "A set of Erlang utilities for the Olson timezone database files"},
|
||||||
{applications, [
|
{applications, [
|
||||||
kernel,
|
kernel,
|
||||||
stdlib
|
stdlib
|
||||||
]},
|
]},
|
||||||
{env, [{tzdata_dir, "priv/tzdata"}]}
|
{env, [{tzdata_dir, "priv/tzdata"}]},
|
||||||
|
{maintainers, ["Manuel Rubio"]},
|
||||||
|
{licenses, ["Public Domain"]},
|
||||||
|
{links, [
|
||||||
|
{"Github", "https://github.com/altenwald/ezic"}
|
||||||
|
]},
|
||||||
|
{exclude_files, []},
|
||||||
|
{include_files, ["Makefile"]}
|
||||||
]}.
|
]}.
|
||||||
|
|||||||
Reference in New Issue
Block a user