lib/md2man/rakefile.rb in md2man-1.6.1 vs lib/md2man/rakefile.rb in md2man-1.6.2
- old
+ new
@@ -39,9 +39,10 @@
desc 'Build HTML manual pages from Markdown files in man/.'
task 'md2man:web' => ['man/index.html', 'man/style.css']
#-----------------------------------------------------------------------------
wrap_html_template = lambda do |title, content, ascent|
+require 'md2man/version'
<<WRAP_HTML_TEMPLATE
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />