From 9335970bca9d2fc62ebdc35acd3763bf3ead64eb Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Tue, 14 Aug 2018 15:02:36 -0700 Subject: Add new team members to gemspec authors --- bundler.gemspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bundler.gemspec') diff --git a/bundler.gemspec b/bundler.gemspec index cb1cb7fff3..d3aeb83ab9 100644 --- a/bundler.gemspec +++ b/bundler.gemspec @@ -9,9 +9,10 @@ Gem::Specification.new do |s| s.version = Bundler::VERSION s.license = "MIT" s.authors = [ - "André Arko", "Samuel Giddins", "Chris Morris", "James Wen", "Tim Moore", + "André Arko", "Samuel Giddins", "Colby Swandale", "Hiroshi Shibata", + "David Rodríguez", "Grey Baker", "Chris Morris", "James Wen", "Tim Moore", "André Medeiros", "Jessica Lynn Suttles", "Terence Lee", "Carl Lerche", - "Yehuda Katz", "Colby Swandale", "Hiroshi Shibata" + "Yehuda Katz" ] s.email = ["team@bundler.io"] s.homepage = "http://bundler.io" -- cgit v1.2.1