[ANN] binman 0.1.2

binman - UNIX man pages for Ruby bin/ scripts
             https://github.com/sunaku/binman#readme

···

--------------------------------------------------------------------
What is it?
--------------------------------------------------------------------

binman produces UNIX man pages for your Ruby `bin/` scripts using
markdown(7), roff(7), [Redcarpet2] for conversion thereof, and man(1).

Here is an obligatory screen-shot of binman in action:
http://ompldr.org/vYXNlNg

Here is an example bin/ script to help you get started:
https://raw.github.com/sunaku/binman/master/bin/binman

[Redcarpet2]: https://github.com/tanoku/redcarpet
[redcarpet-manpage]: http://rdoc.info/github/sunaku/redcarpet-manpage

--------------------------------------------------------------------
What is new?
--------------------------------------------------------------------

Housekeeping:

* Extracted `BinMan::Renderer` into [redcarpet-manpage] library.

* The [Redcarpet2] library is not a runtime gem dependency anymore.

* Forgot to introduce leading comment headers in binman(1) man page.

--
Be careful when a loop exits to the same place from side and bottom.