scottdavis/ruby-tesseract

gem doesn't load in rails project -- Uninitialized Constant

Closed this issue · 2 comments

I think you need to fix either your file hierarchy or your gemspec, because requiring 'tesseract' doesn't work right now (Uninitialized Constant).

Since your "require_path" in the gemspec is set to "tesseract", I was able to fix this by moving tesseract.rb into the tesserract folder.

thanks for reporting ill get this fixed

sorry it took so long i pushed a new version 0.1.0 that fixes this 5565bc9