From a17c5f52e4e88d3609e0c067ab913a4dff30cbcd Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 9 Jul 2025 17:54:16 -0700 Subject: [PATCH] Add me to authors in gemspec, fix formatting of text --- grape_logging.gemspec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/grape_logging.gemspec b/grape_logging.gemspec index 6afc5a9..c9a2c24 100644 --- a/grape_logging.gemspec +++ b/grape_logging.gemspec @@ -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'