diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-03-16 18:03:45 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-04-19 11:16:57 +0100 |
commit | 8fcafad78e2fba5a09f7ad45542d906e0cdda19b (patch) | |
tree | 0f411f0de7c6479234aee1e71cf6b41a7d2ac91e | |
parent | 69be0151757f1802052b9895135d3047605e6338 (diff) |
You have to install from a git repository if you want bundler to compile the extension. If you install from a local gem, it won't compile. Why?!
-rw-r--r-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,7 +28,8 @@ gem 'ruby-msg', '~> 1.5.0' gem 'test-unit', '~> 1.2.3' if RUBY_VERSION.to_f >= 1.9 gem 'vpim' gem 'will_paginate', '~> 2.3.11' -gem 'xapian-full' +# when 1.2.9 is released by the maintainer, we can stop using this fork: +gem 'xapian-full', '~> 1.2.9', :git => 'git://github.com/sebbacon/xapian-full.git' gem 'xml-simple' gem 'zip' |