mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-03-25 08:55:47 +00:00
Add me to authors in gemspec, fix formatting of text
This commit is contained in:
parent
dbba26bc2c
commit
a17c5f52e4
1 changed files with 6 additions and 4 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue