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"