From 5daece34220af68100fa5f2a72c8b04c0ac469b1 Mon Sep 17 00:00:00 2001 From: Sebastian Herrera Date: Thu, 7 Jul 2022 13:43:32 -0300 Subject: [PATCH] Add seba as author (#32) --- ar2dto.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ar2dto.gemspec b/ar2dto.gemspec index a95aefd..4134cf7 100644 --- a/ar2dto.gemspec +++ b/ar2dto.gemspec @@ -5,8 +5,8 @@ require_relative "lib/ar2dto/version" Gem::Specification.new do |spec| spec.name = "ar2dto" spec.version = AR2DTO::VERSION - spec.authors = ["Santiago Bartesaghi", "Martín Jaime Morón"] - spec.email = ["santib@hey.com", "martinmoron7@gmail.com"] + spec.authors = ["Santiago Bartesaghi", "Martín Jaime Morón", "Sebastian Herrera"] + spec.email = ["santib@hey.com", "martinmoron7@gmail.com", "sebaherrera93@gmail.com"] spec.summary = "Easing the creation of DTOs from your ActiveRecord models." spec.homepage = "https://github.com/santib/ar2dto"