diff options
author | Andre Arko <andre@arko.net> | 2018-08-14 15:02:36 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2018-08-14 15:02:36 -0700 |
commit | 9335970bca9d2fc62ebdc35acd3763bf3ead64eb (patch) | |
tree | 32c20f2436cfee9e10f54c00e22eb6cbe8e55056 | |
parent | e71418eeb1c16aa6bad8712b0a74696a6d8f1e36 (diff) | |
download | bundler-indirect/update-authors.tar.gz |
Add new team members to gemspec authorsindirect/update-authors
-rw-r--r-- | bundler.gemspec | 5 |
1 files changed, 3 insertions, 2 deletions
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" |