lib/softcover/commands/check.rb in softcover-1.5.11 vs lib/softcover/commands/check.rb in softcover-1.6.0
- old
+ new
@@ -38,11 +38,10 @@
[:convert, 'ImageMagick'],
[:node, 'Node.js'],
[:phantomjs, 'PhantomJS'],
[:inkscape, 'Inkscape'],
[:calibre, 'Calibre'],
- [:kindlegen, 'KindleGen'],
[:java, 'Java'],
[:zip, 'zip'],
[:epubcheck, 'EpubCheck'],
[:python2, 'Python 2']
]
@@ -68,14 +67,9 @@
when :node
"NodeJS (https://nodejs.org/)"
when :phantomjs
message = "PhantomJS (https://phantomjs.org/download.html)\n"
message += " ∟ Put bin/phantomjs version 2 somewhere on your path,"
- message += " e.g., in /usr/local/bin"
- when :kindlegen
- url = 'https://www.amazon.com/gp/feature.html?ie=UTF8&docId=1000765211'
- message = "KindleGen (#{url})\n"
- message += " ∟ Put the kindlegen executable on your path,"
message += " e.g., in /usr/local/bin"
when :calibre
url = 'https://calibre-ebook.com/'
message = "Calibre (#{url})\n"
message += " ∟ Enable Calibre command-line tools"