Skip to content

Commit 9172e30

Browse files
committed
Missed a merge, updating gemspec and pushing gem again.
1 parent 57c9369 commit 9172e30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docsplit.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'docsplit'
3-
s.version = '0.7.3' # Keep version in sync with docsplit.rb
3+
s.version = '0.7.4' # Keep version in sync with docsplit.rb
44
s.date = '2014-02-16'
55

66
s.homepage = "http://documentcloud.github.com/docsplit/"

lib/docsplit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# The Docsplit module delegates to the Java PDF extractors.
66
module Docsplit
77

8-
VERSION = '0.7.3' # Keep in sync with gemspec.
8+
VERSION = '0.7.4' # Keep in sync with gemspec.
99

1010
ESCAPE = lambda {|x| Shellwords.shellescape(x) }
1111

0 commit comments

Comments
 (0)