File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11Gem ::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' ]
Original file line number Diff line number Diff line change 55# The Docsplit module delegates to the Java PDF extractors.
66module 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
You can’t perform that action at this time.
0 commit comments