mirror of
https://github.com/danbee/slugtastic
synced 2025-03-04 08:49:05 +00:00
Add licences to gemspec
This commit is contained in:
parent
babb6d843c
commit
13ea634db5
@ -4,6 +4,7 @@ require File.expand_path('../lib/slugtastic/version', __FILE__)
|
||||
Gem::Specification.new do |gem|
|
||||
gem.authors = ["Dan Barber"]
|
||||
gem.email = ["danbee@gmail.com"]
|
||||
gem.licenses = ['MIT']
|
||||
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 = "http://danbarber.me/slugtastic"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user