diff options
author | Andre Arko <andre@arko.net> | 2011-01-19 14:46:30 -0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2011-01-19 14:46:30 -0800 |
commit | f2ca8971cc5fdf31a7bff5302d81f6094646d886 (patch) | |
tree | e471f8a7b01e799977defab37ef0a56f5bed60a2 /bundler.gemspec | |
parent | 3f0a1e889404bea9069adcb4f24ae9a644b6be6c (diff) | |
download | bundler-f2ca8971cc5fdf31a7bff5302d81f6094646d886.tar.gz |
Add Terence to the author listv1.0.9
Diffstat (limited to 'bundler.gemspec')
-rw-r--r-- | bundler.gemspec | 2 |
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} |