From 56abe4c34093edcd9b8260b1a0376c3d973d1fc2 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Wed, 18 Apr 2018 17:14:13 -0400 Subject: [PATCH] Update homepage --- slugtastic.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slugtastic.gemspec b/slugtastic.gemspec index ce9d9b9..0d6e0c4 100644 --- a/slugtastic.gemspec +++ b/slugtastic.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |gem| gem.description = "A simple slug string generator for ActiveRecord. " \ "Will populate a slug attribute from another attribute." gem.summary = "A simple slug string generator for ActiveRecord." - gem.homepage = "http://danbarber.me/slugtastic" + gem.homepage = "https://danbee.github.io/slugtastic" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }