Sha256: 4276df753cbd3838667cfdb2f6f16dcb520ae1aa61707d8d8812ad6254de9d37
Contents?: true
Size: 357 Bytes
Versions: 6
Compression:
Stored size: 357 Bytes
Contents
# -*- coding: utf-8 -*- # # Copyright 2013 whiteleaf. All rights reserved. # module Device::Kindle PHYSICAL_SUPPORT = true VOLUME_NAME = "Kindle" DOCUMENTS_PATH_LIST = %w(documents Documents Books) EBOOK_FILE_EXT = ".mobi" NAME = "Kindle" DISPLAY_NAME = "Kindle" RELATED_VARIABLES = { "force.enable_half_indent_bracket" => true, } end
Version data entries
6 entries across 6 versions & 1 rubygems