Add email, home page and license to gemspec

This commit is contained in:
Prashant Anantharaman 2016-09-09 10:33:50 -07:00 committed by GitHub
parent b86349fde7
commit 257ba3ff7d

View file

@ -5,9 +5,9 @@ Gem::Specification.new do |s|
s.summary = 'Ruby bindings to the hammer parsing library.'
s.description = s.summary # TODO: longer description?
s.authors = ['Meredith L. Patterson', 'TQ Hirsch', 'Jakob Rath']
# TODO:
# s.email = ...
# s.homepage = ...
s.email = 'hammer@upstandinghackers.com'
s.homepage = 'https://github.com/UpstandingHackers/hammer'
s.license = 'GPL-2.0'
files = []
files << 'README.md'