diff --git a/slugtastic.gemspec b/slugtastic.gemspec index 600be40..bf75b81 100644 --- a/slugtastic.gemspec +++ b/slugtastic.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |gem| gem.email = ["danbee@gmail.com"] gem.description = %q{A simple slug string generator for ActiveRecord. Will populate a slug attribute from another attribute.} gem.summary = %q{A simple slug string generator for ActiveRecord.} - gem.homepage = "" + gem.homepage = "http://danbarber.me/slugtastic" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }