summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2018-08-14 15:02:36 -0700
committerAndre Arko <andre@arko.net>2018-08-14 15:02:36 -0700
commit9335970bca9d2fc62ebdc35acd3763bf3ead64eb (patch)
tree32c20f2436cfee9e10f54c00e22eb6cbe8e55056
parente71418eeb1c16aa6bad8712b0a74696a6d8f1e36 (diff)
downloadbundler-indirect/update-authors.tar.gz
Add new team members to gemspec authorsindirect/update-authors
-rw-r--r--bundler.gemspec5
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"