From 3fee0edc1102fddcb1ea7d51be137b8957babf4a Mon Sep 17 00:00:00 2001 From: sanemat Date: Sat, 4 May 2013 11:59:21 -0700 Subject: [PATCH] Fix gem homepage url https://github.com/r7kamura/feed_searcher -> https://github.com/fastladder/feed_searcher --- feed_searcher.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feed_searcher.gemspec b/feed_searcher.gemspec index cff07aa..0fe8635 100644 --- a/feed_searcher.gemspec +++ b/feed_searcher.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.email = ["r7kamura@gmail.com"] spec.description = "FeedSearcher searches RSS feed URLs from the given URL." spec.summary = "Search RSS feed URLs from the given URL" - spec.homepage = "https://github.com/r7kamura/feed_searcher" + spec.homepage = "https://github.com/fastladder/feed_searcher" spec.license = "MIT" spec.files = `git ls-files`.split($/)