summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2017-02-18 17:25:17 -0800
committerAndre Arko <andre@arko.net>2017-02-18 17:25:17 -0800
commit3175ccb8d2c5cc081c5c9ba38271a8769eff003b (patch)
treead3651759a59514857e686fd63495d10645eae5b
parentf1d4e156e563ca67c501f40034738c0f859165f8 (diff)
downloadbundler-aa-core-team-alumni.tar.gz
wrap at 80 charsaa-core-team-alumni
-rw-r--r--bundler.gemspec6
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"