Skip to content

Commit

Permalink
Update deps and bump version
Browse files Browse the repository at this point in the history
N.B. Lodox Hex package is broken at the moment.

lfe-rebar3/lodox#10
  • Loading branch information
yurrriq committed Apr 15, 2016
1 parent 2a45312 commit d0e9e69
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 31 deletions.
48 changes: 26 additions & 22 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,34 @@

{lfe_first_files, ["src/levaindoc-util.lfe"]}.

{deps,
[{lfe, {git, "git://github.com/rvirding/lfe", {tag, "0.10.1"}}},
{clj, {git, "git://github.com/lfex/clj.git", {tag, "0.3.0"}}}]}.
{deps, [
{lfe, {git, "git://github.com/rvirding/lfe.git", {branch, "develop"}}},
{clj, {git, "git://github.com/lfex/clj.git", {tag, "0.3.0"}}}
]}.

{plugins,
[{'lfe-compile',
{git, "git://github.com/lfe-rebar3/compile.git",
{branch, "master"}}}]}.
{plugins, [
{'lfe-compile',
{git, "git://github.com/lfe-rebar3/compile.git", {tag, "0.3.0"}}}
]}.

{provider_hooks, [{pre, [{compile, {lfe, compile}}]}]}.

{lodox,
[{apps,
[{'levaindoc',
[{'source-uri',
{project_plugins, [lodox]}.

{lodox, [
{apps, [
{levaindoc, [
{'source-uri',
"https://github.com/quasiquoting/levaindoc/blob"
"/{version}/{filepath}#L{line}"}]}]}]}.

{profiles,
[{doc, [{plugins,
[{lodox,
{git, "git://github.com/quasiquoting/lodox.git",
{tag, "0.12.5"}}}]}]},
{test, [{deps,
[{ltest,
{git, "git://github.com/lfex/ltest.git",
{tag, "0.7.0"}}}]}]}]}.
"/{version}/{filepath}#L{line}"}
]}
]}
]}.

{profiles, [
{test, [
{deps, [
{ltest, {git, "git://github.com/lfex/ltest.git", {tag, "0.8.0"}}}
]}
]}
]}.
6 changes: 3 additions & 3 deletions rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
0},
{<<"kla">>,
{git,"git://github.com/lfex/kla.git",
{ref,"e9ed980aec9c18b67a8b5f9c22cfebc778282d04"}},
{ref,"a8afc4f673809d89b6c4a374b972f54ef6b39bde"}},
1},
{<<"lfe">>,
{git,"git://github.com/rvirding/lfe",
{ref,"d7bc80da04aedd0a607f17d8d149eba363872b4b"}},
{git,"git://github.com/rvirding/lfe.git",
{ref,"fab8b369444619d6eca802b1de387153420bef28"}},
0}].
12 changes: 6 additions & 6 deletions src/levaindoc.app.src
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
%% -*- erlang -*-

{application, levaindoc,
[{description, "Lightweight LFE wrapper for pandoc."},
{vsn, "0.3.2"},
{application, levaindoc, [
{description, "Lightweight LFE wrapper for pandoc."},
{vsn, "0.3.3"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},
{modules, [levaindoc, 'levaindoc-util']},

{contributors, ["Eric Bailey"]},
{maintainers, ["Eric Bailey"]},
{licenses, ["MIT"]},
{links, [{"GitHub", "https://github.com/quasiquoting/levaindoc"}]}
]}.
{links, [{"GitHub", "https://github.com/lfe-rebar3/levaindoc"}]}
]}.

0 comments on commit d0e9e69

Please sign in to comment.