summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-02-19 03:43:47 +0000
committerThe Bundler Bot <bot@bundler.io>2017-02-19 03:43:47 +0000
commit65719a228a70dd1aa2233cbc4efe40a75e2bff12 (patch)
treead3651759a59514857e686fd63495d10645eae5b
parent42215fe7279bd90d48f2d4e09227d327e007b5bc (diff)
parent3175ccb8d2c5cc081c5c9ba38271a8769eff003b (diff)
downloadbundler-65719a228a70dd1aa2233cbc4efe40a75e2bff12.tar.gz
Auto merge of #5448 - bundler:aa-core-team-alumni, r=indirect
Add core team alumni to the gemspec authors None
-rw-r--r--bundler.gemspec6
1 files changed, 5 insertions, 1 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index 3e71b6b336..ef848e9e8d 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -8,7 +8,11 @@ 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"