irb(main):002:0> require 'xapian'
LoadError: no such file to load -- xapian
irb(main):003:0> require 'xapian-fu'
LoadError: no such file to load -- xapian-fu
irb(main):004:0> require 'xapian_fu'
LoadError: no such file to load -- xapian
irb(main):005:0> require 'xapianfu'
LoadError: no such file to load -- xapianfu
The xapian gem wasn't available when I wrote it (and it currently doesn't support amd64). I'll depend on it once that gets fixed) Sorry for the faff - I'll add to the documentation
Find out. You need to install the 'xapian' gem beforehand.
Suggestion: add dependency in gemspec.
The xapian gem wasn't available when I wrote it (and it currently doesn't support amd64). I'll depend on it once that gets fixed) Sorry for the faff - I'll add to the documentation
version 1.1.0 onwards supports both require 'xapian-fu' and require 'xapian_fu' btw.