lib/docsplit.rb in docsplit-0.1.2 vs lib/docsplit.rb in docsplit-0.1.3

- old
+ new

@@ -1,8 +1,8 @@ # The Docsplit module delegates to the Java PDF extractors. module Docsplit - VERSION = '0.1.2' # Keep in sync with gemspec. + VERSION = '0.1.3' # Keep in sync with gemspec. ROOT = File.expand_path(File.dirname(__FILE__) + '/..') CLASSPATH = "#{ROOT}/build#{File::PATH_SEPARATOR}#{ROOT}/vendor/'*'"