summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorShay Elkin <shay@everything.me>2013-03-24 14:01:19 +0200
committerShay Elkin <shay@everything.me>2013-03-24 14:45:10 +0200
commit054e3f379572f7c3fd859d16b8f5014b65030ae5 (patch)
tree77c21b1ac313af11efc1adf62f4e735eaaec28d5 /docs
parent925ec3751f3b407c17412b0fa04a84fe39c1e0b7 (diff)
Add missing require to Rakefile
Use bundle exec to make manpage Don't set executable bit on manpage
Diffstat (limited to 'docs')
-rw-r--r--docs/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Rakefile b/docs/Rakefile
index a95c97fa..231f01b6 100644
--- a/docs/Rakefile
+++ b/docs/Rakefile
@@ -4,6 +4,7 @@ require 'maruku'
require 'json'
require 'ronn'
require 'tempfile'
+require 'yaml'
module ExtraFilters
def markdownify(input)