Current section

4 Versions

Jump to

Compare versions

3 files changed
+9 additions
-4 deletions
  @@ -1,11 +1,15 @@
1 1 {<<"name">>,<<"rebar3_live">>}.
2 - {<<"version">>,<<"0.1.2">>}.
2 + {<<"version">>,<<"0.1.3">>}.
3 3 {<<"app">>,<<"rebar3_live">>}.
4 + {<<"requirements">>,[{<<"enotify">>,<<"0.1.0">>}]}.
5 + {<<"contributors">>,[<<"Pavlo Martynenko">>]}.
4 6 {<<"precompiled">>,false}.
5 7 {<<"description">>,<<"Rebar3 live plugin">>}.
6 8 {<<"files">>,
7 9 [<<"src/rebar3_live.app.src">>,<<"src/rebar3_live.erl">>,
8 10 <<"src/rebar3_live_app.erl">>,<<"src/rebar3_live_prv.erl">>,
9 - <<"src/rebar3_live_srv.erl">>,<<"rebar.config">>,<<"README.md">>,
10 - <<"LICENSE">>]}.
11 + <<"src/rebar3_live_srv.erl">>,<<"rebar.config">>,<<"rebar.lock">>,
12 + <<"README.md">>,<<"LICENSE">>]}.
13 + {<<"licenses">>,[<<"MIT">>]}.
14 + {<<"links">>,[{<<"Github">>,<<"https://github.com/pvmart/rebar3_live">>}]}.
11 15 {<<"build_tools">>,[<<"rebar">>]}.
  @@ -0,0 +1 @@
1 + [{<<"enotify">>,{pkg,<<"enotify">>,<<"0.1.0">>},0}].
  @@ -1,6 +1,6 @@
1 1 {application,rebar3_live,
2 2 [{description,"Rebar3 live plugin"},
3 - {vsn,"0.1.2"},
3 + {vsn,"0.1.3"},
4 4 {registered,[]},
5 5 {applications,[kernel,stdlib,enotify]},
6 6 {mod,{rebar3_live_app,[]}},