lib/docsplit.rb in docsplit-0.7.2 vs lib/docsplit.rb in docsplit-0.7.3
- old
+ new
@@ -3,10 +3,10 @@
require 'shellwords'
# The Docsplit module delegates to the Java PDF extractors.
module Docsplit
- VERSION = '0.7.2' # Keep in sync with gemspec.
+ VERSION = '0.7.3' # Keep in sync with gemspec.
ESCAPE = lambda {|x| Shellwords.shellescape(x) }
ROOT = File.expand_path(File.dirname(__FILE__) + '/..')
ESCAPED_ROOT = ESCAPE[ROOT]