1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Add missing require to Rakefile

Use bundle exec to make manpage
Don't set executable bit on manpage
This commit is contained in:
Shay Elkin
2013-03-24 14:01:19 +02:00
parent 925ec3751f
commit 054e3f3795
2 changed files with 3 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ require 'maruku'
require 'json'
require 'ronn'
require 'tempfile'
require 'yaml'
module ExtraFilters
def markdownify(input)