Skip to content

Commit 6fbb1b3

Browse files
committed
Docsplit 0.5.1
1 parent 4a5568e commit 6fbb1b3

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

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.5.0' # Keep version in sync with docsplit.rb
4-
s.date = '2010-10-18'
3+
s.version = '0.5.1' # Keep version in sync with docsplit.rb
4+
s.date = '2010-04-26'
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: 7 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.5.0</a>.</p>
101+
<p>Docsplit is currently at <a href="http://rubygems.org/gems/docsplit">version 0.5.1</a>.</p>
102102

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

282282
<h2 id="changes">Change Log</h2>
283283

284+
<p>
285+
<b class="header">0.5.1</b><small> &ndash; April 26, 2011</small><br />
286+
Minor tweaks to the <tt>TextCleaner</tt> to be more lenient about acryonms
287+
with hyphens, and words with four vowels in a row.
288+
</p>
289+
284290
<p>
285291
<b class="header">0.5.0</b><br />
286292
Added a <tt>Docsplit::TextCleaner</tt> class which is used to post-process

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.5.0' # Keep in sync with gemspec.
4+
VERSION = '0.5.1' # Keep in sync with gemspec.
55

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

0 commit comments

Comments
 (0)