Add me to authors in gemspec, fix formatting of text

This commit is contained in:
Sami Samhuri 2025-07-09 17:54:16 -07:00
parent dbba26bc2c
commit a17c5f52e4
No known key found for this signature in database

View file

@ -5,11 +5,13 @@ require 'grape_logging/version'
Gem::Specification.new do |spec|
spec.name = 'grape_logging'
spec.version = GrapeLogging::VERSION
spec.authors = ['aserafin']
spec.email = ['adrian@softmad.pl']
spec.authors = ['aserafin', 'Sami Samhuri']
spec.email = ['adrian@softmad.pl', 'sami@samhuri.net']
spec.summary = %q{Out of the box request logging for Grape!}
spec.description = %q{This gem provides simple request logging for Grape with just few lines of code you have to put in your project! In return you will get response codes, paths, parameters and more!}
spec.summary = 'Out of the box request logging for Grape!'
spec.description = 'This gem provides simple request logging for Grape with just few lines ' \
'of code you have to put in your project! In return you will get response ' \
'codes, paths, parameters and more!'
spec.homepage = 'http://github.com/aserafin/grape_logging'
spec.license = 'MIT'