Skip to content

Commit d8c8e67

Browse files
committed
Bumping the gem version and releasing libreoffice support
1 parent c86d4b1 commit d8c8e67

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

docsplit.gemspec

Lines changed: 3 additions & 3 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.6.0' # Keep version in sync with docsplit.rb
4-
s.date = '2011-09-13'
3+
s.version = '0.6.1' # Keep version in sync with docsplit.rb
4+
s.date = '2011-11-18'
55

66
s.homepage = "http://documentcloud.github.com/docsplit/"
77
s.summary = "Break Apart Documents into Images, Text, Pages and PDFs"
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
1212
metadata (title, author, number of pages...)
1313
EOS
1414

15-
s.authors = ['Jeremy Ashkenas', 'Samuel Clay']
15+
s.authors = ['Jeremy Ashkenas', 'Samuel Clay', 'Ted Han']
1616
s.email = '[email protected]'
1717
s.rubyforge_project = 'docsplit'
1818

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,12 @@ <h2 id="internals">Internals</h2>
277277

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

280+
<p>
281+
<b class="header">0.6.1</b><small> &ndash; Nov. 18, 2011</small><br />
282+
Docsplit now supports converting documents using LibreOffice
283+
as well as OpenOffice, through JODConverter 3.0 beta4.
284+
</p>
285+
280286
<p>
281287
<b class="header">0.6.0</b><small> &ndash; Sept. 13, 2011</small><br />
282288
Docsplit should now handle shelling out for documents with arbitrary

0 commit comments

Comments
 (0)