diff --git a/docsplit.gemspec b/docsplit.gemspec index 35318e4..5e0c6de 100755 --- a/docsplit.gemspec +++ b/docsplit.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'docsplit' - s.version = '0.3.4' # Keep version in sync with docsplit.rb - s.date = '2010-8-20' + s.version = '0.4.0' # Keep version in sync with docsplit.rb + s.date = '2010-8-23' s.homepage = "http://documentcloud.github.com/docsplit/" s.summary = "Break Apart Documents into Images, Text, Pages and PDFs" diff --git a/index.html b/index.html index 45849af..b802ab4 100755 --- a/index.html +++ b/index.html @@ -98,7 +98,7 @@

Docsplit

(title, author, number of pages...)

-

Docsplit is currently at version 0.3.4.

+

Docsplit is currently at version 0.4.0.

Docsplit is an open-source component of DocumentCloud. @@ -279,6 +279,13 @@

Internals

Change Log

+

+ 0.4.0
+ Upgraded the JODConverter dependency for PDF conversion via OpenOffice to + 3.0 beta. Added PNG, GIF, TIF, JPG, and BMP to the list of supported + formats. +

+

0.3.4
Adding a suggested optimization from the GraphicsMagick list -- only ever diff --git a/lib/docsplit.rb b/lib/docsplit.rb index 8e0d5e4..3eb776e 100755 --- a/lib/docsplit.rb +++ b/lib/docsplit.rb @@ -1,7 +1,7 @@ # The Docsplit module delegates to the Java PDF extractors. module Docsplit - VERSION = '0.3.4' # Keep in sync with gemspec. + VERSION = '0.4.0' # Keep in sync with gemspec. ROOT = File.expand_path(File.dirname(__FILE__) + '/..')