We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c9369 commit 9172e30Copy full SHA for 9172e30
docsplit.gemspec
@@ -1,6 +1,6 @@
1
Gem::Specification.new do |s|
2
s.name = 'docsplit'
3
- s.version = '0.7.3' # Keep version in sync with docsplit.rb
+ s.version = '0.7.4' # Keep version in sync with docsplit.rb
4
s.date = '2014-02-16'
5
6
s.homepage = "http://documentcloud.github.com/docsplit/"
lib/docsplit.rb
@@ -5,7 +5,7 @@
# The Docsplit module delegates to the Java PDF extractors.
module Docsplit
7
8
- VERSION = '0.7.3' # Keep in sync with gemspec.
+ VERSION = '0.7.4' # Keep in sync with gemspec.
9
10
ESCAPE = lambda {|x| Shellwords.shellescape(x) }
11
0 commit comments