summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHomu <homu@barosl.com>2016-06-11 10:53:46 +0900
committerHomu <homu@barosl.com>2016-06-11 10:53:46 +0900
commit5a80fcfea13c97baad4935df9c323fb67d499877 (patch)
tree243d1e2d7f061af27dd6ccae5736aa786f04dfa8
parentfb72f369f1e8ad069ba408eafdf0e8c923080705 (diff)
parent524add155d6b90c679db21b03f0bd9f877f21ab0 (diff)
downloadbundler-5a80fcfea13c97baad4935df9c323fb67d499877.tar.gz
Auto merge of #4662 - bundler:gemspec-update, r=segiddins
Update gemspec authors and email None
-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"