Skip to content

Commit

Permalink
Adding xapian-fu to gemfile and adding an indexes directory. Project …
Browse files Browse the repository at this point in the history
…will now require that xapian be installed on the server
  • Loading branch information
workmad3 committed Apr 19, 2010
1 parent 0251293 commit 9b1468f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
12 changes: 12 additions & 0 deletions .idea/iDoc.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 9 additions & 8 deletions Gemfile
Expand Up @@ -9,22 +9,23 @@ gem 'authlogic', "2.1.3"
gem 'friendly_id', "3.0.2"
gem 'sanitize', "1.2.0"
gem 'cancan', "1.0.2"
gem 'xapian-fu', "1.1.0"
gem 'will_paginate', "2.3.12"
gem 'mongrel', "1.1.6"

group :test do
gem 'test-unit', "1.2.3"
gem 'rspec-rails', '>= 1.3.2'
gem 'spork', '>=0.7.5'
gem 'rspec-rails', '1.3.2'
gem 'spork', '0.8.2'
gem 'email_spec', "0.6.2"
end

group :cucumber do
gem 'test-unit', "1.2.3"
gem 'cucumber-rails', '>=0.2.4'
gem 'database_cleaner', '>=0.4.3'
gem 'webrat', '>=0.6.0'
gem 'rspec', '>=1.3.0'
gem 'rspec-rails', '>=1.3.2'
gem 'spork', '>=0.7.5'
gem 'cucumber-rails', '0.3.0'
gem 'database_cleaner', '0.5.2'
gem 'webrat', '0.7.0'
gem 'rspec', '1.3.0'
gem 'rspec-rails', '1.3.2'
gem 'email_spec', "0.6.2"
end
2 changes: 0 additions & 2 deletions app/views/admin/document_author_list/edit.html.erb

This file was deleted.

Empty file added indexes/.empty
Empty file.

0 comments on commit 9b1468f

Please sign in to comment.