We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade4265 commit 260b395Copy full SHA for 260b395
1 file changed
openxml-docx.gemspec
@@ -6,8 +6,8 @@ require "openxml/docx/version"
6
Gem::Specification.new do |spec|
7
spec.name = "openxml-docx"
8
spec.version = OpenXml::Docx::VERSION
9
- spec.authors = ["Gene Doyel"]
10
- spec.email = ["genedoyel@gmail.com"]
+ spec.authors = ["Gene Doyel", "Bob Lail"]
+ spec.email = ["genedoyel@gmail.com", "bob.lailfamily@gmail.com"]
11
12
spec.description = %q{Create Microsoft Word (.docx) files.}
13
spec.summary = %q{Implements the Office Open XML spec for creating WordprocessingML documents}
0 commit comments