Sutou Kouhei 2019-06-13 13:08:08 +0900 (Thu, 13 Jun 2019) Revision: ee8b176777b845936c81da955159869620459e21 https://github.com/ranguba/chupa-text-decomposer-spreadsheet/commit/ee8b176777b845936c81da955159869620459e21 Message: Remove needless extension Modified files: lib/chupa-text/decomposers/spreadsheet.rb Modified: lib/chupa-text/decomposers/spreadsheet.rb (+1 -1) =================================================================== --- lib/chupa-text/decomposers/spreadsheet.rb 2019-03-28 16:34:09 +0900 (1740d1d) +++ lib/chupa-text/decomposers/spreadsheet.rb 2019-06-13 13:08:08 +0900 (32a7c1a) @@ -9,7 +9,7 @@ module ChupaText registry.register("spreadsheet", self) - TARGET_EXTENSIONS = ["ods", "xls", "xlsx", "xlsm", "xml"] + TARGET_EXTENSIONS = ["ods", "xls", "xlsx", "xlsm"] TARGET_MIME_TYPES = [ "application/vnd.oasis.opendocument.spreadsheet", -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190613/2b54bb61/attachment.html>