summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bundler.gemspec4
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"