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

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

Breaking changes:

* Removed the deprecated `binman/rake_tasks` helper library.  Use
  `binman/rakefile` instead.

External changes:

* Fixed infinite looping in the `binman/gemspec` helper library.

Internal changes:

* Upgraded to md2man v1 for Markdown to UNIX man page conversion.

* Do not hard-code the version number in `binman/gemspec` helper.

-- 
If something has not yet gone wrong then it would ultimately have been
beneficial for it to go wrong.