Skip to content

Commit

Permalink
Bump to 0.12.8
Browse files Browse the repository at this point in the history
- Revert to exemplar 0.3.0
  See lfex/exemplar#16
- Update READMEs and doc
  • Loading branch information
yurrriq committed Mar 14, 2016
1 parent e0f09de commit 073c152
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Finally, add Lodox to your `plugins` list:
[% ...
{lodox,
{git, "git://github.com/quasiquoting/lodox.git",
{tag, "0.12.7"}}}]}.
{tag, "0.12.8"}}}]}.
```

# Usage
Expand Down
2 changes: 1 addition & 1 deletion doc
4 changes: 2 additions & 2 deletions org/Lodox.org
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ For the Clojure-inspired threading macros, use [[https://github.com/lfex/clj][cl
**** exemplar
To handle HTML rendering, use [[https://github.com/lfex/exemplar][exemplar]].
#+NAME: exemplar-version
: 0.3.2
: 0.3.0

#+NAME: exemplar
#+BEGIN_SRC erlang
Expand All @@ -221,7 +221,7 @@ For markdown: [[https://github.com/erlware/erlmarkdown][erlmarkdown]].
#+BEGIN_SRC erlang
{levaindoc,
{git, "git://github.com/quasiquoting/levaindoc.git",
{tag, "0.3.1"}}}
{tag, "0.3.2"}}}
#+END_SRC

*** Test profile
Expand Down
10 changes: 5 additions & 5 deletions org/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ branch = gh-pages
```erlang
{application, 'lodox',
[{description, "The LFE rebar3 Lodox plugin"},
{vsn, "0.12.7"},
{vsn, "0.12.8"},
{modules, [lodox,
'lodox-html-writer', 'lodox-p', 'lodox-parse', 'lodox-util',
'unit-lodox-tests']},
Expand All @@ -143,13 +143,13 @@ branch = gh-pages
{deps,
[{lfe, {git, "git://github.com/rvirding/lfe.git", {tag, "0.10.1"}}},
{clj, {git, "git://github.com/lfex/clj.git", {tag, "0.3.0"}}},
{exemplar, {git, "git://github.com/lfex/exemplar.git", {tag, "0.3.2"}}},
{exemplar, {git, "git://github.com/lfex/exemplar.git", {tag, "0.3.0"}}},
{markdown,
{git, "git://github.com/erlware/erlmarkdown.git",
{branch, "master"}}},
{levaindoc,
{git, "git://github.com/quasiquoting/levaindoc.git",
{tag, "0.3.1"}}}]}.
{tag, "0.3.2"}}}]}.

{lodox,
[{apps,
Expand Down Expand Up @@ -208,7 +208,7 @@ TODO: Describe this and the mess wrt `~/.config/rebar3/rebar.config`

To handle HTML rendering, use [exemplar](https://github.com/lfex/exemplar).

0.3.2
0.3.0

4. erlmarkdown

Expand Down Expand Up @@ -915,7 +915,7 @@ If something goes wrong, throw a descriptive error."
```commonlisp
'#m(name #\"lodox\"
version \"0.12.7\"
version \"0.12.8\"
description \"The LFE rebar3 Lodox plugin\"
documents ()
modules {{list of maps of module metadata}}
Expand Down
2 changes: 1 addition & 1 deletion org/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.7
0.12.8
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
{deps,
[{lfe, {git, "git://github.com/rvirding/lfe.git", {tag, "0.10.1"}}},
{clj, {git, "git://github.com/lfex/clj.git", {tag, "0.3.0"}}},
{exemplar, {git, "git://github.com/lfex/exemplar.git", {tag, "0.3.2"}}},
{exemplar, {git, "git://github.com/lfex/exemplar.git", {tag, "0.3.0"}}},
{markdown,
{git, "git://github.com/erlware/erlmarkdown.git",
{branch, "master"}}},
{levaindoc,
{git, "git://github.com/quasiquoting/levaindoc.git",
{tag, "0.3.1"}}}]}.
{tag, "0.3.2"}}}]}.

{lodox,
[{apps,
Expand Down
14 changes: 11 additions & 3 deletions rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,33 @@
{git,"git://github.com/lfex/clj.git",
{ref,"2184d0f1459922145b432cfe19ac6147169383d7"}},
0},
{<<"color">>,
{git,"git://github.com/julianduque/erlang-color.git",
{ref,"e60f6302f795220f5f0bee86391ffee5274edec0"}},
2},
{<<"exemplar">>,
{git,"git://github.com/lfex/exemplar.git",
{ref,"e9cbd9d96bef3bf77f3a448999c2103fdf3fc804"}},
{ref,"e92b5473f7d23d39821cbe62ec4bbd9b8a716721"}},
0},
{<<"kla">>,
{git,"git://github.com/lfex/kla.git",
{ref,"e9ed980aec9c18b67a8b5f9c22cfebc778282d04"}},
1},
{<<"levaindoc">>,
{git,"git://github.com/quasiquoting/levaindoc.git",
{ref,"a0d4c48d1845000ef92838104d532e72b65b6299"}},
{ref,"2a4531239c6a487c93c85d29c1f6f7504aee87af"}},
0},
{<<"lfe">>,
{git,"git://github.com/rvirding/lfe.git",
{ref,"d7bc80da04aedd0a607f17d8d149eba363872b4b"}},
0},
{<<"ltest">>,
{git,"git://github.com/lfex/ltest.git",
{ref,"dd2256a315b107cc0456d82ba378f0a4fbd6751a"}},
1},
{<<"lutil">>,
{git,"git://github.com/lfex/lutil.git",
{ref,"14fb9f5c5c6360ad7169d9bf68907747b40c0d36"}},
{ref,"1dd644b73da70dd3b1516c65535b61883633ce21"}},
1},
{<<"markdown">>,
{git,"git://github.com/erlware/erlmarkdown.git",
Expand Down
2 changes: 1 addition & 1 deletion src/lodox-parse.lfe
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
```commonlisp
'#m(name #\"lodox\"
version \"0.12.7\"
version \"0.12.8\"
description \"The LFE rebar3 Lodox plugin\"
documents ()
modules {{list of maps of module metadata}}
Expand Down
2 changes: 1 addition & 1 deletion src/lodox.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{application, 'lodox',
[{description, "The LFE rebar3 Lodox plugin"},
{vsn, "0.12.7"},
{vsn, "0.12.8"},
{modules, [lodox,
'lodox-html-writer', 'lodox-p', 'lodox-parse', 'lodox-util',
'unit-lodox-tests']},
Expand Down

0 comments on commit 073c152

Please sign in to comment.