Skip to content

Commit

Permalink
Docsplit 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Apr 26, 2011
1 parent 4a5568e commit 6fbb1b3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docsplit.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'docsplit'
s.version = '0.5.0' # Keep version in sync with docsplit.rb
s.date = '2010-10-18'
s.version = '0.5.1' # Keep version in sync with docsplit.rb
s.date = '2010-04-26'

s.homepage = "http://documentcloud.github.com/docsplit/"
s.summary = "Break Apart Documents into Images, Text, Pages and PDFs"
Expand Down
8 changes: 7 additions & 1 deletion index.html
Expand Up @@ -98,7 +98,7 @@ <h1>Doc<sub style="font-size:150%;">&#9889;</sub>split</h1>
(title, author, number of pages...)
</p>

<p>Docsplit is currently at <a href="http://rubygems.org/gems/docsplit">version 0.5.0</a>.</p>
<p>Docsplit is currently at <a href="http://rubygems.org/gems/docsplit">version 0.5.1</a>.</p>

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

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

<p>
<b class="header">0.5.1</b><small> &ndash; April 26, 2011</small><br />
Minor tweaks to the <tt>TextCleaner</tt> to be more lenient about acryonms
with hyphens, and words with four vowels in a row.
</p>

<p>
<b class="header">0.5.0</b><br />
Added a <tt>Docsplit::TextCleaner</tt> class which is used to post-process
Expand Down
2 changes: 1 addition & 1 deletion lib/docsplit.rb
@@ -1,7 +1,7 @@
# The Docsplit module delegates to the Java PDF extractors.
module Docsplit

VERSION = '0.5.0' # Keep in sync with gemspec.
VERSION = '0.5.1' # Keep in sync with gemspec.

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

Expand Down

0 comments on commit 6fbb1b3

Please sign in to comment.