diff options
author | Andre Arko <andre@arko.net> | 2016-06-10 13:04:24 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2016-06-10 13:04:24 -0700 |
commit | 524add155d6b90c679db21b03f0bd9f877f21ab0 (patch) | |
tree | fbbe8d859cdad82e9e9f9d48e0b81aedec4c2fb7 /bundler.gemspec | |
parent | 4b57850495e49a0305e738ee09b499d163f1ffa1 (diff) | |
download | bundler-524add155d6b90c679db21b03f0bd9f877f21ab0.tar.gz |
Update gemspec authors and emailgemspec-update
Diffstat (limited to 'bundler.gemspec')
-rw-r--r-- | bundler.gemspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bundler.gemspec b/bundler.gemspec index 0df67402b2..3b3cbf46f5 100644 --- a/bundler.gemspec +++ b/bundler.gemspec @@ -8,8 +8,8 @@ Gem::Specification.new do |s| s.name = "bundler" s.version = Bundler::VERSION s.licenses = ["MIT"] - s.authors = ["André Arko", "Terence Lee", "Carl Lerche", "Yehuda Katz"] - s.email = ["andre.arko+terence.lee@gmail.com"] + s.authors = ["André Arko", "Samuel Giddins"] + s.email = ["team@bundler.io"] s.homepage = "http://bundler.io" s.summary = "The best way to manage your application's dependencies" s.description = "Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably" |