From 11e66fc866953b32d1e7ebbbb544a73ea7aa3b7d Mon Sep 17 00:00:00 2001 From: Mike Tigas Date: Tue, 9 Jul 2013 17:53:02 -0400 Subject: [PATCH] bump to 0.9.1 (tabula-extractor 0.6.4). fixes issue with "protected" PDF files. --- .gitignore | 1 + Gemfile | 2 +- Gemfile.lock | 4 ++-- README.md | 3 ++- build.xml | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 5b66e706..43cf138f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/Gemfile b/Gemfile index af37767e..bec67f9c 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index a3f6c833..ff327ff8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -25,6 +25,6 @@ DEPENDENCIES cuba rack rake - tabula-extractor (~> 0.6.3) + tabula-extractor (~> 0.6.4) tilt warbler diff --git a/README.md b/README.md index e36a5698..7bf86a09 100644 --- a/README.md +++ b/README.md @@ -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). @@ -69,6 +69,7 @@ and then try again. cd tabula gem install bundler + gem install tabula-extractor bundle install ~~~ diff --git a/build.xml b/build.xml index 5806d6a1..eb2a8c02 100644 --- a/build.xml +++ b/build.xml @@ -5,7 +5,7 @@ - +