From acaa03dd3d02e07476d56f6b4b76cf3aa56f37ec Mon Sep 17 00:00:00 2001 From: Luca Guidi Date: Mon, 20 Mar 2017 11:17:59 +0100 Subject: [PATCH] Authors in gemspec --- hanami-router.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hanami-router.gemspec b/hanami-router.gemspec index 619d76b..b282ef1 100644 --- a/hanami-router.gemspec +++ b/hanami-router.gemspec @@ -6,8 +6,8 @@ require 'hanami/router/version' Gem::Specification.new do |spec| spec.name = 'hanami-router' spec.version = Hanami::Router::VERSION - spec.authors = ['Luca Guidi', 'Trung LĂȘ', 'Alfonso Uceda'] - spec.email = ['me@lucaguidi.com', 'trung.le@ruby-journal.com', 'uceda73@gmail.com'] + spec.authors = ['Luca Guidi'] + spec.email = ['me@lucaguidi.com'] spec.description = %q{Rack compatible HTTP router for Ruby} spec.summary = %q{Rack compatible HTTP router for Ruby and Hanami} spec.homepage = 'http://hanamirb.org'