From 5ddbeff5a7e5389b8503d5b2674820c836eeb76b Mon Sep 17 00:00:00 2001 From: Pascal Date: Wed, 4 Feb 2009 00:20:39 -0800 Subject: [PATCH] rubyforge project was wrong --- dm-xapian.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dm-xapian.gemspec b/dm-xapian.gemspec index 5515abb..b11ce38 100644 --- a/dm-xapian.gemspec +++ b/dm-xapian.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |s| s.has_rdoc = true s.homepage = %q{http://github.com/psq/dm-xapian} s.require_paths = ["lib"] - s.rubyforge_project = %q{merb} + s.rubyforge_project = %q{dm-xapian} s.rubygems_version = %q{1.3.1} s.summary = %q{Merb plugin that provides indexing of datamapper models using the Ruby Xapian search engine library} s.executables = ['dm-xapian-updater']