lib/binman.rb in binman-3.0.1 vs lib/binman.rb in binman-3.1.0
- old
+ new
@@ -32,10 +32,10 @@
# Converts given markdown(7) source into roff(7).
def conv source=nil
require 'md2man'
Md2Man::ENGINE.render(read(source))
rescue LoadError
- raise 'Run `gem install binman --development` to use BinMan::conv().'
+ raise 'Run `gem install md2man -v "~>1"` to use BinMan::conv().'
end
# Extracts leading comment header content from given
# source and returns the roff(7) conversion thereof.
def dump source=nil