1
0
mirror of https://github.com/danbee/slugtastic synced 2025-03-04 08:49:05 +00:00

Update homepage

This commit is contained in:
Daniel Barber 2018-04-18 17:14:13 -04:00
parent 38390b4e7c
commit 56abe4c340
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -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) }