From 62074ffa87fc5b65a18495b3b34609e34a3e1bb9 Mon Sep 17 00:00:00 2001 From: Colby Swandale Date: Thu, 18 Jan 2018 17:39:32 +1100 Subject: [PATCH] add the new team members of the bundler core team to the author list in the Bundler gemspec --- bundler.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundler.gemspec b/bundler.gemspec index e3bfcb3539d..cb1cb7fff39 100644 --- a/bundler.gemspec +++ b/bundler.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |s| s.authors = [ "André Arko", "Samuel Giddins", "Chris Morris", "James Wen", "Tim Moore", "André Medeiros", "Jessica Lynn Suttles", "Terence Lee", "Carl Lerche", - "Yehuda Katz" + "Yehuda Katz", "Colby Swandale", "Hiroshi Shibata" ] s.email = ["team@bundler.io"] s.homepage = "http://bundler.io"