Skip to content

Commit

Permalink
updated inner JAR and dependencies (now 0.16.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuzart committed Apr 30, 2018
1 parent 65f9199 commit 6a81806
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 3 deletions.
Binary file added jars/lib/commons-codec-1.10.jar
Binary file not shown.
Binary file added jars/lib/commons-collections4-4.1.jar
Binary file not shown.
Binary file added jars/lib/curvesapi-1.04.jar
Binary file not shown.
Binary file removed jars/lib/poi-3.11.jar
Binary file not shown.
Binary file added jars/lib/poi-3.17.jar
Binary file not shown.
Binary file removed jars/lib/poi-ooxml-3.11.jar
Binary file not shown.
Binary file added jars/lib/poi-ooxml-3.17.jar
Binary file not shown.
Binary file not shown.
Binary file added jars/lib/xercesImpl-2.11.0.jar
Binary file not shown.
Binary file removed jars/lib/xercesImpl-2.6.2.jar
Binary file not shown.
Binary file added jars/lib/xml-apis-1.4.01.jar
Binary file not shown.
Binary file removed jars/simple-spreadsheet-extractor-0.15.1.jar
Binary file not shown.
Binary file added jars/simple-spreadsheet-extractor-0.16.0.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/sysmodb/extractor.rb
Expand Up @@ -7,7 +7,7 @@ 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

Expand Down
2 changes: 1 addition & 1 deletion lib/sysmodb/version.rb
@@ -1,4 +1,4 @@
module SysMODB
VERSION = "0.15.1".freeze
VERSION = "0.16.0".freeze

end
2 changes: 1 addition & 1 deletion simple-spreadsheet-extractor.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency('libxml-ruby', ['~> 3.1'])
spec.add_dependency('libxml-ruby', ['~> 2.9'])
spec.add_dependency('open4', ['1.3.0'])

spec.add_development_dependency('rubocop', ['~> 0.48'])
Expand Down

0 comments on commit 6a81806

Please sign in to comment.