summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-02-19 03:43:47 +0000
committerSamuel Giddins <segiddins@segiddins.me>2017-02-22 11:54:12 +1100
commitf433481f30f69138a8cf36d42a4442f15f9f03c6 (patch)
tree6755ec03e25c0b2d0f7a023c067aa5f17d218131
parentf0b146043d2478e8a0ad0d0790b382cfd4fe2948 (diff)
downloadbundler-f433481f30f69138a8cf36d42a4442f15f9f03c6.tar.gz
Auto merge of #5448 - bundler:aa-core-team-alumni, r=indirect
Add core team alumni to the gemspec authors None (cherry picked from commit 65719a228a70dd1aa2233cbc4efe40a75e2bff12)
-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"