lib/softcover/commands/check.rb in softcover-0.9.17 vs lib/softcover/commands/check.rb in softcover-0.9.18
- old
+ new
@@ -65,15 +65,17 @@
when :convert
"ImageMagick (http://www.imagemagick.org/script/binary-releases.php)"
when :node
"NodeJS (http://nodejs.org/)"
when :phantomjs
- "PhantomJS (http://phantomjs.org/)"
+ message = "PhantomJS (http://phantomjs.org/)\n"
+ message += " ∟ Put bin/phantomjs somewhere on your path,"
+ message += " e.g., in /usr/local/bin"
when :kindlegen
url = 'http://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"
+ message += " ∟ Put the kindlegen executable on your path,"
+ message += " e.g., in /usr/local/bin"
when :calibre
url = 'http://calibre-ebook.com/'
message = "Calibre (#{url})\n"
message += " ∟ Enable Calibre command-line tools"
message += " (http://manual.calibre-ebook.com/cli/cli-index.html)"