Sha256: e1ec8c9c738b2be4d275d23513c6b1387d09d47ca024fdc0c4efafc397bfd3d3
Contents?: true
Size: 406 Bytes
Versions: 15
Compression:
Stored size: 406 Bytes
Contents
# frozen_string_literal: true 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