lib/softcover/commands/check.rb in softcover-0.9.5 vs lib/softcover/commands/check.rb in softcover-0.9.6
- old
+ new
@@ -30,11 +30,10 @@
end
end
def dependencies
[[:latex, 'LaTeX'],
- [:ghostscript, 'GhostScript'],
[:convert, 'ImageMagick'],
[:node, 'Node.js'],
[:phantomjs, 'PhantomJS'],
[:inkscape, 'Inkscape'],
[:calibre, 'Calibre'],
@@ -72,11 +71,9 @@
message += " ∟ Enable Calibre command-line tools"
message += " (http://manual.calibre-ebook.com/cli/cli-index.html)"
when :java
url = 'http://www.java.com/en/download/help/index_installing.xml'
"Java (#{url})"
- when :ghostscript
- "GhostScript (should come with LaTeX)"
when :epubcheck
url = 'https://github.com/IDPF/epubcheck/releases/'
url += 'download/v3.0/epubcheck-3.0.zip'
message = "EpubCheck 3.0 (#{url})\n"
message += " ∟ Unzip EpubCheck into your home directory"