Updated gemspec to point directly at github project

This commit is contained in:
Thomas 2012-05-14 21:24:48 +10:00
parent 62a9b2cd11
commit 827c5391b9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY s.platform = Gem::Platform::RUBY
s.authors = ["Ernie Miller", "Ryan Bigg"] s.authors = ["Ernie Miller", "Ryan Bigg"]
s.email = ["ernie@erniemiller.org", "radarlistener@gmail.com"] 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.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.} 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.}