summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2018-01-22 04:45:29 +0000
committerThe Bundler Bot <bot@bundler.io>2018-01-22 04:45:29 +0000
commit350772f16aac77625b2e5f17b4df56858ebe087c (patch)
treee282d5a0b03ede9ee0a94d0014a17a64c61cf2da
parent596ae6b29f59d00f0bfb0d4519c32c11e4d15aaf (diff)
parent62074ffa87fc5b65a18495b3b34609e34a3e1bb9 (diff)
downloadbundler-350772f16aac77625b2e5f17b4df56858ebe087c.tar.gz
Auto merge of #6262 - bundler:colby/update-bundler-authors, r=colby-swandale
add the new team members of the bundler core team to the author list in the Bundler gemspec Just adding myself and Hiroshi-san to the list of authors in the Bundler gemspec \cc @indirect
-rw-r--r--bundler.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index e3bfcb3539..cb1cb7fff3 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"