diff options
author | Andre Arko <andre@arko.net> | 2017-02-18 17:24:13 -0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2017-02-18 17:24:13 -0800 |
commit | f1d4e156e563ca67c501f40034738c0f859165f8 (patch) | |
tree | 3fe6f689ff114c9903aeeea8cc8f0117ee298dbd /bundler.gemspec | |
parent | 42215fe7279bd90d48f2d4e09227d327e007b5bc (diff) | |
download | bundler-f1d4e156e563ca67c501f40034738c0f859165f8.tar.gz |
Add core team alumni to the gemspec authors
Diffstat (limited to 'bundler.gemspec')
-rw-r--r-- | bundler.gemspec | 2 |
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" |