summaryrefslogtreecommitdiff
path: root/bundler.gemspec
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-01-19 14:46:30 -0800
committerAndre Arko <andre@arko.net>2011-01-19 14:46:30 -0800
commitf2ca8971cc5fdf31a7bff5302d81f6094646d886 (patch)
treee471f8a7b01e799977defab37ef0a56f5bed60a2 /bundler.gemspec
parent3f0a1e889404bea9069adcb4f24ae9a644b6be6c (diff)
downloadbundler-f2ca8971cc5fdf31a7bff5302d81f6094646d886.tar.gz
Add Terence to the author listv1.0.9
Diffstat (limited to 'bundler.gemspec')
-rw-r--r--bundler.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index abd4ae5668..20807a09d8 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.name = "bundler"
s.version = Bundler::VERSION
s.platform = Gem::Platform::RUBY
- s.authors = ["Carl Lerche", "Yehuda Katz", "André Arko"]
+ s.authors = ["Carl Lerche", "Yehuda Katz", "André Arko", "Terence Lee"]
s.email = ["carlhuda@engineyard.com"]
s.homepage = "http://gembundler.com"
s.summary = %q{The best way to manage your application's dependencies}