From 1d8ee54e503e96f2fb11493229d38bce8c0d7184 Mon Sep 17 00:00:00 2001 From: Gavin Laking Date: Tue, 14 Nov 2017 15:41:20 +0000 Subject: [PATCH] Fix homepage URL. --- card_validation.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/card_validation.gemspec b/card_validation.gemspec index de953bb..fbc0712 100644 --- a/card_validation.gemspec +++ b/card_validation.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |spec| spec.summary = "Validates and generates card numbers based on the Luhn algorithm" spec.description = "The generated numbers can be made valid or invalid." - spec.homepage = "https://github.otbeach.com/ashley-phythian/card_validation" + spec.homepage = "https://github.com/onthebeach/card_validation" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }