Skip to content

Commit 260b395

Browse files
committed
[skip] Added myself as a secondary author of openxml-docx (1m)
1 parent ade4265 commit 260b395

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openxml-docx.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ require "openxml/docx/version"
66
Gem::Specification.new do |spec|
77
spec.name = "openxml-docx"
88
spec.version = OpenXml::Docx::VERSION
9-
spec.authors = ["Gene Doyel"]
10-
spec.email = ["genedoyel@gmail.com"]
9+
spec.authors = ["Gene Doyel", "Bob Lail"]
10+
spec.email = ["genedoyel@gmail.com", "bob.lailfamily@gmail.com"]
1111

1212
spec.description = %q{Create Microsoft Word (.docx) files.}
1313
spec.summary = %q{Implements the Office Open XML spec for creating WordprocessingML documents}

0 commit comments

Comments
 (0)