worlduniting / old-bookshop

bookShop is a publishing framework for html-to-pdf/(e)book toolchain happiness and sustainable productivity.

Home Page:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build fails on linux os

revdavethompson opened this issue · comments

when attempting to issue 'bookshop build html', the command fails claiming that there is 'no such file 'PDFKit'.

It looks like the build.rb file needs to change

require 'PDFKit'

to

require 'pdfkit'

This was tested on LinuxMint12.