Skip to content

Commit 227c507

Browse files
committed
Added @nevans to authors fields in gemspec
1 parent b3661bd commit 227c507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

net-imap.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ end
1010
Gem::Specification.new do |spec|
1111
spec.name = name
1212
spec.version = version
13-
spec.authors = ["Shugo Maeda"]
14-
spec.email = ["shugo@ruby-lang.org"]
13+
spec.authors = ["Shugo Maeda", "nicholas a. evans"]
14+
spec.email = ["shugo@ruby-lang.org", "nick@ekenosen.net"]
1515

1616
spec.summary = %q{Ruby client api for Internet Message Access Protocol}
1717
spec.description = %q{Ruby client api for Internet Message Access Protocol}

0 commit comments

Comments
 (0)