diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-06-05 07:14:09 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-06-06 19:35:12 +0100 |
commit | 0df32aab05e15589a237b59219073d80a9db3d6c (patch) | |
tree | 1f3741a0000de1f73f3d94db01df5873906cf08a | |
parent | e19238dd262e3254c0cd269f2f3b28f3cee0fd09 (diff) |
Use our xapian-full from rubygems
As in the develop branch.
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 6 |
2 files changed, 1 insertions, 7 deletions
@@ -30,7 +30,7 @@ gem 'test-unit', '~> 1.2.3' if RUBY_VERSION.to_f >= 1.9 gem 'vpim' gem 'will_paginate', '~> 2.3.11' # 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/robinhouston/xapian-full.git' +gem 'xapian-full-alaveteli', '~> 1.2.9.4' gem 'xml-simple' gem 'zip' diff --git a/Gemfile.lock b/Gemfile.lock index 1a9a9b713..cf9475774 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,12 +4,6 @@ GIT specs: annotate (2.4.1.beta1) -GIT - remote: git://github.com/robinhouston/xapian-full.git - revision: a40074b2de825905b92d5ff6f3d6e094b1240c35 - specs: - xapian-full (1.2.9) - GEM remote: http://rubygems.org/ specs: |