From 524add155d6b90c679db21b03f0bd9f877f21ab0 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Fri, 10 Jun 2016 13:04:24 -0700 Subject: Update gemspec authors and email --- bundler.gemspec | 4 ++-- 1 file 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" -- cgit v1.2.1