mirror of
https://github.com/danbee/slugtastic
synced 2025-03-04 08:49:05 +00:00
Update homepage
This commit is contained in:
parent
38390b4e7c
commit
56abe4c340
@ -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) }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user