Sha256: 12303cc1d0349bb4eb21fd9a43be0f50073233fcda9ca36be20faadd2bf826c5
Contents?: true
Size: 387 Bytes
Versions: 45
Compression:
Stored size: 387 Bytes
Contents
# -*- coding: utf-8 -*- # # Copyright 2013 whiteleaf. All rights reserved. # # # multi-device で単純なEPUB変換をしたい場合用 # module Device::Epub PHYSICAL_SUPPORT = false VOLUME_NAME = nil DOCUMENTS_PATH_LIST = nil EBOOK_FILE_EXT = ".epub" NAME = "EPUB" DISPLAY_NAME = "EPUB" RELATED_VARIABLES = { "default.enable_half_indent_bracket" => false, } end
Version data entries
45 entries across 45 versions & 1 rubygems