lib/softcover/commands/check.rb in softcover-1.7.1 vs lib/softcover/commands/check.rb in softcover-1.7.2

- old
+ new

@@ -41,11 +41,11 @@ [:inkscape, 'Inkscape'], [:calibre, 'Calibre'], [:java, 'Java'], [:zip, 'zip'], [:epubcheck, 'EpubCheck'], - [:python2, 'Python 2'] + [:python3, 'Python 3'] ] end def dependency_labels dependencies.map(&:first) @@ -84,11 +84,11 @@ url = 'https://github.com/w3c/epubcheck/releases/download/v4.2.2/epubcheck-4.2.2.zip' message = "EpubCheck 4.2.2 (#{url})\n" message += " ∟ Unzip and place epubcheck-4.2.2/ in a directory on your path" when :inkscape message = "Inkscape (https://inkscape.org/)" - when :python2 - message = "Configure your shell so that `python` runs Python 2" + when :python3 + message = "Configure your shell so that `python3` runs Python 3" else raise "Unknown label #{label}" end end