summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2018-08-15 23:07:26 +0000
committerThe Bundler Bot <bot@bundler.io>2018-08-15 23:07:26 +0000
commit3a2492e42080e9d332b1f2058e549e22f3c4f304 (patch)
tree16b9371767559215f75a4abff45283421e87fcb0
parent45c7667cd79c6b9e886f75a4980a8921c2adf5c4 (diff)
parent9335970bca9d2fc62ebdc35acd3763bf3ead64eb (diff)
downloadbundler-3a2492e42080e9d332b1f2058e549e22f3c4f304.tar.gz
Auto merge of #6662 - bundler:indirect/update-authors, r=colby-swandale
Add new team members to gemspec authors None
-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"