File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
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.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"
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ <h1>Doc<sub style="font-size:150%;">⚡</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 > – 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
Original file line number Diff line number Diff line change 11# The Docsplit module delegates to the Java PDF extractors.
22module 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
You can’t perform that action at this time.
0 commit comments