Skip to content

Commit 198d88f

Browse files
hsbtclaude
andcommitted
Order bundler.gemspec authors chronologically and list personal emails
Match the layout of rubygems-update.gemspec: authors sorted by first commit date, oldest first, and one personal address per author with an empty string where none is known. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent bac7d22 commit 198d88f

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

bundler.gemspec

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@ Gem::Specification.new do |s|
1212
s.version = Bundler::VERSION
1313
s.license = "MIT"
1414
s.authors = [
15-
"André Arko", "Samuel Giddins", "Colby Swandale", "Hiroshi Shibata",
16-
"David Rodríguez", "Grey Baker", "Stephanie Morillo", "Chris Morris", "James Wen", "Tim Moore",
17-
"André Medeiros", "Jessica Lynn Suttles", "Terence Lee", "Carl Lerche",
18-
"Yehuda Katz"
15+
"Yehuda Katz", "Carl Lerche", "André Arko", "Terence Lee", "Tim Moore",
16+
"Jessica Lynn Suttles", "Hiroshi SHIBATA", "André Medeiros", "Samuel Giddins", "David Rodríguez",
17+
"James Wen", "Chris Morris", "Colby Swandale", "Grey Baker", "Stephanie Morillo"
18+
]
19+
s.email = [
20+
"wycats@gmail.com", "me@carllerche.com", "andre@arko.net", "hone02@gmail.com", "tmoore@incrementalism.net",
21+
"jlsuttles@gmail.com", "hsbt@ruby-lang.org", "me@andremedeiros.info", "segiddins@segiddins.me", "deivid.rodriguez@riseup.net",
22+
"jrw2175@columbia.edu", "chrismo@clabs.org", "colby@rubygems.org", "greysteil@gmail.com", ""
1923
]
20-
s.email = ["team@bundler.io"]
2124
s.homepage = "https://bundler.io"
2225
s.summary = "The best way to manage your application's dependencies"
2326
s.description = "Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably"

0 commit comments

Comments
 (0)