Skip to content

Commit

Permalink
Merge pull request #32 from jipis/master
Browse files Browse the repository at this point in the history
Upgrade to Tika 1.9
  • Loading branch information
Erol committed Nov 16, 2015
2 parents 486ab0f + 022347e commit fe45acb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file renamed jar/tika-app-1.6.jar → jar/tika-app-1.9.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 @@ -9,7 +9,7 @@

class Yomu
GEMPATH = File.dirname(File.dirname(__FILE__))
JARPATH = File.join(Yomu::GEMPATH, 'jar', 'tika-app-1.6.jar')
JARPATH = File.join(Yomu::GEMPATH, 'jar', 'tika-app-1.9.jar')
DEFAULT_SERVER_PORT = 9293 # an arbitrary, but perfectly cromulent, port

@@server_port = nil
Expand Down

0 comments on commit fe45acb

Please sign in to comment.