summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2016-06-10 13:04:24 -0700
committerAndre Arko <andre@arko.net>2016-06-10 13:04:24 -0700
commit524add155d6b90c679db21b03f0bd9f877f21ab0 (patch)
treefbbe8d859cdad82e9e9f9d48e0b81aedec4c2fb7
parent4b57850495e49a0305e738ee09b499d163f1ffa1 (diff)
downloadbundler-gemspec-update.tar.gz
Update gemspec authors and emailgemspec-update
-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"