Skip to content

Commit

Permalink
Merge pull request #20 from rogeriochaves/master
Browse files Browse the repository at this point in the history
Upgrade Apache Tika to 1.6
  • Loading branch information
Erol committed Dec 19, 2014
2 parents 8fb0623 + 2d21e82 commit 838f997
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file renamed jar/tika-app-1.5.jar → jar/tika-app-1.6.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/yomu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Yomu
GEMPATH = File.dirname(File.dirname(__FILE__))
JARPATH = File.join(Yomu::GEMPATH, 'jar', 'tika-app-1.5.jar')
JARPATH = File.join(Yomu::GEMPATH, 'jar', 'tika-app-1.6.jar')

# Read text or metadata from a data buffer.
#
Expand Down

0 comments on commit 838f997

Please sign in to comment.