Skip to content

Commit

Permalink
Bumping the gem version and releasing libreoffice support
Browse files Browse the repository at this point in the history
  • Loading branch information
knowtheory committed Nov 18, 2011
1 parent c86d4b1 commit d8c8e67
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docsplit.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'docsplit'
s.version = '0.6.0' # Keep version in sync with docsplit.rb
s.date = '2011-09-13'
s.version = '0.6.1' # Keep version in sync with docsplit.rb
s.date = '2011-11-18'

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

s.authors = ['Jeremy Ashkenas', 'Samuel Clay']
s.authors = ['Jeremy Ashkenas', 'Samuel Clay', 'Ted Han']
s.email = 'jeremy@documentcloud.org'
s.rubyforge_project = 'docsplit'

Expand Down
6 changes: 6 additions & 0 deletions index.html
Expand Up @@ -277,6 +277,12 @@ <h2 id="internals">Internals</h2>

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

<p>
<b class="header">0.6.1</b><small> &ndash; Nov. 18, 2011</small><br />
Docsplit now supports converting documents using LibreOffice
as well as OpenOffice, through JODConverter 3.0 beta4.
</p>

<p>
<b class="header">0.6.0</b><small> &ndash; Sept. 13, 2011</small><br />
Docsplit should now handle shelling out for documents with arbitrary
Expand Down

0 comments on commit d8c8e67

Please sign in to comment.