Skip to content

Commit 65bd1fe

Browse files
committed
Docsplit 0.4.0
1 parent 9afc0e9 commit 65bd1fe

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

docsplit.gemspec

Lines changed: 2 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.3.4' # Keep version in sync with docsplit.rb
4-
s.date = '2010-8-20'
3+
s.version = '0.4.0' # Keep version in sync with docsplit.rb
4+
s.date = '2010-8-23'
55

66
s.homepage = "http://documentcloud.github.com/docsplit/"
77
s.summary = "Break Apart Documents into Images, Text, Pages and PDFs"

index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h1>Doc<sub style="font-size:150%;">&#9889;</sub>split</h1>
9898
(title, author, number of pages...)
9999
</p>
100100

101-
<p>Docsplit is currently at <a href="http://rubygems.org/gems/docsplit">version 0.3.4</a>.</p>
101+
<p>Docsplit is currently at <a href="http://rubygems.org/gems/docsplit">version 0.4.0</a>.</p>
102102

103103
<p>
104104
<i>Docsplit is an open-source component of <a href="http://documentcloud.org/">DocumentCloud</a>.</i>
@@ -279,6 +279,13 @@ <h2 id="internals">Internals</h2>
279279

280280
<h2 id="changes">Change Log</h2>
281281

282+
<p>
283+
<b class="header">0.4.0</b><br />
284+
Upgraded the JODConverter dependency for PDF conversion via OpenOffice to
285+
3.0 beta. Added PNG, GIF, TIF, JPG, and BMP to the list of supported
286+
formats.
287+
</p>
288+
282289
<p>
283290
<b class="header">0.3.4</b><br />
284291
Adding a suggested optimization from the GraphicsMagick list -- only ever

lib/docsplit.rb

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

4-
VERSION = '0.3.4' # Keep in sync with gemspec.
4+
VERSION = '0.4.0' # Keep in sync with gemspec.
55

66
ROOT = File.expand_path(File.dirname(__FILE__) + '/..')
77

0 commit comments

Comments
 (0)