Skip to content

Commit

Permalink
update tabula-extractor to 0.6.5
Browse files Browse the repository at this point in the history
removes some debugging output generated in autodetect (which caused unnecessary load)
  • Loading branch information
mtigas committed Jul 25, 2013
1 parent 1daa65f commit ec054cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.4', :require => "tabula"
gem "tabula-extractor", '~>0.6.5', :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.4-java)
tabula-extractor (0.6.5-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.4)
tabula-extractor (~> 0.6.5)
tilt
warbler

0 comments on commit ec054cf

Please sign in to comment.