This commit is contained in:
Daniel Munn 2012-06-07 11:19:27 +01:00
commit 83dd802e30

View File

@ -1,4 +1,8 @@
source "https://rubygems.org"
gem "zip"
gem "xapian-full", :optional => true, :require => false
#Allows --without=xapian
group :xapian do
gem "xapian-full", :require => false
end