diff options
author | Andre Arko <andre@arko.net> | 2017-02-18 17:25:17 -0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2017-02-18 17:25:17 -0800 |
commit | 3175ccb8d2c5cc081c5c9ba38271a8769eff003b (patch) | |
tree | ad3651759a59514857e686fd63495d10645eae5b /bundler.gemspec | |
parent | f1d4e156e563ca67c501f40034738c0f859165f8 (diff) | |
download | bundler-3175ccb8d2c5cc081c5c9ba38271a8769eff003b.tar.gz |
wrap at 80 charsaa-core-team-alumni
Diffstat (limited to 'bundler.gemspec')
-rw-r--r-- | bundler.gemspec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bundler.gemspec b/bundler.gemspec index f32c0c75d6..ef848e9e8d 100644 --- a/bundler.gemspec +++ b/bundler.gemspec @@ -8,7 +8,11 @@ Gem::Specification.new do |s| s.name = "bundler" s.version = Bundler::VERSION s.license = "MIT" - s.authors = ["André Arko", "Samuel Giddins", "Chris Morris", "James Wen", "Tim Moore", "André Medeiros", "Jessica Lynn Suttles", "Terence Lee", "Carl Lerche", "Yehuda Katz"] + s.authors = [ + "André Arko", "Samuel Giddins", "Chris Morris", "James Wen", "Tim Moore", + "André Medeiros", "Jessica Lynn Suttles", "Terence Lee", "Carl Lerche", + "Yehuda Katz" + ] s.email = ["team@bundler.io"] s.homepage = "http://bundler.io" s.summary = "The best way to manage your application's dependencies" |