README.markdown in binman-3.3.2 vs README.markdown in binman-3.3.3

- old
+ new

@@ -1,9 +1,14 @@ # binman - man pages for bin scripts [binman] produces UNIX manual pages for executable scripts using [md2man]. +* Package: <https://rubygems.org/gems/binman> +* Manuals: <https://sunaku.github.io/binman> +* Sources: <https://github.com/sunaku/binman> +* Support: <https://github.com/sunaku/binman/issues> + ## Features * Supports any scripting language that has multi-line comments or uses `#` for single-line comments: Ruby, Perl, Python, Node.js, Tcl, AWK, UNIX shell, and more! @@ -14,12 +19,11 @@ * Implemented in roughly 130 lines of pure Ruby code! :-) ### Demonstration -![Obligatory screen-shot of binman(1) in action!]( -https://raw.github.com/sunaku/binman/master/EXAMPLE.png) +![Obligatory screen-shot of binman(1) in action!](EXAMPLE.png) Here is [a complete example in Ruby][binman-bin] to help you get started. For examples in other scripting languages, see the "Usage" section below! ## Installation @@ -28,11 +32,11 @@ gem install binman If you also want to build your own manual pages: - gem install md2man -v '~> 2.0' + gem install md2man -v '~> 3.0' ### Prerequisites * Ruby 1.8.7 or 1.9.2 or newer. @@ -225,10 +229,10 @@ Add this snippet to your gemspec file: s.files += Dir['man/man?/*.?'] # UNIX man pages s.files += Dir['man/**/*.{html,css,js}'] # HTML man pages - s.add_development_dependency 'md2man', '~> 2.0' + s.add_development_dependency 'md2man', '~> 3.0' Add the following line to your Rakefile: require 'binman/rakefile'