Sha256: 950134b331524f630ee0f70584b085902437db39028fd40b7fdd7ab969cbf8f6
Contents?: true
Size: 394 Bytes
Versions: 15
Compression:
Stored size: 394 Bytes
Contents
# encoding: utf-8 require_relative 'build' module Epuber class Command class Compile < Build self.summary = '[Deprecated] Compile targets into multiple EPUB files. Use `build` instead.' Command.inherited(self) def initialize(argv) UI.warning('Compile command is now deprecated, please use `build` command instead.') super end end end end
Version data entries
15 entries across 15 versions & 1 rubygems