1
0
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:
Daniel Barber 2016-03-26 00:04:33 +00:00
parent babb6d843c
commit 13ea634db5
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -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"