lib/sysmodb/extractor.rb in simple-spreadsheet-extractor-0.15.2 vs lib/sysmodb/extractor.rb in simple-spreadsheet-extractor-0.16.0
- old
+ new
@@ -5,10 +5,10 @@
class SpreadsheetExtractionException < Exception; end
#handles the delegation to java, and executes the extraction passing the
#input file through STDIN, and reading the results through STDOUT.
class Extractor
- JAR_VERSION="0.15.1"
+ JAR_VERSION="0.16.0".freeze
DEFAULT_PATH = File.dirname(__FILE__) + "/../../jars/simple-spreadsheet-extractor-#{JAR_VERSION}.jar"
BUFFER_SIZE=250000 # 1/4 a megabyte
def initialize(memory_allocation)
@memory_allocation = memory_allocation