lib/sysmodb/extractor.rb in simple-spreadsheet-extractor-0.17.0 vs lib/sysmodb/extractor.rb in simple-spreadsheet-extractor-0.18.0
- old
+ new
@@ -4,10 +4,10 @@
# Exception that is thrown when a problem occurs during the extraction
class SpreadsheetExtractionException < Exception; end
# handles the delegation to java
class Extractor
- JAR_VERSION = '0.16.0'.freeze
+ JAR_VERSION = '0.18.0'.freeze
DEFAULT_PATH = File.dirname(__FILE__) + "/../../jars/simple-spreadsheet-extractor-#{JAR_VERSION}.jar"
def initialize(memory_allocation)
@memory_allocation = memory_allocation
raise Exception, 'Windows is not currently supported' if is_windows?