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

Add homepage URL.

This commit is contained in:
Dan Barber 2013-04-15 12:48:21 +01:00
parent c2fa3b810b
commit da428eae3d

View File

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