From 367bb912954e4ca2ec1a4877a981c56b3ba77149 Mon Sep 17 00:00:00 2001 From: Dana Jones Date: Mon, 7 Aug 2017 16:55:51 -0500 Subject: [PATCH] Homepage link is pointing to a defunct fork The link associated with the `.gemspec` homepage is a fork that is no longer maintained, and whose latest version does not coincide with the current version for this repo. --- comma.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comma.gemspec b/comma.gemspec index ffc7b10..7b4ef25 100644 --- a/comma.gemspec +++ b/comma.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| s.version = Comma::VERSION s.authors = ["Marcus Crafter", "Tom Meier"] s.email = ["crafterm@redartisan.com", "tom@venombytes.com"] - s.homepage = "http://github.com/crafterm/comma" + s.homepage = "http://github.com/comma-csv/comma" s.summary = %q{Ruby Comma Seperated Values generation library} s.description = %q{Ruby Comma Seperated Values generation library}