From 827c5391b9a38cdbca9385094a7a0301b5ecbc14 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 14 May 2012 21:24:48 +1000 Subject: [PATCH] Updated gemspec to point directly at github project --- ransack.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ransack.gemspec b/ransack.gemspec index 4be8dfd..c558132 100644 --- a/ransack.gemspec +++ b/ransack.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.authors = ["Ernie Miller", "Ryan Bigg"] s.email = ["ernie@erniemiller.org", "radarlistener@gmail.com"] - s.homepage = "http://erniemiller.org/projects/ransack" + s.homepage = "https://github.com/ernie/ransack" s.summary = %q{Object-based searching for ActiveRecord (currently).} s.description = %q{Ransack is the successor to the MetaSearch gem. It improves and expands upon MetaSearch's functionality, but does not have a 100%-compatible API.}