Update rebar.config back to choptastic/erlang_localtime
*temporary* until a commit is merged
This commit is contained in:
parent
8427b7bdc6
commit
a504a6adfc
4 changed files with 9 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@ deps/
|
|||
ebin/
|
||||
.eunit/
|
||||
_build
|
||||
rebar.lock
|
||||
|
|
3
Makefile
3
Makefile
|
@ -5,6 +5,9 @@ all: compile
|
|||
compile:
|
||||
$(REBAR) compile
|
||||
|
||||
update:
|
||||
$(REBAR) update
|
||||
|
||||
test: compile
|
||||
$(REBAR) eunit
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
%% -*- erlang -*-
|
||||
%% vim:ts=4 sw=4 et ft=erlang
|
||||
{require_otp_vsn, "R13B04|R14|R15|R16|17|18"}.
|
||||
|
||||
{cover_enabled, true}.
|
||||
|
||||
%% For rebar2 compat
|
||||
|
@ -12,7 +10,10 @@
|
|||
%% breakage.
|
||||
{erlware_commons, ".*", {git, "git://github.com/erlware/erlware_commons.git", {tag, "v0.15.0"}}},
|
||||
|
||||
{erlang_localtime, ".*", {git, "git://github.com/dmitryme/erlang_localtime.git", {branch, master}}}
|
||||
%% We'll temporarily still use choptastic/erlang_localtime until
|
||||
%% https://github.com/dmitryme/erlang_localtime/pull/24 gets merged. Then we
|
||||
%% can switch to the mainline repo
|
||||
{erlang_localtime, ".*", {git, "git://github.com/choptastic/erlang_localtime.git", {branch, master}}}
|
||||
]}.
|
||||
|
||||
%% for rebar3
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{application, qdate,
|
||||
[
|
||||
{description, "Simple Date and Timezone handling for Erlang"},
|
||||
{vsn, "0.4.1"},
|
||||
{vsn, "0.4.2"},
|
||||
{registered, []},
|
||||
{applications, [
|
||||
kernel,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue