Skip to content

Commit 57c9369

Browse files
committed
Update gemspec.
1 parent 1b6a6cd commit 57c9369

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docsplit.gemspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.name = 'docsplit'
3-
s.version = '0.7.2' # Keep version in sync with docsplit.rb
4-
s.date = '2013-02-21'
3+
s.version = '0.7.3' # Keep version in sync with docsplit.rb
4+
s.date = '2014-02-16'
55

66
s.homepage = "http://documentcloud.github.com/docsplit/"
77
s.summary = "Break Apart Documents into Images, Text, Pages and PDFs"
@@ -15,6 +15,7 @@ Gem::Specification.new do |s|
1515
s.authors = ['Jeremy Ashkenas', 'Samuel Clay', 'Ted Han']
1616
s.email = 'opensource@documentcloud.org'
1717
s.rubyforge_project = 'docsplit'
18+
s.license = 'MIT'
1819

1920
s.require_paths = ['lib']
2021
s.executables = ['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.2' # Keep in sync with gemspec.
8+
VERSION = '0.7.3' # Keep in sync with gemspec.
99

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

0 commit comments

Comments
 (0)