summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2017-02-18 17:24:13 -0800
committerAndre Arko <andre@arko.net>2017-02-18 17:24:13 -0800
commitf1d4e156e563ca67c501f40034738c0f859165f8 (patch)
tree3fe6f689ff114c9903aeeea8cc8f0117ee298dbd
parent42215fe7279bd90d48f2d4e09227d327e007b5bc (diff)
downloadbundler-f1d4e156e563ca67c501f40034738c0f859165f8.tar.gz
Add core team alumni to the gemspec authors
-rw-r--r--bundler.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index 3e71b6b336..f32c0c75d6 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.name = "bundler"
s.version = Bundler::VERSION
s.license = "MIT"
- s.authors = ["André Arko", "Samuel Giddins"]
+ s.authors = ["André Arko", "Samuel Giddins", "Chris Morris", "James Wen", "Tim Moore", "André Medeiros", "Jessica Lynn Suttles", "Terence Lee", "Carl Lerche", "Yehuda Katz"]
s.email = ["team@bundler.io"]
s.homepage = "http://bundler.io"
s.summary = "The best way to manage your application's dependencies"