Skip to content

Commit

Permalink
bump to 0.9.1 (tabula-extractor 0.6.4). fixes issue with "protected" …
Browse files Browse the repository at this point in the history
…PDF files.
  • Loading branch information
mtigas committed Jul 9, 2013
1 parent a928eaf commit 11e66fc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ build/tabula.jar
build/tabula-*.zip
build/mac
build/windows
build/tabula
launch4j/

# Based on https://github.com/github/gitignore/blob/master/Ruby.gitignore
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ platform :jruby do
gem "cuba"
gem "rack"
gem "tilt"
gem "tabula-extractor", '~>0.6.3', :require => "tabula"
gem "tabula-extractor", '~>0.6.4', :require => "tabula"

group :development do
gem "rake"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GEM
rack (1.5.2)
rake (10.1.0)
rubyzip (0.9.9)
tabula-extractor (0.6.3-java)
tabula-extractor (0.6.4-java)
trollop (~> 2.0)
tilt (1.4.1)
trollop (2.0)
Expand All @@ -25,6 +25,6 @@ DEPENDENCIES
cuba
rack
rake
tabula-extractor (~> 0.6.3)
tabula-extractor (~> 0.6.4)
tilt
warbler
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Tabula helps you liberate data tables trapped inside PDF files.

* [Read more about Tabula on OpenNews Source](http://source.mozillaopennews.org/en-US/articles/introducing-tabula/)
* [Check out the (feature-limited) demo](http://tabula.nerdpower.org/)
* [See the download site (with links & screencast)](http://tabula.nerdpower.org/)

© 2012-2013 Manuel Aristarán. Available under MIT License. See
[`AUTHORS.md`](AUTHORS.md) and [`LICENSE.md`](LICENSE.md).
Expand Down Expand Up @@ -69,6 +69,7 @@ and then try again.
cd tabula
gem install bundler
gem install tabula-extractor
bundle install
~~~
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<property name="build.dir" value="build"/>
<property name="mac.dir" value="${build.dir}/mac" />
<property name="windows.dir" value="${build.dir}/windows" />
<property name="full_version" value="0.9.0.0"/>
<property name="full_version" value="0.9.1.0"/>
<property name="launch4j.dir" location="${build.dir}/../launch4j" />
<property name="launch4j.bindir" location="${build.dir}/../launch4j/bin" />

Expand Down

0 comments on commit 11e66fc

Please sign in to comment.